17 lines
No EOL
404 B
YAML
17 lines
No EOL
404 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:Plugin |