文件名称:实验35 摄像头实验
介绍说明--下载内容均来自于网络,请自行研究使用
基于STM32f407单片机驱动OV2640摄像头。本实验开机后,初始化摄像头模块(OV2640),如果初始化成功,则提示选择模式:RGB565模式,或者
JPEG模式。KEY0用于选择RGB565模式,KEY1用于选择JPEG模式。(OV2640 camera driver based on STM32f407 microcontroller. After the experiment is started, initialize the camera module (OV2640). If the initialization is successful, then select the mode: RGB565 mode, or
JPEG mode. KEY0 is used to select the RGB565 schema, and KEY1 is used to select the JPEG schema.)
JPEG模式。KEY0用于选择RGB565模式,KEY1用于选择JPEG模式。(OV2640 camera driver based on STM32f407 microcontroller. After the experiment is started, initialize the camera module (OV2640). If the initialization is successful, then select the mode: RGB565 mode, or
JPEG mode. KEY0 is used to select the RGB565 schema, and KEY1 is used to select the JPEG schema.)
相关搜索: STM32F407驱动OV2640实验
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验35 摄像头实验\CORE\core_cm4.h
实验35 摄像头实验\CORE\core_cm4_simd.h
实验35 摄像头实验\CORE\core_cmFunc.h
实验35 摄像头实验\CORE\core_cmInstr.h
实验35 摄像头实验\CORE\startup_stm32f40_41xxx.s
实验35 摄像头实验\FWLIB\inc\misc.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_adc.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_can.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_crc.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_cryp.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_dac.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_dbgmcu.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_dcmi.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_dma.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_dma2d.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_exti.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_flash.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_flash_ramfunc.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_fmc.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_fsmc.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_gpio.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_hash.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_i2c.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_iwdg.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_ltdc.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_pwr.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_rcc.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_rng.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_rtc.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_sai.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_sdio.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_spi.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_syscfg.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_tim.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_usart.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_wwdg.h
实验35 摄像头实验\FWLIB\src\misc.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_adc.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_can.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_crc.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_cryp.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_cryp_aes.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_cryp_des.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_cryp_tdes.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_dac.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_dbgmcu.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_dcmi.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_dma.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_dma2d.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_exti.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_flash.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_flash_ramfunc.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_fmc.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_fsmc.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_gpio.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_hash.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_hash_md5.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_hash_sha1.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_i2c.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_iwdg.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_ltdc.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_pwr.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_rcc.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_rng.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_rtc.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_sai.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_sdio.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_spi.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_syscfg.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_tim.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_usart.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_wwdg.c
实验35 摄像头实验\HARDWARE\DCMI\dcmi.c
实验35 摄像头实验\HARDWARE\DCMI\dcmi.h
实验35 摄像头实验\HARDWARE\KEY\key.c
实验35 摄像头实验\HARDWARE\KEY\key.h
实验35 摄像头实验\HARDWARE\LCD\FONT.H
实验35 摄像头实验\HARDWARE\LCD\lcd.c
实验35 摄像头实验\HARDWARE\LCD\lcd.h
实验35 摄像头实验\HARDWARE\LED\led.c
实验35 摄像头实验\HARDWARE\LED\led.h
实验35 摄像头实验\HARDWARE\OV2640\ov2640.c
实验35 摄像头实验\HARDWARE\OV2640\ov2640.h
实验35 摄像头实验\HARDWARE\OV2640\ov2640cfg.h
实验35 摄像头实验\HARDWARE\OV2640\sccb.c
实验35 摄像头实验\HARDWARE\OV2640\sccb.h
实验35 摄像头实验\HARDWARE\TIMER\timer.c
实验35 摄像头实验\HARDWARE\TIMER\timer.h
实验35 摄像头实验\HARDWARE\USART2\usart2.c
实验35 摄像头实验\HARDWARE\USART2\usart2.h
实验35 摄像头实验\keilkilll.bat
实验35 摄像头实验\OBJ\dcmi.crf
实验35 摄像头实验\OBJ\dcmi.d
实验35 摄像头实验\OBJ\dcmi.o
实验35 摄像头实验\OBJ\delay.crf
实验35 摄像头实验\OBJ\delay.d
实验35 摄像头实验\OBJ\delay.o
实验35 摄像头实验\OBJ\ExtDll.iex
实验35 摄像头实验\OBJ\key.crf
实验35 摄像头实验\OBJ\key.d
实验35 摄像头实验\CORE\core_cm4_simd.h
实验35 摄像头实验\CORE\core_cmFunc.h
实验35 摄像头实验\CORE\core_cmInstr.h
实验35 摄像头实验\CORE\startup_stm32f40_41xxx.s
实验35 摄像头实验\FWLIB\inc\misc.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_adc.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_can.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_crc.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_cryp.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_dac.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_dbgmcu.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_dcmi.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_dma.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_dma2d.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_exti.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_flash.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_flash_ramfunc.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_fmc.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_fsmc.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_gpio.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_hash.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_i2c.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_iwdg.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_ltdc.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_pwr.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_rcc.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_rng.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_rtc.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_sai.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_sdio.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_spi.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_syscfg.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_tim.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_usart.h
实验35 摄像头实验\FWLIB\inc\stm32f4xx_wwdg.h
实验35 摄像头实验\FWLIB\src\misc.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_adc.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_can.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_crc.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_cryp.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_cryp_aes.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_cryp_des.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_cryp_tdes.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_dac.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_dbgmcu.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_dcmi.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_dma.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_dma2d.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_exti.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_flash.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_flash_ramfunc.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_fmc.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_fsmc.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_gpio.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_hash.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_hash_md5.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_hash_sha1.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_i2c.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_iwdg.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_ltdc.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_pwr.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_rcc.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_rng.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_rtc.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_sai.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_sdio.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_spi.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_syscfg.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_tim.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_usart.c
实验35 摄像头实验\FWLIB\src\stm32f4xx_wwdg.c
实验35 摄像头实验\HARDWARE\DCMI\dcmi.c
实验35 摄像头实验\HARDWARE\DCMI\dcmi.h
实验35 摄像头实验\HARDWARE\KEY\key.c
实验35 摄像头实验\HARDWARE\KEY\key.h
实验35 摄像头实验\HARDWARE\LCD\FONT.H
实验35 摄像头实验\HARDWARE\LCD\lcd.c
实验35 摄像头实验\HARDWARE\LCD\lcd.h
实验35 摄像头实验\HARDWARE\LED\led.c
实验35 摄像头实验\HARDWARE\LED\led.h
实验35 摄像头实验\HARDWARE\OV2640\ov2640.c
实验35 摄像头实验\HARDWARE\OV2640\ov2640.h
实验35 摄像头实验\HARDWARE\OV2640\ov2640cfg.h
实验35 摄像头实验\HARDWARE\OV2640\sccb.c
实验35 摄像头实验\HARDWARE\OV2640\sccb.h
实验35 摄像头实验\HARDWARE\TIMER\timer.c
实验35 摄像头实验\HARDWARE\TIMER\timer.h
实验35 摄像头实验\HARDWARE\USART2\usart2.c
实验35 摄像头实验\HARDWARE\USART2\usart2.h
实验35 摄像头实验\keilkilll.bat
实验35 摄像头实验\OBJ\dcmi.crf
实验35 摄像头实验\OBJ\dcmi.d
实验35 摄像头实验\OBJ\dcmi.o
实验35 摄像头实验\OBJ\delay.crf
实验35 摄像头实验\OBJ\delay.d
实验35 摄像头实验\OBJ\delay.o
实验35 摄像头实验\OBJ\ExtDll.iex
实验35 摄像头实验\OBJ\key.crf
实验35 摄像头实验\OBJ\key.d