搜索资源列表
C33star-smartphone
- 一款SmartPhone的驱动代码,其中包括Camera, Video controller, LCD, I2C, Keypad, DMA等多种驱动的源代码。-new smart driver code, including Camera, Video controller, LCD, I2C, Keypad, DMA other driver source code.
DCMI-OV7670-FSMC-LCD-DMA
- DMA和FSMC的摄像头程序。。包括DCMI LCD ILI9320 以及摄像头OV7670-The DMA and FSMC camera program
Camera
- ARM9 S3C2440 测试实例程序 本程序测试ARM9的DMA模块-The test case program ARM9 S3C2440 ARM9-DMA module program test
smdk2413_application_note_rev10
- SMDK2413 (Samsung MCU Development Kit) for S3C2413X is a platform that is suitable for code development of SAMSUNG s S3C2413X 16/32-bit RISC microcontroller (ARM926EJ-S) for hand-held devices and general applications. The S3C2413X consists of 16-/32-
DCMI
- 只是把图片保存到SD卡,BMP格式.因是程序本来是把数据直接从DCMI DMA到LCD的,以获得流畅性,所以要保存的话得先通过RAM作过渡,不可能一边读摄像头数据一边保存至SD卡,肯定跟不上,而用RAM暂存的话,保存QVGA图片则需150K,为了节省RAM,我把LCD当作暂存存储器,拍照时停止DMA传送,并把LCD上的数据分行读回来再写到SD卡,加上BMP头即可,以后有空再弄个JPG编码保存的.由于不同驱动芯片的液晶屏,读回来的数据格式可能跟写进去的不同,像ILI932系列读出来的则是BGR56
OV7620-DMA
- 飞思卡尔OV7620摄像头驱动,用于IAR开发环境,飞思卡尔K60芯片。-Freescale OV7620 camera driver for IAR development environment, freescale K60 chips.
33-(DMA)LPLD_OV7670
- 基于飞思卡尔公司芯片K60的数字摄像头OV7670可用程序 -Based on Freescale' s chip OV7670 K60 digital camera available programs
DEMOK_Kinetis_OV7620_DMA_Example
- 基于飞思卡尔K60的数字摄像头OV7620的DMA采集程序-Based on Freescale K60 digital camera OV7620 the DMA collection procedures
2012.8.20freescale
- K60 + OV7620 高速自主循迹,曾获全国二等奖 包含K60 PLL UART PWM PIT DMA FTM LLWT等模块-The use of high-speed self-tracking camera,He won the second prize in the Freescale Smart Car Racing
F4camera
- 摄像头在液晶屏上显示图像,控制器用的STM32F07,通过DMA通道到LCD,里面还有NRF24L01的程序-Camera images displayed on the LCD screen
DCMI
- STM32F407DCMI摄像头模式配置,双缓冲DMA模式,单模式DMA配置都有-STM32F407DCMI camera mode configuration, the double buffer DMA mode, single-mode DMA configuration has
nios_ruanhe_spi_3
- 这是我自己写的一个摄像头数据存储SD卡程序,quartus的verilog编写,摄像头采用自己添加的外设接口,数据采用dma采集,SD用的是软件自带的SPI内核以及znFAT的文件系统。帧率我没有测,有兴趣的可以测测,初学者可以参考学习,写的代码有点乱,如果有不懂的可以和联系。-This is what I wrote it myself a camera, SD card data storage program, quartus the verilog write, add their ow
OV5640(RGB565)
- 利用STM32F407的DCMI和DMA接口,驱动不带FIFO的OV5640摄像头的程序源代码-Source code for the use of STM32F407 of DCMI and DMA interface, driving without a FIFO OV5640 camera
DMA-channel-data-acquisition-OV7670
- DMA通道采集摄像头OV7670数据(DMA(Direct Memory Access,直接内存存取) )-The DMA channel cameras DMA channel data acquisition OV7670 camera data
OV2640_stm32f4_2_1_SVGA_double
- 这个是我自己写的用stm32f407 DMA双缓冲模式读取ov2640 摄像头(不带FIFO)SVGA格式图片的程序,并以串口的形式发送到上位机,帧率只能达到7-This is what I wrote it myself with stm32f407 DMA double buffering mode reading ov2640 camera (without FIFO) SVGA image format program, and send the form to the PC seria
K60_DMA_Eagle-eye-camera-capture
- K60单片机通过DMA方式获取鹰眼摄像机数据,然后通过串口在上位机上打印输出-K60 microcontroller through the DMA way to obtain eagle eye camera data, and then print the output on the PC through the serial port
stm32-ov7670(无fifo)V2.0
- STM32驱动无fifo的摄像头ov7670,输出黑白二值化图像,通过DMA将数据送入LCD,TFT显示图像(STM32 drive without FIFO camera ov7670, output black and white two value image, through the DMA data into the LCD, TFT display images)
无FIFO摄像头 DMA传送
- 该程序是使用了无fifo的7670摄像头,使用dma传输方式,能够稳定传输图像(The program uses a FIFO - free 7670 camera and uses DMA transmission to stabilize the transmission of the image)