Day
Index of 24 entries from . This day is part of week 19, and is day number 132 of year 2022. Entries belong to 2 different categories, eslint-config-joelpurra and uvcc.
See all entries from , or more entries from .
v6.0.0
Update copyright years
Merge branch 'feature/update-examples' into develop
Add example output from Logitech C922 Pro Stream Webcam (1133:2140)
Add example output from Microsoft LifeCam Studio Model 1425 (1118:2065)
Update example output from Logitech C920 (1133:2093)
Take vendor/product ids into account for examples
- Cameras with the same "marketing name" may differ between different hardware implementations, as detected by their USB (vendor and) product id. - It is unclear if these differen…→ Full commit message
Fix UVC device not found detection/guessing
Update CHANGELOG.md
Upgrade forked uvc-control v2
- Targets `node-usb` `^2.4.1`. - Includes a fix for infinite delay when listing devices. See - https://github.com/joelpurra/node-uvc-control/commits/v2 - https://github.com/joel…→ Full commit message
Upgrade chalk
Update dependencies in-range
Fix linting issues
Merge branch 'release/v11.0.1'
v11.0.1
Allow null type
Upgrade eslint-config-joelpurra, xo
Target Node.js v14, v16, v17, v18
Fixes #25. See - https://github.com/joelpurra/uvcc/issues/25