Itaybre / CameraController

📷 Control USB Cameras from an app
GNU General Public License v3.0
1.4k stars 71 forks source link

Make camera lookup more resilient by using uniqueID #87

Closed michaelbaisch closed 1 year ago

michaelbaisch commented 1 year ago

When using two or more identical cameras the previous lookup, using only the camera name, didn't work. Matching the hex version of locationID with the start of the uniqueID also works in this scenario.

Fixes #70

Itaybre commented 1 year ago

Sorry for the delay, it got lost in my inbox Merging now