TTL Serial Camera

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
User avatar
NEHAD
 
Posts: 13
Joined: Thu Feb 12, 2015 4:33 pm

TTL Serial Camera

Post by NEHAD »

Dear adafruit,

I'm trying to make the TTL Serial Camera project. But my camera is different from the camera you used. Here is the images of the camera:
http://www.mediafire.com/view/4937u25f4 ... age001.jpg
http://www.mediafire.com/view/8o35fh2o4 ... age002.jpg

I made every step of your project page, but when I run the arduino serial monitor of the snapshot code...> It says that No camera found.
The same thing happened when using the VC0706 COMM TOOL, when I click on Get Version....> It says Cmd Time Out.
So, I think the camera is not compatible.
Is there any suggestions i can make in the code or in my connections to fix that problem.

Thanks in Advance.

Regards,
Nehad
Attachments
image001.jpg
image001.jpg (33.82 KiB) Viewed 410 times

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: TTL Serial Camera

Post by adafruit_support_mike »

You'll need to talk to the vendor who sold you the camera and see what information they have. There are lots of different camera modules, and we only know the VC0706.

User avatar
NEHAD
 
Posts: 13
Joined: Thu Feb 12, 2015 4:33 pm

Re: TTL Serial Camera

Post by NEHAD »

I've succeeded to make the Comm Tool works. It worked with Baudrate 115200, but when I uploaded the snapshot code to the arduino and changing the Baudrate as the Comm tool, the serial monitor was empty. It told me No camera found at Baudrate 9600.
Any suggestions?

Thanks

User avatar
4711engel
 
Posts: 44
Joined: Sat Mar 28, 2015 3:33 pm

Re: TTL Serial Camera

Post by 4711engel »

Hi,
I use the adafruit VC0706 cam in a project "Time lapse cam" and as "Weather cam". But I have one problem: The colors of the cam are not ok. I miss a better green value. The value is to small. How can I increase the value. Maybe in the sketch.

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: TTL Serial Camera

Post by adafruit_support_mike »

The Weatherproof Camera (https://www.adafruit.com/product/613) uses a ring of IR LEDs for night vision, so it doesn't have an IR filter on the lens.

Images that include IR data can look washed-out compared to visible-light images. Try putting an IR filter in front of the lens and see if that helps.

User avatar
4711engel
 
Posts: 44
Joined: Sat Mar 28, 2015 3:33 pm

Re: TTL Serial Camera

Post by 4711engel »

Hi, I use product 397 without IR ring.

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: TTL Serial Camera

Post by adafruit_support_mike »

Try an IR filter anyway, to see if it helps.

You can also try using the CommTool (linked from the tutorial: https://learn.adafruit.com/ttl-serial-c ... -comm-tool) to work with the white-balance settings.

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

Return to “Other Arduino products from Adafruit”