Skip to content

Commit 5e2ed4d

Browse files
committed
Getting Started updated
1 parent 1a1a5b9 commit 5e2ed4d

File tree

2 files changed

+2
-2
lines changed
  • content/hardware/04.pro/shields/portenta-vision-shield/tutorials

2 files changed

+2
-2
lines changed

content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ First you need to include the needed libraries
8888

8989
#include "camera.h" // Arduino Mbed Core Camera APIs
9090

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
9292
// OR
9393
#include "hm0360.h" // API to read from the Himax camera found on the Portenta Vision Shield Rev.2
9494
```

content/hardware/04.pro/shields/portenta-vision-shield/tutorials/getting-started-camera/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To capture the frames you will need to use the functions contained in `camera.h`
4848
```cpp
4949
#include "camera.h"
5050
//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
5252

5353
//For the Vision Shield Rev.2
5454
#include "hm0360.h" // API to read from the Himax camera found on the Portenta Vision Shield Rev.2

0 commit comments

Comments
 (0)