Forum Discussion
I've just tried this out on my Windows 23H2 using VLC Media Player v3.0.20, recording a simple web interaction based on the following code,
function Main()
{
if (VideoRecorder.IsRecording()) // Check if the recorder is working
VideoRecorder.Stop();
VideoRecorder.Start("High")
// Do something
VideoRecorder.Stop()
}
and it is able to record
You need to install VLC Media Player, and this needs to be set as your default video player!