mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-04-26 22:55:53 +03:00
[GH-ISSUE #30] Multiple cameras #22
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cam2ip#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @judahr on GitHub (Apr 10, 2021).
Original GitHub issue: https://github.com/gen2brain/cam2ip/issues/30
If a computer has multiple cameras (virtual or physical), it can be hard to identify the camera by an index number. Perhaps enumerating the camera index and which camera it is in a command switch would be useful. In addition, allowing you to select a camera by name would be good for times when the index may change from time to time.
@iMartyn commented on GitHub (Jan 6, 2022):
Unfortunately with OpenCV this is really hard, I know, because I'm working on something that is also using the same go libraries. OpenCV just doesn't expose the camera name to the application at all.