Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/CameraCapture/CameraCapture.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
OV767X - Camera Test Pattern

This sketch waits for the letter 'c' on the Serial Monitor,
it then reads a frame from the OmniVision OV7670 camera and
it then reads a frame from the OmniVision OV7670 camera and
prints the data to the Serial Monitor as a hex string.

The website https://rawpixels.net - can be used the visualize the data:
The website https://pixpeep.mort.coffee/ can be used the visualize the data:
width: 176
height: 144
RGB565
Expand Down
4 changes: 2 additions & 2 deletions examples/CameraTestPattern/CameraTestPattern.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
OV767X - Camera Test Pattern

This sketch enables the test pattern mode, then reads a frame from
the OmniVision OV7670 camera and prints the data to the
the OmniVision OV7670 camera and prints the data to the
Serial Monitor as a hex string.

The website https://rawpixels.net - can be used the visualize the data:
The website https://pixpeep.mort.coffee/ can be used the visualize the data:
width: 176
height: 144
RGB565
Expand Down