File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
content/hardware/04.pro/shields/portenta-vision-shield/tutorials Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ First you need to include the needed libraries
88
88
89
89
#include " camera.h" // Arduino Mbed Core Camera APIs
90
90
91
- #include " himax.h" // API to read from the Himax camera found on the Portenta Vision Shield Rev.1
91
+ // #include "himax.h" // API to read from the Himax camera found on the Portenta Vision Shield Rev.1
92
92
// OR
93
93
#include " hm0360.h" // API to read from the Himax camera found on the Portenta Vision Shield Rev.2
94
94
```
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ To capture the frames you will need to use the functions contained in `camera.h`
48
48
``` cpp
49
49
#include " camera.h"
50
50
// For the Vision Shield Rev.1
51
- #include " himax.h" // API to read from the Himax camera found on the Portenta Vision Shield Rev.1
51
+ // #include "himax.h" // API to read from the Himax camera found on the Portenta Vision Shield Rev.1
52
52
53
53
// For the Vision Shield Rev.2
54
54
#include " hm0360.h" // API to read from the Himax camera found on the Portenta Vision Shield Rev.2
You can’t perform that action at this time.
0 commit comments