文件名称:DCMI
介绍说明--下载内容来自于网络,使用问题请自行百度
只是把图片保存到SD卡,BMP格式.因是程序本来是把数据直接从DCMI DMA到LCD的,以获得流畅性,所以要保存的话得先通过RAM作过渡,不可能一边读摄像头数据一边保存至SD卡,肯定跟不上,而用RAM暂存的话,保存QVGA图片则需150K,为了节省RAM,我把LCD当作暂存存储器,拍照时停止DMA传送,并把LCD上的数据分行读回来再写到SD卡,加上BMP头即可,以后有空再弄个JPG编码保存的.由于不同驱动芯片的液晶屏,读回来的数据格式可能跟写进去的不同,像ILI932系列读出来的则是BGR565,需要转换,得注意一下.
-Just put the pictures saved to the SD card, BMP format. Because the program was originally the data directly from the DCMI DMA to the LCD in order to get smooth, so you want to save, then you must first by the RAM for the transition, it is impossible while reading camera data while saving to the SD card, and certainly can not keep up, but with the RAM buffer, then save the images you need QVGA 150K, in order to save RAM, I put the LCD as a temporary memory, DMA transfer is stopped to take pictures and put the data on branches read LCD come back to the SD card, plus head to BMP, JPG encoding after free and then get hold of the saved. due to different LCD driver chip to read back the data format may be followed by written into different series like ILI932 read out the is BGR565, need to convert, get attention.
-Just put the pictures saved to the SD card, BMP format. Because the program was originally the data directly from the DCMI DMA to the LCD in order to get smooth, so you want to save, then you must first by the RAM for the transition, it is impossible while reading camera data while saving to the SD card, and certainly can not keep up, but with the RAM buffer, then save the images you need QVGA 150K, in order to save RAM, I put the LCD as a temporary memory, DMA transfer is stopped to take pictures and put the data on branches read LCD come back to the SD card, plus head to BMP, JPG encoding after free and then get hold of the saved. due to different LCD driver chip to read back the data format may be followed by written into different series like ILI932 read out the is BGR565, need to convert, get attention.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DCMI相机/board/inc/delay.h
DCMI相机/board/inc/fonts.h
DCMI相机/board/inc/key.h
DCMI相机/board/inc/lcd.h
DCMI相机/board/inc/led.h
DCMI相机/board/inc/mma7455.h
DCMI相机/board/inc/ov7670.h
DCMI相机/board/inc/sdio_sd.h
DCMI相机/board/inc/spi.h
DCMI相机/board/inc/timer.h
DCMI相机/board/inc/touch.h
DCMI相机/board/inc/usart.h
DCMI相机/board/src/delay.c
DCMI相机/board/src/key.c
DCMI相机/board/src/lcd.c
DCMI相机/board/src/led.c
DCMI相机/board/src/mma7455.c
DCMI相机/board/src/ov7670.c
DCMI相机/board/src/sdio_sd.c
DCMI相机/board/src/spi.c
DCMI相机/board/src/timer.c
DCMI相机/board/src/touch.c
DCMI相机/board/src/usart.c
DCMI相机/inc/main.h
DCMI相机/inc/My_Camera.h
DCMI相机/inc/stm32f4xx_conf.h
DCMI相机/inc/stm32f4xx_it.h
DCMI相机/proj/JLinkLog.txt
DCMI相机/proj/JLinkSettings.ini
DCMI相机/proj/startup_stm32f4xx.s
DCMI相机/proj/test.plg
DCMI相机/proj/test.uvgui.Administrator
DCMI相机/proj/test.uvgui_Administrator.bak
DCMI相机/proj/test.uvopt
DCMI相机/proj/test.uvproj
DCMI相机/proj/test_Target 1.dep
DCMI相机/proj/test_uvopt.bak
DCMI相机/proj/test_uvproj.bak
DCMI相机/src/main.c
DCMI相机/src/My_Camera.c
DCMI相机/src/stm32f4xx_it.c
DCMI相机/src/system_stm32f4xx.c
DCMI相机/Third_Party/fat_fs/inc/diskio.h
DCMI相机/Third_Party/fat_fs/inc/ff.h
DCMI相机/Third_Party/fat_fs/inc/ffconf.h
DCMI相机/Third_Party/fat_fs/inc/integer.h
DCMI相机/Third_Party/fat_fs/readme.txt
DCMI相机/Third_Party/fat_fs/src/diskio.c
DCMI相机/Third_Party/fat_fs/src/ff.c
DCMI相机/Third_Party/fat_fs/src/option/ccsbcs.c
DCMI相机/Third_Party/fat_fs/src/option/syncobj.c
DCMI相机/Third_Party/fat_fs/src/option
DCMI相机/Third_Party/fat_fs/inc
DCMI相机/Third_Party/fat_fs/src
DCMI相机/board/inc
DCMI相机/board/src
DCMI相机/proj/output
DCMI相机/Third_Party/fat_fs
DCMI相机/board
DCMI相机/inc
DCMI相机/proj
DCMI相机/src
DCMI相机/Third_Party
DCMI相机
DCMI相机/board/inc/fonts.h
DCMI相机/board/inc/key.h
DCMI相机/board/inc/lcd.h
DCMI相机/board/inc/led.h
DCMI相机/board/inc/mma7455.h
DCMI相机/board/inc/ov7670.h
DCMI相机/board/inc/sdio_sd.h
DCMI相机/board/inc/spi.h
DCMI相机/board/inc/timer.h
DCMI相机/board/inc/touch.h
DCMI相机/board/inc/usart.h
DCMI相机/board/src/delay.c
DCMI相机/board/src/key.c
DCMI相机/board/src/lcd.c
DCMI相机/board/src/led.c
DCMI相机/board/src/mma7455.c
DCMI相机/board/src/ov7670.c
DCMI相机/board/src/sdio_sd.c
DCMI相机/board/src/spi.c
DCMI相机/board/src/timer.c
DCMI相机/board/src/touch.c
DCMI相机/board/src/usart.c
DCMI相机/inc/main.h
DCMI相机/inc/My_Camera.h
DCMI相机/inc/stm32f4xx_conf.h
DCMI相机/inc/stm32f4xx_it.h
DCMI相机/proj/JLinkLog.txt
DCMI相机/proj/JLinkSettings.ini
DCMI相机/proj/startup_stm32f4xx.s
DCMI相机/proj/test.plg
DCMI相机/proj/test.uvgui.Administrator
DCMI相机/proj/test.uvgui_Administrator.bak
DCMI相机/proj/test.uvopt
DCMI相机/proj/test.uvproj
DCMI相机/proj/test_Target 1.dep
DCMI相机/proj/test_uvopt.bak
DCMI相机/proj/test_uvproj.bak
DCMI相机/src/main.c
DCMI相机/src/My_Camera.c
DCMI相机/src/stm32f4xx_it.c
DCMI相机/src/system_stm32f4xx.c
DCMI相机/Third_Party/fat_fs/inc/diskio.h
DCMI相机/Third_Party/fat_fs/inc/ff.h
DCMI相机/Third_Party/fat_fs/inc/ffconf.h
DCMI相机/Third_Party/fat_fs/inc/integer.h
DCMI相机/Third_Party/fat_fs/readme.txt
DCMI相机/Third_Party/fat_fs/src/diskio.c
DCMI相机/Third_Party/fat_fs/src/ff.c
DCMI相机/Third_Party/fat_fs/src/option/ccsbcs.c
DCMI相机/Third_Party/fat_fs/src/option/syncobj.c
DCMI相机/Third_Party/fat_fs/src/option
DCMI相机/Third_Party/fat_fs/inc
DCMI相机/Third_Party/fat_fs/src
DCMI相机/board/inc
DCMI相机/board/src
DCMI相机/proj/output
DCMI相机/Third_Party/fat_fs
DCMI相机/board
DCMI相机/inc
DCMI相机/proj
DCMI相机/src
DCMI相机/Third_Party
DCMI相机
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.