Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - ov7670 I
Search - ov7670 I - List
ov7670 VGA寄存器配置,由ov公司提供-Register ov7670 VGA configuration, provided by the ov
Update : 2025-02-17 Size : 1kb Publisher : lotus lian

Sensor驱动代码 OV7680 的 是我们做的尝试 双摄象头 不过容易出现一些小问题 要做稳定需要好好调试-one sensor driver based on MTK 6225 platform :#define OV7670 #ifndef HW_SCCB void SCCB_send_byte(kal_uint8 send_byte) { volatile signed char i volatile kal_uint32 j for (i=7 i>=0 i--) { /* data bit 7~0*/ if (send_byte & (1<<i)) { SET_SCCB_DATA_HIGH } else { SET_SCCB_DATA_LOW } for(j=0 j<SENSOR_I2C_DELAY j++) SET_SCCB_CLK_HIGH for(j=0 j<SENSOR_I2C_DELAY j++) SET_SCCB_CLK_LOW for(j=0 j<SENSOR_I2C_DELAY j++) } /* don t care bit, 9th bit*/ SET_SCCB_DATA_LOW SET_SCCB_DATA_INPUT SET_SCCB_CLK_HIGH for(j=0 j<SENSOR_I2C_DELAY j++) SET_SCCB_CLK_LOW SET_SCCB_DATA_OUTPUT } /* SCCB_send_byte()*/ .....
Update : 2025-02-17 Size : 16kb Publisher : bill

基于STM32平台的OV7670摄像头的开发,源代码,希望对朋友有所帮助。-Based the STM32 platform for OV7670 camera development, the source code, I hope to help friends.
Update : 2025-02-17 Size : 330kb Publisher : 李枫

VGA显示,相当给力,采用FPGA实现的,我使用的是OV7670摄像头采集数据的-VGA display, quite a force, using FPGA, and I' m using OV7670 camera data acquisition
Update : 2025-02-17 Size : 5.13mb Publisher : 车龙

OV7670的一些资料,本人通过MSP430实现了读取OV7670上的图像数据然后通过串口上传到PC机上。-OV7670 some of the information, I read through the OV7670 on the MSP430 image data and then uploaded to the PC through the serial port.
Update : 2025-02-17 Size : 3.95mb Publisher : 柯小川

通过i/o口模拟时序抓取ov7670的图像(Through the i / o port simulation time to capture the ov7670 image)
Update : 2025-02-17 Size : 3.11mb Publisher : DSP菜鸟

主要是OV7670配合STM32F4,可以改库文件(This is about ov7670 Camera module experiment in stm32f407,you can updata the library of this program,but you will suffer from unknow errors when you attempt to debug it,i cannot assure it adapt to be used in other field.)
Update : 2025-02-17 Size : 2.03mb Publisher : xxkkk
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.