Hello,
I am trying to capture snapshots from my webcam using the following command:
vlc --dshow-vdev="Monitor Webcam" --dshow-size=640x480 -V dummy --intf=dummy --dummy-quiet --video-filter=scene --no-audio --scene-path=D:\temp --scene-format=jpeg --scene-prefix=snap --scene-replace --run-time=1 --scene-ratio=24 "dshow://" vlc://quit
The parameter --dshow-size=640x480 sets the capture resolution, but even though my camera is capable of higher resolutions (logitech C170), I can only capture maximum of 640x480
Does anyone know how to capture at higher resolutions?
Regards,
Rodrigo