Skip to content

Commit ced4000

Browse files
facchinmpennam
authored andcommitted
OV767x: properly comment CameraCaptureRawByte example
1 parent 24031d0 commit ced4000

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

libraries/Camera/examples/CameraCaptureRawBytes/CameraCaptureRawBytes.ino

+5-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
Camera cam(himax);
1212
#define IMAGE_MODE CAMERA_GRAYSCALE
1313
#elif defined(ARDUINO_GIGA)
14-
#include "ov7670.h"
15-
OV7670 ov7670;
16-
Camera cam(ov7670);
14+
#include "ov767x.h"
15+
// uncomment the correct camera in use
16+
OV7670 ov767x;
17+
// OV7675 ov767x;
18+
Camera cam(ov767x);
1719
#define IMAGE_MODE CAMERA_RGB565
1820
#else
1921
#error "This board is unsupported."

0 commit comments

Comments
 (0)