Skip to content

Commit

Permalink
modcamera_api.c aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
cnadler86 authored Nov 10, 2024
1 parent dbf1e3a commit 2cd3cae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modcamera_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,9 @@ static mp_obj_t mp_camera_make_new(const mp_obj_type_t *type, size_t n_args, siz
sda_pin, scl_pin, xclock_frequency, pixel_format, frame_size, jpeg_quality, fb_count, grab_mode);

mp_camera_hal_init(self);

if (mp_camera_hal_capture(self, -1) == mp_const_none){
mp_camera_hal_deinit(self);
mp_raise_msg(&mp_type_OSError, MP_ERROR_TEXT("Failed to capture initial frame. Construct a new object with appropriate configuration."));
return MP_OBJ_FROM_PTR(self);
} else {
if ( !args[ARG_init].u_bool ){
mp_camera_hal_deinit(self);
Expand Down

0 comments on commit 2cd3cae

Please sign in to comment.