Skip to content
Snippets Groups Projects
Commit 9509ba12 authored by Orhan-Timo Altan's avatar Orhan-Timo Altan
Browse files

Merge branch 'main' of...

parents 78e69c82 7b3611aa
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
esp_image_t image; esp_image_t image;
// Objekte erzeugen // Objekte erzeugen
thk_EspCamDriver camera(m5stackv2_psram_esp32, thk_EspCamDriver camera(m5stackv2_psram_esp32, // <- hier das verwendete Kameramodell auswählen (muss in camera_boards.h vorhanden sein!)
FRAMESIZE_96X96, FRAMESIZE_96X96,
PIXFORMAT_GRAYSCALE, PIXFORMAT_GRAYSCALE,
&image); &image);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment