Comment by superkuh
2 years ago
That's how it still works. I asked Claude the same example request and it gave me the below which worked perfectly with my logitech webcam.
while true; do
ffmpeg -f v4l2 -r 1 -i /dev/video0 -vframes 1 -f image2 output_%04d.jpg
sleep 1
done
No comments yet
Contribute on Hacker News ↗