From abb2698687fd38bda0da8f419f5f095f19bc5537 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Sun, 9 Nov 2025 22:14:23 +0000 Subject: [PATCH] Add config json for manual microscope --- ofm_config_manual.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ofm_config_manual.json diff --git a/ofm_config_manual.json b/ofm_config_manual.json new file mode 100644 index 00000000..03cae49e --- /dev/null +++ b/ofm_config_manual.json @@ -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/" +} \ No newline at end of file