camera_capture
camera_capture copied to clipboard
Does it work for FullHD 30 fps MJPEG webcam?
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?
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