openflexure-microscope-server/openflexure_microscope/microscoperc.default.yaml
2019-01-30 18:22:54 +00:00

17 lines
No EOL
413 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