Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

getting started exemple isn't compiling #161

Closed
Assignees
Labels
Tutorial bugSomething isn't working pro
@gargoyle777

Description

"
#include "camera.h"

CameraClass cam;
uint8_t fb[320*240];

void setup() {
Serial.begin(921600);

// Init the cam QVGA, 30FPS
cam.begin(CAMERA_R320x240, 30);
}

void loop() {
// put your main code here, to run repeatedly:

// Wait until the receiver acknowledges
// that they are ready to receive new data
while(Serial.read() != 1){};

// Grab frame and write to serial
if (cam.grab(fb) == 0) {
Serial.write(fb, 320*240);
}

}
"
is the code

"
error: 'CameraClass' does not name a type; did you mean 'CameraWire'?
CameraClass cam;
" is the error

Metadata

Metadata

Labels

Tutorial bugSomething isn't working pro

Type

No type

Projects

No projects

Milestone

No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      AltStyle によって変換されたページ (->オリジナル) /