CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数据采集 usb

搜索资源列表

  1. Cypress CY8C34 family Chinese datasheet

    0下载:
  2. PSoC®3 具有独特的可配置模块阵列,是真正的系统级解决方案,能够通过单个芯片提供 MCU、存储器、模拟和数字外设功能。 CY8C34 系列提供了一种新型的信号采集、信号处理和控制方法,并具有高精度、高带宽和高灵活性等特点。其模拟功能涵盖了从热 电偶信号(接近直流电压)到超声波信号的广泛信号范围。 CY8C34 系列可以处理数十个数据采集通道以及每个 GPIO 引脚上的模拟 输入。 CY8C34 系列还是一个高性能的可配置数字系统,具有 USB、多主控 I2C 以及 CAN 等接口。除了
  3. 所属分类:文档资料

  1. camera test 基于GTK的USB视频采集程序

    0下载:
  2. 这个测试程序很简单,功能就是将USB摄像头采集的数据显示在屏幕上。写这个程序的目的是熟悉usb摄像头的一些基本操作方法,为以后在开发板上编写视频采集程序打好基础。本测试程序包括两部分:一是视频采集部分,主要通过v4l2接口操作摄像头,将采集的视频帧存放在内存缓冲区。二是显示部分,将视频缓冲区的数据显示到屏幕上。因为摄像头采集回来的数据帧为YUV格式,不能直接显示,需要转换成RGB格式才可以显示在屏幕上。图形界面采用GNOME桌面环境下的GTK图形库。程序主要参考了v4l2视频采集例程captur
  3. 所属分类:视频捕捉/采集

    • 发布日期:2017-03-22
    • 文件大小:23042
    • 提供者:程序员
  1. DSP_and_PC_USB.rar

    0下载:
  2. 研究和设计了USB技术在数据采集与PC通讯系统的应用,并给出了一套可行的整体开发解决方案。,Research&develop the use of USB tech in data acquisition and PC communication system, and provide a whole doable solution
  3. 所属分类:Project Design

    • 发布日期:2017-05-06
    • 文件大小:1408423
    • 提供者:shiwz
  1. shujucaiji

    0下载:
  2. 几个labview数据采集案例的源代码,数字万用表 usb控制小车 图像采集处理 点阵显示控制-Several cases of data acquisition labview source code, digital multimeter usb control car dot matrix display control image acquisition and processing
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1668281
    • 提供者:艾博
  1. Verilog_CY7C68013-SLAVE-FIFO

    0下载:
  2. 用VERILOG 编写 CY7C68013 usb数据采集SLAVE FIFO模式驱动程序 ,已验证过-Prepared with the VERILOG CY7C68013 usb data acquisition SLAVE FIFO mode driver, has proven
  3. 所属分类:USB develop

    • 发布日期:2017-03-24
    • 文件大小:668109
    • 提供者:高亮
  1. qt_v4l2

    2下载:
  2. 采用v4l2 进行USB摄像头数据采集,并且,能够通过QT界面来进行图像数据的显示-Using v4l2USB camera data acquisition, and, through QT interface to the display image data,,,
  3. 所属分类:USB develop

    • 发布日期:2017-04-01
    • 文件大小:31045
    • 提供者:lgc
  1. usb_LABVIEW_IMAGE_DAQ

    1下载:
  2. 这是一个关于USB 摄像头采集数据的 最简单 程序, 帮助那些初学者 了解和 学习 LABVIEW USB采集图像, 进而才能更好的去学习和研发!-This is a USB camera capture data about the easiest program to help beginners to understand and learn LABVIEW USB capture images, then in order to better learn and develop!
  3. 所属分类:视频捕捉/采集

    • 发布日期:2014-03-02
    • 文件大小:9230
    • 提供者:赵晓曦
  1. Video-motion-detection-algorithm-source-code

    0下载:
  2. 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。-This article implements a continuous video data stream in several different motion detection algorithms, they are based
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1350100
    • 提供者:憨豆
  1. hzhang

    0下载:
  2. 基于Proteus的hid usb仿真,用的是pic18f2550芯片,实现A/D数据2路采集,然后通过USB传输到PC中,没有上位机程序-Proteus hid usb-based simulation, using a pic18f2550 chip, to achieve A/D data 2-way acquisition, and then transferred to the PC via USB, there is no host computer program
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:101496
    • 提供者:郭佳
  1. video

    0下载:
  2. arm-linux平台的视频监控程序,usb摄像头采集视频,opencv图像处理,gsm dtu无线数据发送-arm-linux platform, video monitor, usb camera capture video, opencv image processing, gsm dtu wireless data transmission
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:572053
    • 提供者:放假
  1. USB_camera

    0下载:
  2. 本文介绍了嵌入式Linux 系统中USB 设备驱动程序开发的基本原理, 通过分析USB 驱动程序开发的程序框架和重要数据结构, 实现了USB 摄像头的嵌入式Linux 驱动程序, 并在S3C2410 的平台上实现了图像采集。-This paper introduces embedded Linux system, USB device driver development of the basic principles, through the analysis of USB driver de
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:71949
    • 提供者:陈天葆
  1. JiYuUSBdeShuCai

    0下载:
  2. 关于USB与DSP的数据采集系统的论文。利用VC开发,通过USB传输数据,利用DSP采集数据,通过PC显示。-On USB and DSP data acquisition system papers. Use of VC development, through the USB transmit data, the use of DSP data collection, through the PC display.
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2704954
    • 提供者:宋慧新
  1. USB_MODEL2

    0下载:
  2. 字集成电路讲座2在发一个,有3个,这是第二个~ [henzhuanjusvpwm.rar] - 一个基于矢量控制的无速度传感器MATLAB仿真模型。 [data-bulktransfer.rar] - 数据采集程序,采用批量传输,包括主机程序,固件源程序,驱动程序。出自《usb2.0原理与工程开发》我现在需要USB键盘方面的源程序,如果你-Word of integrated circuits 2 in the hair of a lecture, there are three,
  3. 所属分类:Project Design

    • 发布日期:2017-03-24
    • 文件大小:273089
    • 提供者:周星星
  1. usb_data

    0下载:
  2. 以自行开发的基于USB接口的数据采集系统为例,介绍了USB接口的硬件和软件开发过程。 -To self-developed USB-based data acquisition system as an example, the USB interface hardware and software development process.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-16
    • 文件大小:52572
    • 提供者:lin
  1. MSP430_USB_Data

    0下载:
  2. 基于MSP430和USB的数据采集系统 理想的解决方案-Based on MSP430 and USB data acquisition system the ideal solution
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:204117
    • 提供者:GAOYONG
  1. ResearchofanARMg-BasedAutomobleRunningRecorder

    0下载:
  2. :以ARM9系列芯片S I、R912I W4,1X为核心,主要针对中低档扣普及性车型,设计和开发符合国家标准的新型汽车行驶记录仪. 介绍了行驶记录仪硬件,软件结构.包括数据采集、数据存储、与P(、机进行串口和USB通讯、I CD显示、GI S定位系统等在内的硬软件的组成部分.通过模拟实验研究。该记录仪可靠性高、使用方便; 自动导航和定位系统,包括全球卫星定位系统和电子地图也取得了较好的使用效果.-: The ARM9 family of chips SI, R912I W4, 1X as the
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-09
    • 文件大小:557971
    • 提供者:不想了
  1. BS

    0下载:
  2. 基于ADuC841的USB接口数据采集系统设计-ADUC841
  3. 所属分类:USB develop

    • 发布日期:2017-04-26
    • 文件大小:22004
    • 提供者:常成保
  1. Sample

    0下载:
  2. 非vi的数据采集卡通过usb接口被pc端labview使用时的驱动-Non-vi of the data acquisition card was pc through the usb interface labview use client driver
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-29
    • 文件大小:124419
    • 提供者:马俊
  1. 04z3159

    0下载:
  2. 基于usb的远程数据采集系统,以usb1.1协议为基础,实现基于USB接口的远程数据采集系统-A Remote Data Acquisition System Based on USBI
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:272774
    • 提供者:李奋飞
  1. VCDemo

    0下载:
  2. USB采集卡SDK演示程序,可以用于图像数据的采集,保存等-This program is a showing interface used to save image data acquired from USB
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1835530
    • 提供者:彭小宝
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com