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 4563c35 + 6e9c21b commit 843fca1Copy full SHA for 843fca1
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