Configuration files and other tweaks

The OFM server can now be run in "stub" mode on
my development machine, using an OpenCV
camera feed.
This commit is contained in:
Richard Bowman 2024-08-09 02:42:32 +01:00
parent 2268425bf3
commit 7fb4417ebe
4 changed files with 15 additions and 5 deletions

View file

@ -8,13 +8,12 @@
"/system_control/": "openflexure_microscope_server.things.system_control:SystemControlThing",
"/settings/": "openflexure_microscope_server.things.settings_manager:SettingsManager",
"/smart_scan/": {
"class": "openflexure_microscope_server.things.smart_scan:SmartScan",
"class": "openflexure_microscope_server.things.smart_scan:SmartScanThing",
"kwargs": {
"path_to_openflexure_stitch": "application/openflexure-stitching/.venv/bin/openflexure-stitch"
}
},
"/background_detect/": "openflexure_microscope_server.things.smart_scan:BackgroundDetectThing",
"/api_test/": "openflexure_microscope_server.things.test:APITestThing"
},
"settings_folder": "./openflexure_settings/"
}