Search Notebooks
Practical library series : LS-Y201 (LinkSprite) - JPEG Color Camera with UART Interface

camera, JPEG, Serial, sparkfun

Page owner: user Shinichiro Nakamura

Created 25 Nov 2010.
Last updated 02 Dec 2010

Practical library series : LS-Y201 (LinkSprite) - JPEG Color Camera with UART Interface

Page last updated 02 Dec 2010, by   user Shinichiro Nakamura   tag camera, JPEG, Serial, sparkfun | 4 replies  

 

Overview

You can get this camera from SparkFun. http://www.sparkfun.com/products/10061

DataSheet

The document is not so good.
There are so many bugs in it.
So please check the camera protocols with my library sources.

Connection

Here is the connection of the sample program.

You can change the PinName at the constructor.

mbed LS-Y201
p13(TX) RxD
p14(RX) TxD

Library and the test program

The output


4 comments

09 Feb 2011 . Edited: 09 Feb 2011

Hi,

Thanks so much for this! I recently bought that camera from SparkFun and I am trying to get it to work with your sample program. So far I have only been able to get it to work one time...usually I just have a 0k TEST.jpg inside my mbed....I don't know what I am doing wrong. With the new library you wrote in December I can't get the program to compile either.

Is this very reliable? Does it work for you all the time? I am brand new to embed...I have the camera hooked up how you show...just the TV pin is not going anywhere...should I ground that pin or something?
Thanks so much for anyhelp and thanks again for writing this library!!

09 Feb 2011 . Edited: 09 Feb 2011
Hi. :) I just updated the sample program. http://mbed.org/users/shintamainjp/programs/Camera_LS_Y201_TestProgram/lmcok9 Thank you for your feedback. I hope to you enjoy the camera with my library. Regards Shin.
10 Feb 2011

Thanks so much!! :-) That one worked great. The camera took picture after picture and put the writing % in the serial window...no problem. I commented out the SDCard stuff, though. I still haven't been able to get my SDCard to work. I'm going to work on that right now. Here is a sample pic: http://www.flickr.com/photos/42101072@N05/5433253911/

thanks for all your work!!!

04 Jun 2011

Hi,

I have got the camera taking pictures, but how can I change the image size? I have been trying to use the setImageSize method but can't seem to get it to compile!

Please log in to post a comment.