-
hi, UVCCamera#getSupportedSize don't return the FPS for each resolution then an other application say me all FPS for the same usb camera.
-
I'm use saki UVCCamera library. But, In the course of USB Camera porting for custom board error.
My error log.
04-02 10:44:36.956 3633-3731/com.serenegiant.usbcameratest0 I/MainActivity: sup…
-
After cloning the repository, according to [#358 comment](https://github.com/saki4510t/UVCCamera/issues/358#issuecomment-390202111) I replaced:
```
APP_ABI := armeabi armeabi-v7a x86 mips
```
wit…
-
I found inside UVCCamera.clase some functions about exposure, but they are private and I can't change because the .class is protected.
So, is there any other way?
-
Hello!
I have task for publish USB camera, connected to Android, to server via RTMP.
I found one good example for working with USB cam (https://github.com/saki4510t/UVCCamera), but it is quite compl…
-
08-18 15:39:19.256 31927 32020 E AndroidRuntime: Exception:调用nativeConnect返回值:-1
08-18 15:39:19.256 31927 32020 E AndroidRuntime: at com.serenegiant.usb.UVCCamera.open(UVCCamera.java:217)
08-…
-
你这个插上后无法预览怎么回事呢,后面我用UVCcamera test4这个源码包,需要点一次关闭服务,再点开户服务,才可以预览
-
Looks like, problem is caused by Linux SE - enforcing. Same on Samsung Galaxy Tab 4, Galaxy S6, S7
`E/audit: type=1400 audit(1496405784.861:1953): avc: denied { create } for pid=26566 comm="sere…
-
Hello I am using usb grabber to grab data, Using MediaMuxer to record it. I came across this lib but could not understand how to use it with grabber. I am using [UVCCamera](https://github.com/saki451…
-
For some Android devices, I get a native error.
I've tried it for 4 devices. 2 (Android 6.0.1) are working and 2 (Android 6.0 and 5.1.1) are not working.
APP_ABI := armeabi armeabi-v7a x86
Here…