




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
基于stm32f4的ov2640攝像頭模塊lcd圖像傳輸Lcd
image
display
of
ov2640
camera
modulebased
on
stm32f4STMicroelectronics
introduced
the
STM32F4
family
of
high-performance
microcontrollers
based
on
the
ARM?
Cortex
?
-M4
coreusing
a
90-nm
NVM
process
and
ART
(Adaptive
Real-Time
MemoryAccelerator
?
).ART
technology
makes
the
program
no
wait
for
execution,
improve
theefficiency
of
program
execution,
making
the
STM32
F4
series
can
reach210DMIPS
@
168MHz.The
STM32F4
family
of
microcontrollers
integrates
single-cycle
DSPinstructions
and
FPU
(floating
point
unit)
to
improve
computational
powand
allow
for
complex
calculations
and
controls.Introduction
of
STM32F4This
section
applies
to
the
whole
STM32F4xx
family
devices,
unlessotherwise
specified.The
digital
camera
is
a
synchronous
parallel
interface
able
to
receivhigh-speed
data
flow
from
an
external
8-,
10-,
12-
or
14-bit
CMOS
camera
module.
It
supports
different
data
formats:
YCbCr4:2:2/RGB565progressive
video
and
compressed
data
(JPEG).This
interface
is
for
use
with
black
&
white
cameras,
X24
and
X5cameras,
and
it
is
assumed
that
all
pre-processing
like
resizing
isperformed
in
the
camera
module.Introduction
of
DCMI
of
STM32F4DCMI
main
features8-,
10-,
12-
or
14-bit
parallel
interfaceEmbedded/external
line
and
frame
synchronizationContinuous
or
snapshot
modeCrop
featureSupports
the
following
data
formats:–
8/10/12/14-
bit
progressive
video:
eithermonochrome
or
raw
bayerYCbCr
4:2:2
progressive
videoRGB
565
progressive
videoCompressed
data:
JPEGDCMI
pinsTable
shows
the
DCMI
pinsTable
DCMIName
pinsSignal
typeD[0:13]Data
inputsHSYNCHorizontal
synchronization
inputVSYNCVertical
synchronization
inputPIXCLKPixel
clock
inputThe
digital
camera
interface
uses
two
clock
domains
PIXCLK
and
HCLK.The
signals
generated
with
PIXCLK
are
sampled
on
the
rising
edge
ofHCLK
once
they
are
stable.
Anenable
signal
is
generated
in
the
HCLKdomain,
to
indicate
that
data
coming
from
the
camera
are
stable
and
canbe
sampled.
The
minimum
PIXCLK
period
must
be
higher
than
2.5
HCLKperiods.DCMI
clocksDCMI
functional
overviewThe
digital
camera
interface
is
a
synchronous
parallel
interface
that
receive
high-speed
(up
to
54
Mbytes/s)
data
flows.
It
consists
of
up
to
1lines(D13-D0)
and
a
pixel
clock
line
(PIXCLK).The
pixel
clock
has
a
programmable
polarity,
so
that
data
can
be
captu
on
either
the
rising
or
the
falling
edge
of
the
pixel
clock.The
data
are
packed
into
a
32-bit
data
register
(DCMI_DR)
and
then
tra
ferred
through
a
general-purpose
DMA
channel
.The
image
buffer
is
managed
by
the
DMA,
not
by
the
camera
interface.The
data
received
from
the
camera
can
be
organized
in
lines/frames
(raYUB/RGB/Bayer
modes)
or
can
be
a
sequence
of
JPEG
images.
To
enableJPEG
image
reception,
the
JPEG
bit
(bit
3
of
DCMI_CR
register)
must
be
se
The
data
flow
is
synchronized
either
by
hardware
using
the
optional
HSYN
(horizontal
synchronization)
and
VSYNC
(vertical
synchronization)
sign
by
synchronization
codesembedded
in
the
data
flow.DCMI
block
diagramTop-level
block
diagramDMA
interfaceThe
DMA
interface
is
active
when
the
CAPTURE
bit
in
the
DCMI_CR
register
is
set.
A
DMA
request
is
generated
each
time
the
camera
interface
receives
a
com
ete
32-bit
data
block
in
its
register.DCMIphysical
interfaceThe
interface
is
composed
of
11/13/15/17
inputs.
Only
the
Slave
modeis
supported.The
camera
interface
can
capture
8-bit,
10-bit,
12-bit
or
14-bit
datadepending
on
the
EDM[1:0]
bits
in
the
DCMI_CR
register.
If
less
than
14bits
are
used,
the
unused
data
pins
must
not
be
assigned
to
DCMI
interface
through
GPIO
alternate
functions.DCMI
signalsDCMI
signal
waveformsIntroduction
of
OV2640
sensorImage
sensor
is
the
core
of
the
camera,
the
camera
in
the
imagesensor
is
a
model
OV2640
CMOS
type
digital
image
sensor.
The
sensorsupports
output
of
up
to
2
megapixel
images
(1600x1200
pointsResolution),
support
the
use
of
VGA
timing
output
image
data,
the
outputimage
data
format
support
YUV
(422/420),
YCbCr422,RGB565,
and
JPEG
formats,
data
can
be
greatly
reduced
if
images
areoutput
directly
in
JPEG
format
Volume,
convenient
network
transmission.It
also
compensates
for
captured
images,
supporting
gamma
curves,white
balance,
and
saturation
Degree,
color
and
other
basictreatment.
According
to
the
different
resolution
configuration,
the
sensoutput
image
data
frame
rate
from
15-60
framesTune,
the
work
of
power
between
125mW-140mW.pin
and
functional
block
diagram
of
OV2640OV2640
sensor
using
BGA
package,
it"s
front-end
lighting
window,
the
pin
leads
tthe
back,
the
pin
pointsSee
Figure
for
cloth.Below
we
cooperate
with
the
OV2640
functional
block
diagram
inabove
Figure
to
explain
these
signal
pins.hardware
designCamera
schematicThe
experiment
used
OV2640
camera
schematic
diagram
is
as
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 疏散通道知識培訓(xùn)
- 環(huán)保材料失重率評估操作規(guī)程
- 高等教育自由曲面課程教學(xué)大綱
- 2025杭州大有供電服務(wù)有限公司招聘115人模擬試卷有完整答案詳解
- 復(fù)雜形狀工件涂裝工藝探討
- 湖北單招考試試題及答案
- 物理貴州會考真題及答案
- 2025昌國(浙江)科技發(fā)展有限公司招聘1人考前自測高頻考點(diǎn)模擬試題有答案詳解
- 硬筆書法教學(xué)課件
- 硬筆書法撇與捺課件
- 2023年寶鋼股份用戶滿意度調(diào)查分析報告
- 漣源2022年事業(yè)編招聘考試《公共基礎(chǔ)知識》真題及答案解析【可復(fù)制版】
- GB/T 17553.1-1998識別卡無觸點(diǎn)集成電路卡第1部分:物理特性
- 2023年西藏山南雅礱天然飲品有限公司招聘筆試模擬試題及答案解析
- 海南礦產(chǎn)資源概況
- (通用版)水利安全員考試試題庫及答案
- 編版一年級下冊 《荷葉圓圓》2022年小學(xué)語文作業(yè)設(shè)計(jì)
- 施工現(xiàn)場安全檢查記錄表(周)以及詳細(xì)記錄
- 汽車配件購銷合同集合
- 雨污水管道表格全全套資料
- 石庫門——中西合璧建筑的典范
評論
0/150
提交評論