-
https://github.com/saki4510t/UVCCamera/blob/c9399e63dfab4b6d260d8cbef92182abc6de0ee0/libuvccamera/src/main/jni/UVCCamera/UVCPreview.cpp#L533
Why do you need to convert first( MJPEG => yuyv) and…
-
Hello saki4510t,
I've been testing UVCCamera library with some android devices that have USB OTB support. I tested all the basic samples (usbCameraTest0, usbCameraTest and usbCameraTest2). But un…
-
-
Hi,
Currently I am working to capture stillCapture in order to push to AI machine to read OCR.
In order to get live preview while getting the trigger button signal, I can only use the uvcCamera …
-
On Android 14, I can start the first camera, but the first camera preview was blocked when the second camera preview started.
I have checked the function void UVCPreview: do_preview(uvc_stream_ctrl_t…
ego9x updated
5 months ago
-
I did downgrade the ndk version to 14b. still getting the error while opening camera.
Same code working on Moto G 5.0. but app crashing on samsung's all devices (I tried on Galaxy s4 and s5)
02-19…
-
Caused by: android.media.MediaCodec$CodecException: Error 0x80001001
at android.media.MediaCodec.native_configure(Native Method)
at android.media.MediaCodec.configure(MediaCodec.java…
-
运行弹出授权提示框之后,打开摄像头的时候报这个错 [5903*UVCCamera.cpp:178:connect]:could not open camera:err=-50 请问是什么情况
-
I am facing below crash log in my app :
```` Java
java.lang.UnsupportedOperationException: open failed:result=-99
at com.serenegiant.usb.UVCCamera.open(UVCCamera.java:204)
at com.camera.appli…
-
定制的一个Android系统设备
Android6.0系统
MIPI摄像头:没有MIPI前后摄像头
USB摄像头:通过USB连接的普通摄像头
通过以下可以打开摄像头
https://github.com/saki4510t/UVCCamera
咱们的这个插件,是否开发一下,兼容这类摄像头的使用,谢谢