I purchased the Adafruit serial jpeg camera. When I try to compile the sample code included I get these errors:
Snapshot:67: error: 'Adafruit_VC0706' does not name a type
Snapshot.pde: In function 'void setup()':
Snapshot:97: error: 'cam' was not declared in this scope
Snapshot:104: error: 'cam' was not declared in this scope
Snapshot:116: error: 'VC0706_640x480' was not declared in this scope
Snapshot:124: error: 'VC0706_320x240' was not declared in this scope
Snapshot:125: error: 'VC0706_160x120' was not declared in this scope
I am using the Arduino IDE and I should note that when I imported the library I go this warning message:
Ignoring bad library name
"Adafruit-VC0706-Serial-Camera-Library-master" cannot be used. Library names must only use basic numbers and letters (ASCII only and no spaces, and it cannot start with a number)
Any help would be appreciated. Thanks!

