VEEK-MT-SoCKit User Manual
March 17, 2014
22
Figure 4-5 Zoom-in gesture
Note: execute the test.bat from the folder SoCKit_Painter\demo_batch will automatically
download the .sof and .elf files.
4
4
.
.
3
3
C
C
a
a
m
m
e
e
r
r
a
a
A
A
p
p
p
p
l
l
i
i
c
c
a
a
t
t
i
i
o
o
n
n
This demonstration shows a digital camera reference design using the 5-Megapixel CMOS sensor
and 7-inch LCD module on the VEEK-MT-SoCKit. The CMOS sensor module sends raw image
data to the FPGA, which handles image processing and converts the data to RGB format to display
on the LCD module. The I2C Sensor Configuration module is used to configure the CMOS sensor
module.
shows the block diagram of this demonstration.
After the configuration code is downloaded into the FPGA successfully, the I2C Sensor
Configuration block will initiate the CMOS sensor via I2C interface. The CMOS sensor is
configured as:
Resolution: 800 * 480
Exposure time: Adjustable
Pix clock: MCLK*2 = 25*2 = 50MHz
Readout mode: Binning
Mirror mode: Line mirrored
According to the settings, the frame rate of the CMOS sensor output is approximately 44.4
fps
.