oli-obk / camera_capture

Crate for capturing images from a webcam
51 stars 18 forks source link

Does it work for FullHD 30 fps MJPEG webcam? #12

Open Boscop opened 6 years ago

Boscop commented 6 years ago

Does it work for FullHD 30 fps MJPEG webcam?

My webcam's default capture option is YUV at 5 fps, the only other option is 30 fps as MJPEG. When I use escapi it always chooses the 5 fps because it's the default. Does this crate support choosing the non-default 30 fps with mjpeg? :)

Does it work at least on linux?

oli-obk commented 6 years ago

It should work. You can choose the fps with the fps method.

You might get more control by directly using escapi on windows or rscam on linux