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 a9d53ad commit 230532fCopy full SHA for 230532f
ports/espressif/bindings/esp32_camera/Camera.c
@@ -195,8 +195,8 @@ MP_PROPERTY_GETTER(esp32_camera_camera_frame_available_obj,
195
//| """Record a frame. Wait up to 'timeout' seconds for a frame to be captured.
196
//|
197
//| In the case of timeout, `None` is returned.
198
-//| If `pixel_format` is `PixelFormat.JPEG`, the returned value is a `ReadableBuffer`.
199
-//| Otherwise, the returned value is a `displayio.Bitmap`.
+//| If `pixel_format` is `PixelFormat.JPEG`, the returned value is a read-only `memoryview`.
+//| Otherwise, the returned value is a read-only `displayio.Bitmap`.
200
//| """
201
202
STATIC mp_obj_t esp32_camera_camera_take(size_t n_args, const mp_obj_t *args) {
0 commit comments