Add functionality to switch OpenCV camera without restarting the server.
This commit is contained in:
parent
9a198cc5a3
commit
4dfb252439
3 changed files with 107 additions and 18 deletions
|
|
@ -1,9 +1,6 @@
|
|||
{
|
||||
"things": {
|
||||
"camera": {
|
||||
"class": "openflexure_microscope_server.things.camera.opencv:OpenCVCamera",
|
||||
"kwargs": {"camera_index": 0}
|
||||
},
|
||||
"camera": "openflexure_microscope_server.things.camera.opencv:OpenCVCamera",
|
||||
"system": "openflexure_microscope_server.things.system:OpenFlexureSystem"
|
||||
},
|
||||
"settings_folder": "./openflexure/settings/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue