CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - 摄像头驱动

搜索资源列表

  1. arm9-camera-drive

    0下载:
  2. ARM9的摄像头驱动程序,做嵌入式系统的可以参考。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:47079
    • 提供者:李明
  1. OV7660

    0下载:
  2. Atmege16驱动OV7660摄像头源代码,保证显示质量!-Atmege16 OV7660 camera driver source code to ensure the display quality!
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:124607
    • 提供者:郑文
  1. color_cam

    0下载:
  2. OV7720摄像头在飞思卡尔单片机的驱动程序-OV7720 camera driver in the Freescale MCU
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:260001
    • 提供者:金鑫
  1. AVRPOV7670

    0下载:
  2. AVR单片机 与摄像头OV7670的驱动程序以及相关的技术手册 和PCB图以及各种宝贵资料,想玩摄像头的朋友可以-AVR Microcontroller with the camera OV7670 drivers and related technical manuals and PCB plans and a variety of valuable information, want to play friends can look at the camera
  3. 所属分类:SCM

    • 发布日期:2017-06-16
    • 文件大小:24541666
    • 提供者:xiaochun
  1. OV7720.c---

    0下载:
  2. 单片机开发OV7720.c用于摄像头驱动,c语言编写,希望有帮助-MCU development OV7720.c camera driver for, c language, want to help
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:1840
    • 提供者:jarliang
  1. stm32-OV7670CameraDriverPpcb

    0下载:
  2. stm32的摄像头驱动程序+原理图(OV7670+STM32+8位数据锁存器)-stm32+OV7670 CameraDriver+pcb.zip
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:2345107
    • 提供者:mm
  1. Stm32-P-OV7670

    0下载:
  2. 基于stm32的摄像头驱动程序+原理图, 摄像头型号OV7670-The schematic and source code of OV7670 camera driver based on STM32 platform
  3. 所属分类:SCM

    • 发布日期:2017-11-13
    • 文件大小:2003598
    • 提供者:言笑
  1. FW-ov7670

    0下载:
  2. 采用单片机PIC16F877A,OV7670摄像头驱动,显示采用3.8"TFT.-Use MCU PIC16F877A,camera driver chip OV7670,3.8"TFT to display.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:308617
    • 提供者:alice
  1. car

    0下载:
  2. 飞思卡尔智能车代码,包括了提取中线,摄像头驱动,显示屏驱动-Freescale smart car code, including the extraction midline, camera driver, display driver
  3. 所属分类:SCM

    • 发布日期:2017-05-10
    • 文件大小:2405227
    • 提供者:马瑞祥
  1. OV7670

    0下载:
  2. 摄像头资料,包括单片机对摄像头驱动的程序,对初学者很有帮助-Camera, including single-chip camera driver program, useful for beginners
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3278911
    • 提供者:wangzao
  1. ov7670

    0下载:
  2. 摄像头驱动,是最近用AVR调试的,但是没有验证能不能用,请大神帮助!-Camera driver, was recently debugging with AVR, but can not be used without verification, please god help!
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:54280
    • 提供者:何江
  1. OV7670

    1下载:
  2. OV7670摄像头 驱动代码 测试成功 提供摄像头OV7670(带FIFO AL422b)的驱动代码, 包括OV7670中文+英文数据手册+AL422b英文数据手册+摄像头使用说明.pdf+接口图.jpg+应用指南.pdf 很详细的资料 看懂了操作摄像头完全没压力!-OV7670 camera driver code tests successfully providing camera OV7670 (with FIFO- AL422b) driver code, including th
  3. 所属分类:SCM

    • 发布日期:2017-05-25
    • 文件大小:8549855
    • 提供者:张艺兴
  1. K60_OV7620

    0下载:
  2. 基于K60的OV7620摄像头驱动程序,可以修改寄存器,配置SCCB,注释有问题,最好还是参考原版的英文数据手册-Based K60 OV7620 camera driver, you can modify the register, configure SCCB, annotated with the problem, it is best reference original English Datasheet
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:1640157
    • 提供者:Trouble
  1. code

    0下载:
  2. 本实验将实现如下功能:开机后,初始化摄像头模块(OV7670),如果初始化成功,则在LCD模块上面显示摄像头模块所拍摄到的内容,实现摄像头驱动。通过串口,我们可以查看当前的帧率(这里是指LCD显示的帧率,而不是指OV7670的输出帧率),同时可以借助USMART设置OV7670的寄存器,方便大家调试。DS0指示程序运行状态。-The experiment will achieve the following functions: boot, initialization module camer
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1107949
    • 提供者:Alice
  1. 摄像头车可跑程序K60LPLD_OSKinetis_V3

    0下载:
  2. K60 STM32 驱动程序 适用于飞卡调试 大家可以参考一下(K60 STM32 driver, applicable to the flying card debugging, we can refer to)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-19
    • 文件大小:13414400
    • 提供者:源氏物语
  1. ov7670

    1下载:
  2. 使用stm32驱动OV7670摄像头进行图像实时采集,在tft屏幕上实时显示并识别图像中的特定颜色,在颜色的周围画上框。(The use of STM32 driver OV7670 camera for real-time image acquisition, real-time display and recognition of the image in the TFT screen specific colors, painted in the color around the box.
  3. 所属分类:单片机开发

    • 发布日期:2017-12-21
    • 文件大小:6372352
    • 提供者:qafoxx
  1. 51黑论坛_战舰STM32驱动OV7725 黑白二值化

    2下载:
  2. 使用stm32f103系列单片机驱动摄像头0v7670输出黑白二值化图像,需要的可以下载参考(The use of STM32F103 Series Singlechip drive camera, 0v7670 output black and white two value image, you can download the reference)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-11
    • 文件大小:368674
    • 提供者:訾豪
  1. 摄像头实验OV7670

    0下载:
  2. 基于STM32F103平台的摄像头驱动加TFT显示带识别框(Camera driver plus TFT display band recognition box based on STM32F103 platform)
  3. 所属分类:单片机开发

    • 发布日期:2018-01-04
    • 文件大小:3791872
    • 提供者:藤藤儿菜
  1. 上位机显示二值化摄像头图像(STM32)

    0下载:
  2. STM32 F4XX系列驱动二值化摄像头并在上位机显示(STM32 driver two value camera display on the upper computer)
  3. 所属分类:单片机开发

    • 发布日期:2018-05-03
    • 文件大小:585728
    • 提供者:txzxg1316
  1. OV2640摄像头驱动程序

    1下载:
  2. 用于stm32f407的ov2640驱动程序,keil编写(Ov2640 test for stm32f407, written by Keil)
  3. 所属分类:单片机开发

    • 发布日期:2020-05-01
    • 文件大小:18131968
    • 提供者:Keenster
« 12 3 4 »
搜珍网 www.dssz.com