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 b903a02 commit 1d1e139Copy full SHA for 1d1e139
ports/espressif/common-hal/esp32_camera/Camera.c
@@ -140,5 +140,5 @@ camera_fb_t *common_hal_esp32_camera_camera_take(esp32_camera_camera_obj_t *self
140
esp_camera_fb_return(self->buffer_to_return);
141
self->buffer_to_return = NULL;
142
}
143
- return esp_camera_fb_get_timeout(timeout_ms);
+ return self->buffer_to_return = esp_camera_fb_get_timeout(timeout_ms);
144
0 commit comments