Skip to content
Snippets Groups Projects
Commit 2b57768a authored by Tom Tiltmann's avatar Tom Tiltmann
Browse files

Aktualisieren examples/cameraimage/cameraimage.ino

parent b112719a
No related branches found
No related tags found
1 merge request!5Aktualisieren examples/cameraimage/cameraimage.ino
......@@ -15,7 +15,7 @@
esp_image_t image;
// 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,
PIXFORMAT_GRAYSCALE,
&image);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment