Skip to content

Commit

Permalink
Changed default camera to OV7670
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnHymel authored and facchinm committed Jul 31, 2023
1 parent baf89d5 commit 4a2b660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OV767X.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class OV767X
virtual ~OV767X();

// Supported FPS: 1, 5, 10, 15, 30
int begin(int resolution, int format, int fps, int camera_name = OV7675);
int begin(int resolution, int format, int fps, int camera_name = OV7670);
void end();

// must be called after Camera.begin():
Expand Down

0 comments on commit 4a2b660

Please sign in to comment.