We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8614a6 commit 0ac6adbCopy full SHA for 0ac6adb
shared-bindings/imagecapture/ParallelImageCapture.c
@@ -112,7 +112,7 @@ STATIC mp_obj_t imagecapture_parallelimagecapture_continuous_capture_start(mp_ob
112
}
113
STATIC MP_DEFINE_CONST_FUN_OBJ_3(imagecapture_parallelimagecapture_continuous_capture_start_obj, imagecapture_parallelimagecapture_continuous_capture_start);
114
115
-//| def continuous_capture_get_frame(self) -> WritableBuffer:
+//| def continuous_capture_get_frame(self) -> WriteableBuffer:
116
//| """Return the next available frame, one of the two buffers passed to `continuous_capture_start`"""
117
//| ...
118
//|
0 commit comments