Skip to content

A python program that grabs a picture from a Linksprite LS-Y201 USART camera and dumps it into a file.

License

Notifications You must be signed in to change notification settings

loxodes/linksprite_LS-Y201_picture_grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

A short python script to test the LS-Y201 USART camera (available at sparkfun and cutedigi). It may work on other VC0706 based cameras.

I've written it to test my camera under linux, as Linksprite only provides a windows application.

In the process of writing this, I've uncovered some lies in the datasheet:
	The return value from a reset command is [0x76, 0x00, 0x26, 0x00, 0x00], not [0x76, 0x00, 0x26, 0x00].
	The return value from a read JPEG file command does *not* include the interval time. 
	

About

A python program that grabs a picture from a Linksprite LS-Y201 USART camera and dumps it into a file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages