20 lines
No EOL
606 B
YAML
20 lines
No EOL
606 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.fast_autofocus:Plugin
|
|
- openflexure_microscope.plugins.default.scan:ScanPlugin
|
|
- openflexure_microscope.plugins.default.camera_calibration:Plugin |