openflexure-microscope-server/openflexure_microscope/microscoperc.default.yaml
2019-03-06 21:08:56 +00:00

19 lines
No EOL
541 B
YAML

# Resolutions for streaming and capture
video_resolution: [832, 624]
image_resolution: [2592, 1944]
numpy_resolution: [1312, 976]
# Field of view, in stage steps
fov: [4100, 3146]
# Capture quality
jpeg_quality: 75
# Parameters specific to PiCamera objects
picamera_settings: ~/.openflexure/picamera_settings.yaml
# Default plugins
plugins:
- openflexure_microscope.plugins.default.autofocus:AutofocusPlugin
- openflexure_microscope.plugins.default.scan:ScanPlugin
- openflexure_microscope.plugins.default.camera_calibration:Plugin