uvcc (2/2)
Category index page 2 of 2 pages, listing 75 out of 175 entries in the category uvcc.
Expand commands in DEVELOP.md
Update copyright years
Add demo gif to README.md
Remove hardcoded camera handle closing delay
Add demo script for logitech-c920
Update example output for logitech-c920
Bump version to v2.0.0-alpha.20200901
Add script to update camera example output
Upgrade eslint-config-joelpurra
Use forked uvc-control v2
Support multi-field controls
- 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
Split commands to separate files
Merge branch 'feature/use-typescript' into develop
Add timeout for import reading from stdin
Continue converting to typescript
Start converting to typescript
Rename .js to .ts
Add typescript
Merge branch 'feature/code-cleanup' into develop
Use template strings
Document command manager/handler camera helper injection magic string
Guess when a UVC device/camera was not connected
Use human sorting for device listing
Clarify ambigious "name" for controls/commands
Reduce hard-coded delay before closing the camera handle
- 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
Do not rethrow logged errors
Merge branch 'feature/improve-documentation' into develop
Split README.md, add CHANGELOG.md, improve documentation
Update README.md
Add example output from Logitech C920
Add prettier
Add husky
Merge branch 'feature/use-xo' into develop
Add eslint-config-joelpurra
Add .gitattributes
Fix additional issues reported by xo
Automatically reformat code
Add xo
Remove eslint
Use and enforce node.js >=10
Merge branch 'feature/upgrade-dependencies' into develop
Upgrade dependencies
Merge branch 'feature/uvc-control-v2-next' into develop
Upgrade stream-to-promise
Fix ignoring unused variables
Run eslint --fix
Upgrade eslint
Upgrade find-up
Run npm audit fix --force
Run npm audit fix
Fix example control names
Make device address configurable
Prefer the term camera over webcam
Make vendor/product ids optional
Fix devices command
Run npm audit fix
Update reference to github:joelpurra/node-uvc-control#v2-control-transfer-target-device
Export raw values
Export only settable values
Map camera controls
Fix UVCControl constructor call
Update dependencies
Target uvc-control v2
Run npm audit fix
Handle uncaughtException
Merge branch 'release/v1.0.2'
* release/v1.0.2: v1.0.2 Add find-up
v1.0.2
Add find-up
Merge branch 'release/v1.0.1'
* release/v1.0.1: v1.0.1 Use file-relative path to file in the uvc-control package
v1.0.1
Use file-relative path to file in the uvc-control package
Merge branch 'release/v1.0.0'
* release/v1.0.0: Initial public release