Add config json for manual microscope

This commit is contained in:
Julian Stirling 2025-11-09 22:14:23 +00:00
parent 3ecc41720d
commit abb2698687

11
ofm_config_manual.json Normal file
View 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/"
}