Skip to content

Commit

Permalink
modcamera.h aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
cnadler86 authored Nov 24, 2024
1 parent eb1deb7 commit aea434a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/modcamera.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,6 @@ defined (MICROPY_CAMERA_PIN_PCLK) && defined (MICROPY_CAMERA_PIN_VSYNC) && defin
#define MICROPY_CAMERA_JPEG_QUALITY (85)
#endif

//Supported Camera sensors
#ifndef CONFIG_OV2640_SUPPORT
#define CONFIG_OV2640_SUPPORT 1
#endif

#if !defined(CONFIG_OV5640_SUPPORT) && defined(CONFIG_IDF_TARGET_ESP32S3)
#define CONFIG_OV5640_SUPPORT 1
#endif

typedef pixformat_t hal_camera_pixformat_t;
typedef framesize_t hal_camera_framesize_t;
typedef camera_fb_location_t hal_camera_fb_location_t;
Expand Down

0 comments on commit aea434a

Please sign in to comment.