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
I have a Logitech C920e and the specification says this camera could supply H.264 stream.
But I can not find any api in this project that could capture H.264 stream from USBCamera directly.
I search in the web, many webpages says use v4l2 to control the usbcamera driver file like /dev/video0 to get H.264 from usbcamera, but my project is based on this UVCCamera, add v4l2 to my project will increase many workload and I do not have so much time.
So, I want to known if this project support captrue H.264 stream from USBCamera directly? Thanks!
The text was updated successfully, but these errors were encountered:
I have a Logitech C920e and the specification says this camera could supply H.264 stream.
But I can not find any api in this project that could capture H.264 stream from USBCamera directly.
I search in the web, many webpages says use v4l2 to control the usbcamera driver file like /dev/video0 to get H.264 from usbcamera, but my project is based on this UVCCamera, add v4l2 to my project will increase many workload and I do not have so much time.
So, I want to known if this project support captrue H.264 stream from USBCamera directly? Thanks!
The text was updated successfully, but these errors were encountered: