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.
2 parents 09329fe + 9acc542 commit 33acd5fCopy full SHA for 33acd5f
ports/espressif/common-hal/espcamera/Camera.c
@@ -161,6 +161,10 @@ extern void common_hal_espcamera_camera_deinit(espcamera_camera_obj_t *self) {
161
162
esp_camera_deinit();
163
164
+ reset_pin_number(self->camera_config.pin_pclk);
165
+ reset_pin_number(self->camera_config.pin_vsync);
166
+ reset_pin_number(self->camera_config.pin_href);
167
+
168
self->camera_config.xclk_freq_hz = 0;
169
}
170
0 commit comments