Skip to content

Commit cb7ec81

Browse files
committed
camera: Add comment for using older camera on Vision Shield.
1 parent 6b713cb commit cb7ec81

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: libraries/Camera/examples/CameraCaptureRawBytes/CameraCaptureRawBytes.ino

+6
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@
66
Camera cam(galaxyCore);
77
#define IMAGE_MODE CAMERA_RGB565
88
#elif defined(ARDUINO_PORTENTA_H7_M7)
9+
// uncomment the correct camera in use
910
#include "hm0360.h"
1011
HM0360 himax;
12+
13+
// #include "himax.h"
14+
// HM01B0 himax;
15+
// Camera cam(himax);
16+
1117
Camera cam(himax);
1218
#define IMAGE_MODE CAMERA_GRAYSCALE
1319
#elif defined(ARDUINO_GIGA)

0 commit comments

Comments
 (0)