Thu Feb 02, 2023 12:33 pm
Good informative photo. The captured video isn't synchronised, which I haven't seen before on any of my capture devices.
I suspect that there are options for your capture device that Magic is not intialising when you use the simple VideoCapture module. I have seen that before.
I suggest that you try the VideoCaptureDS module, which enables much greater control of a capture device via its DirectShow interface. If the capture device offers specific resolutions then one of these can be chosen using the Size dropdown box.
If the capture device offers only a range for resolution then only the maximum resolution is show in the SIze list ((for the capture devices I've tried).
In that case the desired resolution has to be entered explicity in the Opts box. You could try -video_size 768x576 (for PAL) or -video_size 720x480 (for NTSC), depending on your camera's standard.
For advanced contol of capture its occasionally useful to have -show_video_device_dialog true in the Opts string. Then the capture device's Properties window will open as the project starts (or if you use the Stop All & Start This buttons in succession).
Let us know how you progress with this!