Specify the camera board not the sensor model during configuration.
This commit is contained in:
parent
ca66234379
commit
e89ad93535
3 changed files with 23 additions and 14 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"/camera/": {
|
||||
"class": "openflexure_microscope_server.things.camera.picamera:StreamingPiCamera2",
|
||||
"kwargs": {
|
||||
"sensor_model": "imx219"
|
||||
"camera_board": "picamera_v2"
|
||||
}
|
||||
},
|
||||
"/stage/": "openflexure_microscope_server.things.stage.sangaboard:SangaboardThing",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue