-
```
-- Build files have been written to: /usr/ports/multimedia/libuvc/work/.build
[ 50% 1/2] /usr/local/libexec/ccache/cc -I/usr/ports/multimedia/libuvc/work/libuvc-0.0.7/include -I/usr/ports/multi…
-
I try to build zed-open-capture on MacOS. All dependencies are satisfied but some Linux headers are not. Such as 'linux/usb/video.h'. Can you fix that?
```
[ 7%] Building CXX object CMakeFile…
-
Hello saki4510t,
I've been testing UVCCamera library with android 7. I tested all the basic samples (usbCameraTest0, usbCameraTest and usbCameraTest2) on a google pixel phone. But unfortunately no…
-
```
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…
-
```
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…
-
```
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, my proble is that:
1.when I open device to startPreview() and close app to stopPreview, everything is ok;
2.but when I repeatedly the app for 10 times; the preview cannot sho…
-
#include
#include
int main() {
cv::VideoCapture cap;
cap.open(0);
cv::Mat bgr;
cap >> bgr;
cv::imwrite("test_get_camera.jpg", bgr);
return 0;
}
![test_get_cam…
-
**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…
-
Can anybody confirm that the usb power supply feature does not work with vita-udcd-uvc loaded?
I think vita-udcd-uvc also interferes with battery charging, at least according to the percentage disp…