You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using ccv with TLD, I want to read pictures from /dev/video0 with an usb cam.
I will to using ffmpeg like this : ffmpeg -f v4l2 -framerate 25 -video_size 640x480 -i /dev/video0 output.avi
I have try to follow your example on get starting like :
Hi
using ccv with TLD, I want to read pictures from /dev/video0 with an usb cam.
I will to using ffmpeg like this :
ffmpeg -f v4l2 -framerate 25 -video_size 640x480 -i /dev/video0 output.avi
I have try to follow your example on get starting like :
But seem not clear to me...
May I have other possibilities to do that more easily?
How can I do this?
thank's for help.
Laurent.
The text was updated successfully, but these errors were encountered: