diff --git a/src/OV767X.h b/src/OV767X.h index 47003e7..2f6f679 100644 --- a/src/OV767X.h +++ b/src/OV767X.h @@ -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():