Skip to content

tianyufang1958/Beaglebone-black-Adafruit-TTL-serial-camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Beaglebone-black-Adafruit-TTL-serial-camera

Capture image with Adafruit TTL serial camera It was designed to be used in security systems and does two main things - it outputs NTSC monochrome video and can take snapshots of that video (in color) and transmit them over the TTL serial link. You can snap pictures at 640x480, 320x240 or 160x120 and they're pre-compressed JPEG images which makes them nice and small and easy to store on an SD card

Connection:

+5V - P9 7 (SYS_5V), GND - P9 1 (GND), RX - P9 24 (uart1_txd), TX - P9 26 (uart1_rxd)

c++ code for the image capture is modified from Nick's code, which is for linksprite camera (similar adafruit serial camera). https://github.com/nickpascucci/RobotCamera/blob/master/src/linksprite-tools/capture.cpp

About

Capture image with Adafruit TTL serial camera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published