Skip to content

Commit 37c7bda

Browse files
marqdevxsebromero
andcommitted
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 d0f8187 commit 37c7bda

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 you will need some information like the resolution of the image, the bits per pixel and more; so you can define your settings as shown:

0 commit comments

Comments
 (0)