TTL Camera Toturial and Testing
TTL Camera Toturial and Testing
It take
snapshots or work in video mode. The camera can fully controlled by your
microcontroller / Arduino using At commands. It can be also controlled by your
pc using comm tool software (download here) and TTL to usb converter.
www.fut-elctronics.com Page 1
Features
www.fut-elctronics.com Page 2
Connection of (TTL serial camera module) with (USB-XBEE Adapter)
VCC TO VCC
GND TO GND
RX TO TX
TR TO 2resistance 1K TO RX and GND
www.fut-elctronics.com Page 3
Now download and install the (VC0706 CommTool) software.
Start up the software and select the COM port that the Arduino is on.
The next button you should press is near the bottom FBUF CTRL.
www.fut-elctronics.com Page 4
This is quite a panel, but we can use this to get images directly from the camera
which is good for debugging.
Next press Read (next to Sel File) to read the jpeg image off the camera
www.fut-elctronics.com Page 5
Sample Image
There are many options for this software, here's what we think of the other
buttons. Personally, we don't suggest going in to any of them unless you really
need to.
www.fut-elctronics.com Page 6
Mirror Ctrl - we think this is so you can flip the display (if its bouncing off a
mirror)
Power Ctrl - this is for testing the power down mode, and it seems like
you might be able to have it auto-power down when there's no motion.
Timer Ctrl - there is an RTC built into the DSP which you can set,
however there's no battery backup so if power is lost the RTC will be reset
so we don't think its terribly useful
AE Ctrl - this is for controlling the auto-contrast/brightness. By default its
set to auto-select for indoor or outdoor use. Probably best to leave it as is
Motion Ctrl - this is for the motion detection system. You can tweak the
settings and also test it. We have an Arduino sketch for interacting with
the motion detection system. By default it works pretty good but you can
super tweak it out if you want to.
OSD Config - The protocol sheet and this seem to imply you can do on-
screen-display but after much time spent on it, we determined its not
activated somewhere in the DSP. We've never seen a VC0706 camera
that could do it. :(
Image property - see above
Gamma - this is for more precise gamma control of the CMOS sensor. It
seems to be preset to be OK but you can mess with this if you'd like
SPI Flash - for reading/writing to the SPI storage? Not sure if its a good
idea to mess with this
Other Ctrl - for playing with the DAC? No idea what this is for.
Up/Down Load - this is for reading and writing to the flash probably to
upload new DSP code. We dont suggest messing with this
System Reset - does a reset of the module. Press this if its not
responding
FBuff Ctrl - see above
Zoom Ctrl - The module has built in 'Pan Tilt Zoom' ability BUT its for
video only and wont affect photos snapped. You can play with the PTZ
here, its pretty basic but could be useful for someone
www.fut-elctronics.com Page 7
Motion detection
www.fut-elctronics.com Page 8