Quote:
|
Originally Posted by railerobotics
Here is the debug.
Camera: Initialized abnormally with code 131
Camera: Initialization state = 1
Camera: No EEPROM configuration data found; using default parameters
Camera: Initialization state = 2
Camera: Initializatoin state =3
This continues over and over again.
|
Hmmm... You're camera is hanging on initialization state 3. Open camera.h and look for this line: "#define MAX_ACK_LOOP_COUNT 10" and change the 10 to 100 and let me know what happens when you re-run the code. This gives the camera more time to acknowledge the command before the initialization state machine gives up and starts over.
-Kevin