"TWO" LINKSPRITE JPEG COLOR CAMERAS TTL

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
cbausmart
 
Posts: 8
Joined: Wed Nov 21, 2012 7:34 pm

"TWO" LINKSPRITE JPEG COLOR CAMERAS TTL

Post by cbausmart »

Hello! :D :D

I'm working on a project to build an eye tracking systems and I would like to know how could I connect "TWO" LINKSPRITE JPEG COLOR CAMERAS TTL INTERFACE, to a single Arduino UNO board.

1- How can I wire the second camera in ?
2- How can I add the second camera in the Arduino code, to record the both movie files in the same SD card?

Thank you very much for helping me!
Attachments
LINKSPRITE JPEG COLOR CAMERAS TTL INTERFACE
LINKSPRITE JPEG COLOR CAMERAS TTL INTERFACE
vc0706wiring_MED.jpg (40.7 KiB) Viewed 1368 times

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

Re: "TWO" LINKSPRITE JPEG COLOR CAMERAS TTL

Post by adafruit_support_bill »

If it is a TTL serial interface, you can use SoftwareSerial for the second port. We do not sell a camera that does "movie files", so I can't help you there.

elliottkm
 
Posts: 1
Joined: Tue Feb 05, 2013 12:40 pm

Re: "TWO" LINKSPRITE JPEG COLOR CAMERAS TTL

Post by elliottkm »

Hi,

I am trying to do a similar project but just using one camera. I want to use the Linksprite JPEG Camera TTL version with an Arduino Uno and connect it directly to my computer. I don't want to save the images on a SD card, I want to save them directly to the computer. Is this possible? I tried commenting out the SD part of the code but I am unable to even test the camera because that is the first step in the code to check for the SD card.

Thanks,
Kristin

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

Re: "TWO" LINKSPRITE JPEG COLOR CAMERAS TTL

Post by adafruit_support_bill »

Hi,

We don't sell the LinkSprites. You should be able to get technical assistance from the place where you bought it.

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

Return to “Arduino”