uvc-util icon indicating copy to clipboard operation
uvc-util copied to clipboard

USB Video Class (UVC) control management utility for Mac OS X

Results 4 uvc-util issues
Sort by recently updated
recently updated
newest added

Hi, I would like to support custom UVC XU controls. In Linux I am using UVCIOC_CTRL_MAP ioctl. Any idea if it can be done in macos? Is this something this...

In UVCController.m there is the following conditional compile: ``` #if (MAC_OS_X_VERSION_MAX_ALLOWED < 120000) // Before macOS 12 Monterey #define kIOMainPortDefault kIOMasterPortDefault #endif ``` The problem with this, is that the...

This looks like a really cool project, and I'm really enjoying using it. Heckofajob! Would it be possible to add build and deploy instructions to the `Readme.md`? It might even...

First of all I wanted to thank you for this project. It was really easy to compile and use. I wanted to ask if you could provide some prebuilt binaries...