Reduce hard-coded delay before closing the camera handle

Repository details (uvcc)
Project page
uvcc
Project log category
(175 entries)
Repository
@joelpurra/uvcc
Owner
@joelpurra
Contributors
Contributors on Github
Project status
⏲️ This project has had recent commits.
📂 This project is open.
🌠 This project is popular.
Repository activity period
🗓
Commits
191 commits
Stars
94 stars
Commit details (a44e2697)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

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 adjusted if users experience problems.
  • May be removed if there are no error reports.
Raw text
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 adjusted if users experience problems.
- May be removed if there are no error reports.

Changed files (1)

Path Additions Deletions
src/command-manager.js +2 -3

Commit categories (3)