Distinguishing cameras with identical names
Julia Programming Language
Distinguishing cameras with identical names
I have two identical cameras connected to two separate USB-C ports on my MacBook Pro. How do I tell VideoIO which of them to use? julia> get_camera_devices("avfoundation", "\"\"") 5-element Vector{String}: "Teslong Camera" "FaceTime HD Camera" "Teslong Camera" "iPhone (165)Q Camera" "Capture screen 0" I want to stream the two Teslong Cameras to two different axes using GLMakie. PS: I actually posted this as an issue on the VideoIO GitHub page: Distinguishing cameras with identical name...
0 comments
No comments yet.