Hacker News new | past | comments | ask | show | jobs | submit login

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



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: