File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/CameraCaptureRawBytes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
OV767X - Camera Capture Raw Bytes
3
3
4
4
This sketch reads a frame from the OmniVision OV7670 camera
5
- and writes the bytes to the Serial port. Use the Procesing
5
+ and writes the bytes to the Serial port. Use the Processing
6
6
sketch in the extras folder to visualize the camera output.
7
7
8
8
Circuit:
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ int OV767X::bytesPerPixel() const
210
210
// Optimized Data Reading Explanation:
211
211
//
212
212
// In order to keep up with the data rate of 5 FPS, the inner loop that reads
213
- // data from the camera board needs to be as quick as possible. The 64Mhz ARM
213
+ // data from the camera board needs to be as quick as possible. The 64 Mhz ARM
214
214
// Cortex-M4 in the Nano 33 would not be able to keep up if we read each bit
215
215
// one at a time from the various GPIO pins and combined them into a byte.
216
216
// Instead, we chose specific GPIO pins which all occupy a single GPIO "PORT"
You can’t perform that action at this time.
0 commit comments