Support multi-field controls
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 (d33e6052)
- Author
- Joel Purra
- Authored at
- Committer
- Joel Purra
- Committed at
Commit message
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.
- Not accepting 2+/"unlimited" fields at this time.
- Can be implemented, but there is no use case (?) at the moment.
- No checks are performed against the underlying camera control.
- If a control only supports one field, a second value is (seemingly) ignored.
- If only one value is provided to a multi-field control, the second value is (probably) set to
0
.- Only tested using
absolute_pan_tilt
using Logitech C920.
Raw text
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. - Not accepting 2+/"unlimited" fields at this time. - Can be implemented, but there is no use case (?) at the moment. - No checks are performed against the underlying camera control. - If a control only supports one field, a second value is (seemingly) ignored. - If only one value is provided to a multi-field control, the second value is (probably) set to `0`. - Only tested using `absolute_pan_tilt` using Logitech C920.