-
Hello,
I recently downloaded this project and am trying to run the demo projects on my Samsung Galaxy s8, when I launch the app the usb camera is recognized but it fails to show the preview or cras…
-
Hi,
i´m trying use maven repositories in android studio, throught gradle, but i have a dependencies problems, with some classes in 'utils' package, that is repeat in uvccamera module and common mod…
-
after wrestling with other issues (ndk version, abi list, camera can't do 640x480, styles/themes) I have the apps starting. But no pictures. mostly trying usbCameraTest0 for now.
for some reason, MPE…
-
Hi,
Seems library doesn't open/support https://www.huddly.com/conference-cameras/iq/. Can you check what's wrong? There is an error in-app log:
2019-09-20 09:41:49.455 31983-32058/? E/libusb/us…
-
### Steps to reproduce
I have tried to use the camera open mv H7 as an UVC camera. What I want is to obtain the frames in an Android app and then process the frames in the app.
1. I have uploaded th…
-
So far only one user reported this bug on the Samsung S5, but according to several boards in the internet it affects all Samsung S5 (since the Lollipop update) users and all apps which use external US…
-
Hi @saki4510t ,
I am relatively new to Android programming (about 2 months). I am working on an application in which I have a USB camera always connected to Android device.
I want to write a cod…
-
Today, by default, it opens the composite connector (RCA)
```java
mUSBMonitor = new USBMonitor(this, mOnDeviceConnectListener);
final List filter = DeviceFilter.getDeviceFilters(getApplicationCon…
-
Hello; I am trying to implement zooming and UVCCamera.setZoom(int) does nothing.
getZoom() always returns 0
I have seen this thread ([#367](https://github.com/saki4510t/UVCCamera/issues/367)) bu…
-
你好,我现在使用的设备是有两个camera的,我在CameraRequest中通过setCameraId(cameraId)指定了需要打开的摄像头,但是每次启动打开的都是同一个camera的预览,跟踪了代码发现底层创建UvcCamera的时候这个CameraId并未作为参数传进去,是不是这个设置打开指定Camera无效?