Take vendor/product ids into account for examples
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 (235fe378)
- Author
- Joel Purra
- Authored at
- Committer
- Joel Purra
- Committed at
Commit message
Take vendor/product ids into account for examples
- Cameras with the same "marketing name" may differ between different hardware implementations, as detected by their USB (vendor and) product id.
- It is unclear if these different hardware implementations also have diffferent properties, from the perspective of
uvcc
usage.- For
uvcc
example output, use both a marketing name subdirectory and a subdirectory per product id.- This commit updates the instructions and moves current examples to per-id subdirectories.
See
Raw text
Take vendor/product ids into account for examples - Cameras with the same "marketing name" may differ between different hardware implementations, as detected by their USB (vendor and) product id. - It is unclear if these different hardware implementations also have diffferent properties, from the perspective of `uvcc` usage. - For `uvcc` example output, use both a marketing name subdirectory and a subdirectory per product id. - This commit updates the instructions and moves current examples to per-id subdirectories. See - https://github.com/joelpurra/uvcc/issues/21