Upgrade forked uvc-control v2
- 4beedde Add optional `SET_CUR` for `absolute_exposure_time` Fixes #6 See - https://github.com/joelpurra/uvcc/issues/6 - https://github.com/joelpurra/node-uvc-control - https:…→ Full commit message
Category index page 9 of 41 pages, listing 100 out of 4096 entries in the category joelpurra.
- 4beedde Add optional `SET_CUR` for `absolute_exposure_time` Fixes #6 See - https://github.com/joelpurra/uvcc/issues/6 - https://github.com/joelpurra/node-uvc-control - https:…→ Full commit message
Reproducing an error when using `ffi-napi` v3.0.1, and perhaps other versions. Crashes when using Node.js v14. See - https://github.com/node-ffi-napi/node-ffi - https://github.c…→ Full commit message
- Some controls can have more than one field, or "part". - Previously, only the first value was (partially, if at all) supported. - Updates commands to accept one or two values. …→ Full commit message
- The initial value of 1000 was set arbitrarily. - The current value of 50 is also set arbitrarily, but since `uvc-control` v2 uses promises it "should be safe". - May need to be …→ Full commit message
- Upstream fix for auto-exposure setting in `example.c` See - https://github.com/libuvc/libuvc/pull/138