Reduce hard-coded delay before closing the camera handle
Repository details (uvcc)
- Project page
- uvcc
- Project log category
- uvcc (175 entries)
- Repository
- @joelpurra/uvcc
- Owner
- @joelpurra
- Issues
- Issues on Github
- 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
- 98 stars
Commit details (a44e2697)
- Author
- Joel Purra
- 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.