Skip to content

Commit 7f32d41

Browse files
committed
Update full sketch
1 parent 37c7bda commit 7f32d41

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Once the capture is saved, remove the SD Card and plug it into a computer/phone
283283

284284
```cpp
285285
#include "SDMMCBlockDevice.h" // Multi Media Card APIs
286-
#include "FATFileSystem.h" // Mbed API for portable and embedded systems
286+
#include "FATFileSystem.h" // API to run operations on a FAT file system
287287
SDMMCBlockDevice blockDevice;
288288
mbed::FATFileSystem fileSystem("fs");
289289

@@ -292,7 +292,7 @@ mbed::FATFileSystem fileSystem("fs");
292292
HM01B0 himax;
293293
Camera cam(himax);
294294

295-
FrameBuffer frameBuffer; // Buffer to save the capture
295+
FrameBuffer frameBuffer; // Buffer to save the camera stream
296296

297297
// Settings for our setup
298298
#define IMAGE_HEIGHT (unsigned int)240

0 commit comments

Comments
 (0)