搜索资源列表
MySmartcar
- 通过智能车上的CCD摄像头采集道路状况,图像处理得到道路参数,从而控制舵机转向,以及通过控制直流电机控制智能车速度,用于参加全国大学生智能汽车竞赛。-Intelligent vehicle CCD camera acquisition road conditions, image processing parameters to be the road to control gear shifting, as well as DC motor control by controlling the
007
- 本文详细介绍了我们为首届全国智能车大赛而准备的智能车系统方案。该 系统以Freescale16 位单片机MC9S12DG128 作为系统控制处理器,采用基于的 摄像头的图像采样模块获取赛道图像信息,通过边缘检测方法提取赛道黑线, 求出小车与黑线间的位置偏差,采用PID 方式对舵机转向进行反馈控制。通过 自制的速度传感器实时获取小车速度,采用Bang-Bang 控制策略形成速度闭环 控制。小车还将通过特定算法分析出前方的路况,并根据路况的不同而为小车 分配以不同的速度。文中
ourdev_473545
- 直接用STM32接的摄像头,没有其他什么外加电路,stm32从摄像头读到数据,然后直接送往TFT(ILI9320芯片) 效果和速度:图像调整成了160x120,8帧每秒,320x240的时候大概是2帧 图像质量有待调整,刚实验成功中,激动中,所以先发裸照 完全使用中断的方式接收摄像头的数据 代码没有整理。 -STM32 directly access the camera, without any external circuitry other, stm32 read data from
Sources
- 基于S12单片机和hq7620摄像头的图像采集程序(脉冲累加器溢出中断采集,输入捕捉中断发送数据给PC机)-picture sampling based on S12 MCU and hq7620 using interrupt.
XS128--OV6620
- 基于XS18的OV6620摄像头图像采集-The OV6620 camera image acquisition based on XS18
MSP430Pcamera
- MSP430f149实现摄像头图像采集,通过串口发送数据到电脑上,可通过串口助手才看采集图像效果-MSP430f149 realize camera image acquisition, through the serial port to send data to the computer, but through the serial port assistant will see acquisition image effect
Camera_KEIL
- STM32 摄像头程序OV7670 实现摄像头图像用LCD显示-STM32 Camara OV7670
dajiahao
- OV7620 CMOS数字摄像头图像处理程序-OV7620 CMOS digital camera image processing program
LPC1768_Camera_display
- 此源码是基于cortex-m3内核的彩色数字摄像头图像显示程序,mcu为NXP的LPC1768(其实是路虎开发板这种事我是不会告诉你的),摄像头是OV7725(带FIFO),LCD分辨率为320*240,开发环境为Keil MDK4.14。-This source is the cortex-m3 kernel-based color digital camera image display program the mcu for NXP LPC1768 (Land Rover developm
sadwqewqe
- 智能车模拟摄像头图像采集方法详解,对你或许有用-Smart car analog camera image acquisition methods explain, may be useful for you
STM32v3.5
- 利用stm32采集OV7670摄像头图像数据,并将图像进行压缩成JPEG格式,最后显示在LCD液晶屏上-Using stm32 OV7670 camera image data and the image is compressed into a JPEG format, finally displayed on the LCD screen
X128TUXIANGCHULI
- X128单片机的图像处理功能,能实现对读入摄像头图像的边缘检测及排除干扰区域,可用CodeWarrior 5.0打开-X128 SCM image processing functions, can achieve read camera image edge detection and elimination of interference area, available CodeWarrior 5.0 Open
图像采集和WIFI传输
- 摄像头采集图像,并通过WiFi模块(ESP8266)进行传输。(The camera collects images and transmits them through the WiFi module (ESP8266).)
实验33 摄像头实验
- 利用单片机STM32进行对摄像头进行操作,可以用于智能车的路障识别(STM32 Camera Distinguish)
无FIFO摄像头 DMA传送
- 该程序是使用了无fifo的7670摄像头,使用dma传输方式,能够稳定传输图像(The program uses a FIFO - free 7670 camera and uses DMA transmission to stabilize the transmission of the image)
麦兜摄像头组程序
- 本套程序使用 IAR for arm v6.3 所编译。使用 IAR 编译效率快,在 IAR 中一定要注意各种变量的定义,注意 unsigned char 与 unsigned short int 的使用界限,如果超过了 255,就不要用 unsigned char 了,尤其是在图像采集存到数组中时。正交解码功能用 s16 型变量,即 typedef short int s16;直接读取即可,就能测出正反转(This set of programs is compiled using IAR f
STM32 摄像头二值化成功
- 全国大学生电赛需要用到的颜色识别以及物品分拣需要的部分代码,图像二值化(The color recognition required by the national undergraduate students' electrical contest and the partial code required for the sorting of items, the image binarization.)
上位机显示二值化摄像头图像(STM32)
- STM32 F4XX系列驱动二值化摄像头并在上位机显示(STM32 driver two value camera display on the upper computer)
模拟摄像头
- 单片机采集摄像头图像后,进行二值化处理,进一步采取有效措施进行控制。
第七届飞思卡尔摄像头组程序,含图像处理
- 摄像头 组程序非常好的老程序,供学习使用 不可直接跑(Camera group program)