all (7/40)
Category index page 7 of 40 pages, listing 100 out of 3914 entries in the category all.
Reduce html in markdown
Update keyboard shortcut documentation
Update voice installation information
Merge branch 'feature/upgrade-fix-dependencies' into develop
* feature/upgrade-fix-dependencies: Update @google-cloud/translate but not to latest major version Update web-ext Update renamer Update merge-options Update jsonfile U…→ Full commit message
Update @google-cloud/translate but not to latest major version
Update web-ext
Update renamer
Update merge-options
Update jsonfile
Update json
Update eslint
Remove stream-to-promise
Update rollup
Update dependencies
Remove some legacy firefox permissions handling
- Firefox now supports promises for the Permissions API. - Previous callback, which are still in use, variants now throw an error. - The effect coult not be seen in Firefox, as re…→ Full commit message
Merge branch 'release/v2.0.3'
v2.0.3
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
Add steps to reproduce
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
Merge branch 'release/v2.0.2'
v2.0.2
Add compatible cameras and help wanted notes
Merge branch 'release/v2.0.1'
v2.0.1
Fix broken anchor tag in README.md
Merge branch 'release/v2.0.0'
v2.0.0
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
Merge branch 'release/v1.0.0'
v1.0.0
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