首页

用STM32F4芯片自带的DCMI摄像头接口驱动

c

2020-10-22

用STM32F4芯片自带的DCMI摄像头接口驱动不带FIFO的OV7725摄像头,实现60HZ刷新率。imgprcs.c文件中包含大量的适用于嵌入式设备的高速图像处理算法,包括边缘提取、区域分割、颜色识别等等,全部使用自适应算法,适合不同光照和环境条件

资源下载此资源下载价格为3D币(VIP免费),请先
资源文件列表
OV7725/APPs/dcmi.c , 8397
OV7725/APPs/dcmi.h , 724
OV7725/APPs/imgprcs.c , 37590
OV7725/APPs/imgprcs.h , 1195
OV7725/APPs/sccb.c , 3768
OV7725/APPs/sccb.h , 1214
OV7725/CORE/core_cm4.h , 109142
OV7725/CORE/core_cm4_simd.h , 22735
OV7725/CORE/core_cmFunc.h , 17146
OV7725/CORE/core_cmInstr.h , 20513
OV7725/CORE/startup_stm32f40_41xxx.s , 29605
OV7725/CORE/stm32f4xx.h , 704094
OV7725/CORE/stm32f4xx_conf.h , 4593
OV7725/CORE/stm32f4xx_it.c , 4536
OV7725/CORE/stm32f4xx_it.h , 2222
OV7725/CORE/system_stm32f4xx.c , 47778
OV7725/CORE/system_stm32f4xx.h , 2233
OV7725/FWLIB/inc/misc.h , 6924
OV7725/FWLIB/inc/stm32f4xx_adc.h , 32880
OV7725/FWLIB/inc/stm32f4xx_can.h , 27318
OV7725/FWLIB/inc/stm32f4xx_crc.h , 2416
OV7725/FWLIB/inc/stm32f4xx_cryp.h , 14481
OV7725/FWLIB/inc/stm32f4xx_dac.h , 14946
OV7725/FWLIB/inc/stm32f4xx_dbgmcu.h , 4296
OV7725/FWLIB/inc/stm32f4xx_dcmi.h , 12977
OV7725/FWLIB/inc/stm32f4xx_dma.h , 28882
OV7725/FWLIB/inc/stm32f4xx_dma2d.h , 19692
OV7725/FWLIB/inc/stm32f4xx_exti.h , 8012
OV7725/FWLIB/inc/stm32f4xx_flash.h , 24467
OV7725/FWLIB/inc/stm32f4xx_flash_ramfunc.h , 3275
OV7725/FWLIB/inc/stm32f4xx_fmc.h , 44924
OV7725/FWLIB/inc/stm32f4xx_fsmc.h , 27181
OV7725/FWLIB/inc/stm32f4xx_gpio.h , 23548
OV7725/FWLIB/inc/stm32f4xx_hash.h , 10084
OV7725/FWLIB/inc/stm32f4xx_i2c.h , 31939
OV7725/FWLIB/inc/stm32f4xx_iwdg.h , 4323
OV7725/FWLIB/inc/stm32f4xx_ltdc.h , 21191
OV7725/FWLIB/inc/stm32f4xx_pwr.h , 7728
OV7725/FWLIB/inc/stm32f4xx_rcc.h , 30063
OV7725/FWLIB/inc/stm32f4xx_rng.h , 3958
OV7725/FWLIB/inc/stm32f4xx_rtc.h , 40546
OV7725/FWLIB/inc/stm32f4xx_sai.h , 25470
OV7725/FWLIB/inc/stm32f4xx_sdio.h , 22777
OV7725/FWLIB/inc/stm32f4xx_spi.h , 21178
OV7725/FWLIB/inc/stm32f4xx_syscfg.h , 8974
OV7725/FWLIB/inc/stm32f4xx_tim.h , 51689
OV7725/FWLIB/inc/stm32f4xx_usart.h , 17935
OV7725/FWLIB/inc/stm32f4xx_wwdg.h , 3542
OV7725/FWLIB/src/misc.c , 11443
OV7725/FWLIB/src/stm32f4xx_adc.c , 69068
OV7725/FWLIB/src/stm32f4xx_can.c , 60150
OV7725/FWLIB/src/stm32f4xx_crc.c , 3596
OV7725/FWLIB/src/stm32f4xx_cryp.c , 35493
OV7725/FWLIB/src/stm32f4xx_cryp_aes.c , 58026
OV7725/FWLIB/src/stm32f4xx_cryp_des.c , 9822
OV7725/FWLIB/src/stm32f4xx_cryp_tdes.c , 10577
OV7725/FWLIB/src/stm32f4xx_dac.c , 26804
OV7725/FWLIB/src/stm32f4xx_dbgmcu.c , 6809
OV7725/FWLIB/src/stm32f4xx_dcmi.c , 18782
OV7725/FWLIB/src/stm32f4xx_dma.c , 52917
OV7725/FWLIB/src/stm32f4xx_dma2d.c , 27165
OV7725/FWLIB/src/stm32f4xx_exti.c , 9828
OV7725/FWLIB/src/stm32f4xx_flash.c , 63033
OV7725/FWLIB/src/stm32f4xx_flash_ramfunc.c , 5444
OV7725/FWLIB/src/stm32f4xx_fmc.c , 56568
OV7725/FWLIB/src/stm32f4xx_fsmc.c , 41831
OV7725/FWLIB/src/stm32f4xx_gpio.c , 25202
OV7725/FWLIB/src/stm32f4xx_hash.c , 26630
OV7725/FWLIB/src/stm32f4xx_hash_md5.c , 9594
OV7725/FWLIB/src/stm32f4xx_hash_sha1.c , 9793
OV7725/FWLIB/src/stm32f4xx_i2c.c , 54393
OV7725/FWLIB/src/stm32f4xx_iwdg.c , 9348
OV7725/FWLIB/src/stm32f4xx_ltdc.c , 39790
OV7725/FWLIB/src/stm32f4xx_pwr.c , 37707
OV7725/FWLIB/src/stm32f4xx_rcc.c , 98839
OV7725/FWLIB/src/stm32f4xx_rng.c , 14060
OV7725/FWLIB/src/stm32f4xx_rtc.c , 102891
OV7725/FWLIB/src/stm32f4xx_sai.c , 46411
OV7725/FWLIB/src/stm32f4xx_sdio.c , 38957
OV7725/FWLIB/src/stm32f4xx_spi.c , 52522
OV7725/FWLIB/src/stm32f4xx_syscfg.c , 9575
OV7725/FWLIB/src/stm32f4xx_tim.c , 124732
OV7725/FWLIB/src/stm32f4xx_usart.c , 57949
OV7725/FWLIB/src/stm32f4xx_wwdg.c , 10492
OV7725/HARDWARE/OV7670.c , 9283
OV7725/HARDWARE/OV7670.h , 507
OV7725/HARDWARE/OV7725.c , 5381
OV7725/HARDWARE/OV7725.h , 639
OV7725/HARDWARE/OV7725_REG.h , 4995
OV7725/keilkilll.bat , 399
OV7725/OBJ/DebugConfig/Template_STM32F407ZG.dbgconf , 2084
OV7725/OBJ/JLinkSettings.ini , 650
OV7725/OBJ/Template.hex , 19700
OV7725/OBJ/Template.uvguix.Administrator , 141999
OV7725/OBJ/Template.uvguix.ZHOU , 73867
OV7725/OBJ/Template.uvoptx , 13329
OV7725/OBJ/Template.uvprojx , 17899
OV7725/OBJ/USART.hex , 56330
OV7725/SYSTEM/delay/delay.c , 7683
OV7725/SYSTEM/delay/delay.h , 838
OV7725/SYSTEM/sys/sys.c , 1067
OV7725/SYSTEM/sys/sys.h , 3442
OV7725/SYSTEM/usart/usart.c , 4628
OV7725/SYSTEM/usart/usart.h , 1332
OV7725/USER/DebugConfig/USART_STM32F407ZG.dbgconf , 2084
OV7725/USER/JLinkSettings.ini , 650
OV7725/USER/main.c , 991
OV7725/USER/PROJECT.uvguix.ZHOU , 142253
OV7725/USER/PROJECT.uvoptx , 22193
OV7725/USER/PROJECT.uvprojx , 19190
OV7725/USER/stm32f4xx.h , 704094
OV7725/USER/stm32f4xx_conf.h , 4593
OV7725/USER/stm32f4xx_it.c , 4576
OV7725/USER/stm32f4xx_it.h , 2222
OV7725/USER/system_stm32f4xx.c , 47778
OV7725/USER/system_stm32f4xx.h , 2233
OV7725/备忘、说明.txt , 1095
OV7725/当移植程序报错.txt , 82
没有账号? 忘记密码?

社交账号快速登录