ttl camera software

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
chris220013
 
Posts: 3
Joined: Fri Jan 25, 2013 5:42 am

ttl camera software

Post by chris220013 »

Ive downloaded the TTL camera software and libraries from the tutorial web site and keep getting these errors when trying to compile the program:
Adafruit_VC0706 does not name a type
and
in function void setup()
error cam was not declared in this scope
error VC0706_640x480 was not declaied in this scope
error VC0706_320x240 was not declaied in this scope
error VC0706_160x120 was not declaied in this scope

Im using 1.0.2 software and a uno board

Any help would be appreciated
Thanks

User avatar
adafruit_support_bill
 
Posts: 88090
Joined: Sat Feb 07, 2009 10:11 am

Re: ttl camera software

Post by adafruit_support_bill »

Adafruit_VC0706 does not name a type
That means that the IDE was not able to find the library. Make sure that you close all copies of the IDE (It won't find libraries that are installed while it is running).
And follow the instructions here to make sure it is installed in the correct location: http://learn.adafruit.com/arduino-tips- ... -libraries

chris220013
 
Posts: 3
Joined: Fri Jan 25, 2013 5:42 am

Re: ttl camera software

Post by chris220013 »

Thanks for the help, ive found the error in the library file but now ive got
Error compiling
and a mass of errors that look like
\Arduino\libraries\Adafruit_VC0760/Adafruit_VC0760.h:9 error: stray '\302' in program
\Arduino\libraries\Adafruit_VC0760/Adafruit_VC0760.h:254 error: stray '#' in program

the list goes on and on

Thanks for the help in anticipation

User avatar
adafruit_support_bill
 
Posts: 88090
Joined: Sat Feb 07, 2009 10:11 am

Re: ttl camera software

Post by adafruit_support_bill »

Looks like you have an invalid character in your file. If you edited the file at all, your editor may have inserted characters that the compiler does not recognize. Better to start with a fresh download of the library.

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”