Skip to content

Commit 30a965e

Browse files
marqdevxsebromero
andauthored
Update content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card/content.md
Co-authored-by: Sebastian Romero <s.romero@arduino.cc>
1 parent 650e271 commit 30a965e

File tree

1 file changed

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

1 file changed

+1
-1
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
@@ -96,7 +96,7 @@ mbed::FATFileSystem fileSystem("fs");
9696
HM01B0 himax;
9797
Camera cam(himax);
9898

99-
FrameBuffer frameBuffer; // Buffer to save the capture
99+
FrameBuffer frameBuffer; // Buffer to save the camera stream
100100
```
101101
102102
For the bitmap headers binary file we will need some information like the resolution of the image, the bits per pixel and more, so we define our settings as shown:

0 commit comments

Comments
 (0)