pyuvc icon indicating copy to clipboard operation
pyuvc copied to clipboard

python binding to libuvc

Results 32 pyuvc issues
Sort by recently updated
recently updated
newest added

- Support for GRAY8 cameras - Cleaned up build process - CI via Github Actions

I followed the instruction on readme.md, using Python3, my path now includes : /usr/local/include/libuvc: /usr/local/inc: /usr/local/lib but uvc module an not be found by Python Thanks, Sefa

Hello, I recently tried using this library for controlling my OBSBOT TINY CAMERA but I cannot use it because every time I try to run the example code provided, it...

Hi i need help with the following problem: If i run `python setup.py build_ext -i ` i get the following error: `lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with...

I had successfully connected to the cam, but the available_mode is empty. I slightly modified the example.py. ------------------------------------------------------------------------------ from __future__ import print_function import uvc import logging logging.basicConfig(level=logging.INFO) dev_list = uvc.device_list()...

Hi I compiled your libuvc fork and installed pyuvc locally on an nVidia Jetson arm64 arch. Every time i shoot one or several captures. it segfaults. Occasionally it does not....

Hi Your library has been a boon to me. We are using it to easily control our uvc cameras. Some of the terms are not well documented and I cannot...

I get a segmentation fault in `uvc.Capture(device)` using the provided `example.py` with a `SG12` camera connected via USB. This happens because the pointer `frame_desc.intervals` is `NULL` here: https://github.com/pupil-labs/pyuvc/blob/066496be0a18e734833f437d97d89a9d42128338/uvc.pyx#L669 Providing a...

Hi, I am trying to use.example.py with Logitech BRIO camera on macOS 10.15. For _frame_size_ equal 1280,720, 30 it looks fine. However when I set something above that like 1920,...