We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2ed4d commit 226b242Copy full SHA for 226b242
content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card/content.md
@@ -88,6 +88,8 @@ First you need to include the needed libraries
88
89
#include "camera.h" // Arduino Mbed Core Camera APIs
90
91
+/*-----Uncomment the library and class for your specific hardware-----*/
92
+
93
//#include "himax.h" // API to read from the Himax camera found on the Portenta Vision Shield Rev.1
94
// OR
95
#include "hm0360.h" // API to read from the Himax camera found on the Portenta Vision Shield Rev.2
0 commit comments