diff --git a/openflexure_microscope/api/v1/blueprints/camera/capture.py b/openflexure_microscope/api/v1/blueprints/camera/capture.py index 69c3214b..8e4b1d28 100644 --- a/openflexure_microscope/api/v1/blueprints/camera/capture.py +++ b/openflexure_microscope/api/v1/blueprints/camera/capture.py @@ -70,6 +70,7 @@ class ListAPI(MicroscopeView): "filename": "myfirstcapture", "keep_on_disk": true, "use_video_port": true, + "bayer": true, "size": { "x": 640, "y": 480 @@ -81,6 +82,7 @@ class ListAPI(MicroscopeView): :