add camera name to params

This commit is contained in:
2025-12-05 17:01:08 +01:00
parent 8f5a456325
commit 93c93b7bb9
2 changed files with 26 additions and 16 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ dependencies = [
"opencv-python",
"opencv-contrib-python",
"scipy",
"reedsolo"
"reedsolo",
"cv2_enumerate_cameras"
]
readme = "README.md"