Refactor camera streaming into modes
This commit is contained in:
parent
2c54e38c28
commit
aff860a086
6 changed files with 225 additions and 179 deletions
|
|
@ -1,11 +1,6 @@
|
|||
{
|
||||
"things": {
|
||||
"camera": {
|
||||
"class": "openflexure_microscope_server.things.camera.picamera:StreamingPiCamera2",
|
||||
"kwargs": {
|
||||
"camera_board": "picamera_v2"
|
||||
}
|
||||
},
|
||||
"camera": "openflexure_microscope_server.things.camera.picamera:PiCameraV2",
|
||||
"stage": "openflexure_microscope_server.things.stage.sangaboard:SangaboardThing",
|
||||
"autofocus": "openflexure_microscope_server.things.autofocus:AutofocusThing",
|
||||
"gallery": "openflexure_microscope_server.things.gallery.GalleryThing",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue