-
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(error, lateinit property cameraView has not been initialized, null, kotlin.UninitializedPropertyAccessExcepti…
-
Hi,
I built libuvc in windows without any error following your instructions. I wrote few lines just to check if it is working. It is running without any error but it is also not printing out anything…
-
Hi,
Am trying to work with UVC Camera and Samsung S7 Android Device. Trying to test usbCameraTest app, after I click camera icon on UI, the app completely crashes with below log. I see uvc_scan_str…
-
Hi,
We use the UVCCamera library to connect a Samsung Galaxy S7 to an external camera. To stream data from the camera we use an android service in our App that runs in the background. The App works…
-
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…
-
OS Version: Android 11 (IN2020_15_210323)
Report Version: 104
Exception Type: Unknown (SIGSEGV)
Application Specific Information:
Segfault
Thread 0 Crashed:
0 libusb100.so …
-
启动uvc-gadget 图像数据吐不出来。usb 总线上也没报文
[ 2001.552024] fusb302 4-0022: connection has disconnected
[ 2001.675553] configfs-gadget gadget: uvc_function_disable
[ 2001.676556] android_work: sent uevent U…
-
```
I have an UVC camery in my laptop, internally connected to the USB bus, which
works fine through v4l (Video4Linux) in any application I like.
However, qt-facetrainer claims that it cannot find a…
-
Hi author,
Thank you for creating such a valuable library. While integrating it into my project, I encountered an issue related to ProGuard. I found the necessary ProGuard settings in your examples…
-
The problem can be easily reproduced by modifying example.c and embedding part of the code from uvc_open() to uvc_close() into while loop:
```
int main()
{
....
res = uvc_init(&ctx, NU…