Use cv2_enumerate_cameras by default if installed for naming openCV cameras
This commit is contained in:
parent
40f970130f
commit
f551fd5f28
2 changed files with 28 additions and 10 deletions
|
|
@ -49,6 +49,9 @@ dev = [
|
|||
pi = [
|
||||
"picamera2~=0.3.27",
|
||||
]
|
||||
manual = [
|
||||
"cv2-enumerate-cameras~=1.3.3",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
openflexure-microscope-server = "openflexure_microscope_server.server:serve_from_cli"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue