We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b713cb commit cb7ec81Copy full SHA for cb7ec81
libraries/Camera/examples/CameraCaptureRawBytes/CameraCaptureRawBytes.ino
@@ -6,8 +6,14 @@
6
Camera cam(galaxyCore);
7
#define IMAGE_MODE CAMERA_RGB565
8
#elif defined(ARDUINO_PORTENTA_H7_M7)
9
+ // uncomment the correct camera in use
10
#include "hm0360.h"
11
HM0360 himax;
12
+
13
+ // #include "himax.h"
14
+ // HM01B0 himax;
15
+ // Camera cam(himax);
16
17
Camera cam(himax);
18
#define IMAGE_MODE CAMERA_GRAYSCALE
19
#elif defined(ARDUINO_GIGA)
0 commit comments