-
compile https://github.com/libusb/libusb
compile https://github.com/libjpeg-turbo/libjpeg-turbo
uvc_init return -1 in android 10?
Can libuvc run in android platform?
But https://github.com/saki45…
-
-
native: #35 pc 00000000000500d0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)
runtime.cc:655] at com.serenegiant.usb.UVCCamera.nativeStopPreview(Native method)
runtim…
-
Hello, I have two web cams, one of them works fine, and the other tells me that it is open, but it doesn't show anything.
I leave you the debug, in case it helps:
`I/UVCCamera( 6796): open came…
-
I'm trying to integrate the output of the UVCCamera to google vision API(android). My plan is analyse one frame at a time, in order to image analysis on those images(BarCode reading) So the plan is to…
-
563-9616/com.jiangdg.usbcamera E/libuvc/device: [9616*device.c:944:uvc_scan_control]:UVC_ERROR_INVALID_DEVICE
2020-03-06 15:26:06.176 9563-9616/com.jiangdg.usbcamera E/UVCCamera: [9616*UVCCamera.cpp:…
-
i can't streaming rtsp
this is my code
package com.seoul.fire.usb.activity;
import com.jiangdg.ausbc.camera.CameraUvcStrategy;
import com.jiangdg.ausbc.camera.bean.CameraRequest;
import com.pedr…
-
l want to set pixelFormat to UVCCamera.PIXEL_FORMAT_YUV420SP,but not call back onFrame???
-
**Description:**
When attempting to use the `react-native-uvc-camera` package in a new React Native application with Android version 13 and React Native version 0.72.3 and 0.70.5, the following error…
-
I followed the example of [UVCCamera](https://github.com/saki4510t/UVCCamera/blob/master/build.gradle) to have the following in the project build.gradle:
```
maven { url 'http://raw.github.com/saki4…