Add kwarg to picamera Thing in configuration file.
This commit is contained in:
parent
f24272bc7f
commit
283a64b94a
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
{
|
{
|
||||||
"things": {
|
"things": {
|
||||||
"/camera/": "openflexure_microscope_server.things.camera.picamera:StreamingPiCamera2",
|
"/camera/": {
|
||||||
|
"class": "openflexure_microscope_server.things.camera.picamera:StreamingPiCamera2",
|
||||||
|
"kwargs": {
|
||||||
|
"sensor_model": "imx219"
|
||||||
|
}
|
||||||
|
},
|
||||||
"/stage/": "openflexure_microscope_server.things.stage.sangaboard:SangaboardThing",
|
"/stage/": "openflexure_microscope_server.things.stage.sangaboard:SangaboardThing",
|
||||||
"/autofocus/": "openflexure_microscope_server.things.autofocus:AutofocusThing",
|
"/autofocus/": "openflexure_microscope_server.things.autofocus:AutofocusThing",
|
||||||
"/camera_stage_mapping/": "openflexure_microscope_server.things.camera_stage_mapping:CameraStageMapper",
|
"/camera_stage_mapping/": "openflexure_microscope_server.things.camera_stage_mapping:CameraStageMapper",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue