Add config json for manual microscope
This commit is contained in:
parent
3ecc41720d
commit
abb2698687
1 changed files with 11 additions and 0 deletions
11
ofm_config_manual.json
Normal file
11
ofm_config_manual.json
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"things": {
|
||||||
|
"/camera/": {
|
||||||
|
"class": "openflexure_microscope_server.things.camera.opencv:OpenCVCamera",
|
||||||
|
"kwargs": {"camera_index": 0}
|
||||||
|
},
|
||||||
|
"/system/": "openflexure_microscope_server.things.system:OpenFlexureSystem"
|
||||||
|
},
|
||||||
|
"settings_folder": "./openflexure/settings/",
|
||||||
|
"log_folder": "./openflexure/logs/"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue