saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.99k stars 1.2k forks source link

Dose UVCCamera support capture H264 stream from USBCamera, like Logitech C920e? #463

Open nwpuzc opened 5 years ago

nwpuzc commented 5 years ago

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!

OleksandrAndro commented 4 years ago

Hi, did you find answer on your question?