Added default and test plugins to default microscoperc
This commit is contained in:
parent
bde2e9de2a
commit
86cc29ee84
1 changed files with 7 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ numpy_resolution: [1312, 976]
|
||||||
# Capture quality
|
# Capture quality
|
||||||
jpeg_quality: 75
|
jpeg_quality: 75
|
||||||
|
|
||||||
|
# Parameters specific to PiCamera objects
|
||||||
picamera_params:
|
picamera_params:
|
||||||
exposure_mode: 'off'
|
exposure_mode: 'off'
|
||||||
awb_mode: 'off'
|
awb_mode: 'off'
|
||||||
|
|
@ -17,4 +18,9 @@ picamera_params:
|
||||||
framerate: 24
|
framerate: 24
|
||||||
shutter_speed: 30000
|
shutter_speed: 30000
|
||||||
saturation: 0
|
saturation: 0
|
||||||
led: false
|
led: false
|
||||||
|
|
||||||
|
# Default plugins
|
||||||
|
plugins:
|
||||||
|
- openflexure_microscope.plugins.default:Plugin
|
||||||
|
- openflexure_microscope.plugins.test_plugin:FirstPlugin
|
||||||
Loading…
Add table
Add a link
Reference in a new issue