CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体 视频捕捉/采集 搜索资源 - Camera Example

搜索资源列表

  1. capsample_src

    0下载:
  2. 这个程序可以通过directshow和.net捕捉各种视频设备,例如Video Capture card,usb cam以及usb摄像头-through this procedure and directshow. Net capture various video equipment, for example, Video Capture card, usb cam camera and usb
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:164400
    • 提供者:徐习文
  1. openglcamera

    0下载:
  2. 这是一个在三位场景绘制使用camera改变视角的例子,方便用户从多个方向对场景进行观察,非常适合opengl编程初学者学习使用!-This is a drawing of the three scenes to change the use of camera angle example, a number of user-friendly direction from the scene observed opengl very suitable for beginners to learn
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:241263
    • 提供者:张安真
  1. DirectShow_capture

    0下载:
  2. 视频捕获例子,用directshow来实现,输入端可以是usb摄像头,适合初学者使用-Video Capture example, using directshow to achieve, the input terminal can be usb camera, for beginners
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:32878
    • 提供者:meizucn
  1. HTCCamera.rar

    0下载:
  2. 多普达VGA摄像头官方底层驱动,带VC++示例,DoPod official VGA camera bottom-driven, with VC++ Example
  3. 所属分类:视频捕捉/采集

    • 发布日期:2013-02-19
    • 文件大小:5002339
    • 提供者:焦军康
  1. vcap

    0下载:
  2. vcap源代码这是一个纯粹的Win32 API 应用程序,No MFC。程序示范了VFW(Video for Windows)的使用。显示来自摄像头的视频并可以将视频截获下来保存为AVI文件。程序示范了非矩形窗口编程以及“文件保存”通用对话框的实现。本代码是初学者不可多得的例子程序。-vcap source code This is a pure Win32 API application, No MFC. Procedures demonstrated the VFW (Video for W
  3. 所属分类:Video Capture

    • 发布日期:2017-11-09
    • 文件大小:20210
    • 提供者:周哲
  1. opencv_cam_test

    0下载:
  2. 用opencv提供的函数来获取摄像头是实时视频的小例子。-Provided with opencv functions to obtain real-time video camera is a small example.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:7882
    • 提供者:dansen
  1. Camera

    0下载:
  2. 摄像头(CAMERA)又称为电脑相机、电脑眼等,它作为一种视频输入设备, 在过去被广泛的运用于视频会议、远程医疗及实时监控等方面。近年以来,随着互联 网技术的发展,网络速度的不断提高,再加上感光成像器件技术的成熟并大量用于摄 像头的制造上,这使得它的价格降到普通人可以承受的水平。同时这两年CAMERA被 广泛应用于mobile phone,这样也促进感光成像技术的进一步提高,例如30万象素, 130万象素,200万象素等。-Camera (CAMERA), also know
  3. 所属分类:Video Capture

    • 发布日期:2017-04-06
    • 文件大小:258654
    • 提供者:zuokai
  1. capture-1.0.4-cvs-20071123.tar

    0下载:
  2. `capture` is a remote capture software currently designed around the Canon PowerShot digital cameras. It can be used interactively from the command-line, wrapped into a scr ipt or a GUI.
  3. 所属分类:Video Capture

    • 发布日期:2017-03-28
    • 文件大小:32314
    • 提供者:747
  1. CameraApp_v1_0

    0下载:
  2. Camera引擎的一个实例,希望对这方面开发的朋友有所帮助-Camera engine an example of development in this area want to help a friend
  3. 所属分类:Video Capture

    • 发布日期:2017-03-31
    • 文件大小:49919
    • 提供者:chenglong
  1. time_management.tar

    0下载:
  2. POV-Ray source code for slowing/speeding up time into animations, this is useful i.e. when one wishes to get a bullet time scene where the camera moves at normal speed and other objects slow down in order to watch them in detail, then they accelerate
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:2423
    • 提供者:carlorossi
  1. MultVideoCapture

    1下载:
  2. 本程序提供了使用CVMR_Capture类实现对多USB摄像头进行视频监控的例子。通过本程序可以实现多画面预览,图片保存,视频编码等-This program provides the use of multi-CVMR_Capture class implements USB camera for video surveillance example. This procedure can be achieved through the multi-screen preview, save t
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:31571
    • 提供者:esi
  1. DE1_CAMERA

    0下载:
  2. an example of using a camera modul with i2c
  3. 所属分类:Video Capture

    • 发布日期:2017-05-17
    • 文件大小:4632511
    • 提供者:angela
  1. activeImageContro

    0下载:
  2. 摄像机控制,通讯方式:RS232。 波特率: 1200 1位起始位, 8位数据位,1位停止位,无效验。 格式:FEH(起始码),数字,命令,FFH(结束码)。 1.切换摄像机 格式:FEH,摄像机号,11H,FFH 例子:切换7号摄像机 FEH,07H,11H ,FFH 例子:切换15号摄像机 FEH,01H,05H,11H ,FFH 2.调系统同步切换 格式:FEH,系统同步切换号,12H,FFH 例子:调3号系统同步切换FEH,03H,12
  3. 所属分类:Video Capture

    • 发布日期:2017-03-31
    • 文件大小:87570
    • 提供者:汪林
  1. SPJK

    0下载:
  2. 本程序实现了多IP下的camera工作,达到实时监控的目的。 比如城市的各个路口的摄相头实时监控应用。 此程序为国外人员写的,我感觉很好,就与爱好者共享了。-This procedure carried out under many IPs of camera work, attain solid hour supervise and control of purpose. For example each street corner of city shoots mutual
  3. 所属分类:Video Capture

    • 发布日期:2017-03-30
    • 文件大小:556664
    • 提供者:基督
  1. testrtp

    1下载:
  2. rtp协议下的摄像头内容截取与传输例子。 java环境 -rtp camera under the agreement and transfer the contents of intercepted an example. java environment
  3. 所属分类:Video Capture

    • 发布日期:2017-03-28
    • 文件大小:4949
    • 提供者:darkkid
  1. example

    0下载:
  2. 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测,并输出结果。-AVI files from the camera or get the video stream, video stream edge detection, and output.
  3. 所属分类:Video Capture

    • 发布日期:2017-05-03
    • 文件大小:1444419
    • 提供者:大奎
  1. shexiangtoujiankong

    0下载:
  2. 利用VFW技术进行摄像头的定时启动,可以通过此例学会 (1)VFW技术,控制摄像头的启动关闭 (2)多线程技术的编程 (3)时间框的使用 (4)定时器的使用-VFW technology using camera timer starts, you can learn by this example (1) VFW technologies to control the camera starts close (2) Multi-threading programmi
  3. 所属分类:Video Capture

    • 发布日期:2017-03-26
    • 文件大小:14226
    • 提供者:zhang
  1. VFW-Camera

    0下载:
  2. 通过VFW进行视频采集的一个简单例子,初学者可以自由下载-VFW video capture through a simple example of
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:33088
    • 提供者:独闯天涯
  1. Control-the-camera-

    0下载:
  2. c#操作摄像头的一个例子,能够拍照、开启和关闭摄像头。-c# an example of operation of the camera to take pictures, the camera turned on and off
  3. 所属分类:Video Capture

    • 发布日期:2017-04-02
    • 文件大小:36269
    • 提供者:liqinlin
  1. V4L2-example

    0下载:
  2. V4L2较V4L有较大的改动,并已成为2.6的标准接口,函盖video\dvb\FM...,多数驱动都在向V4l2迁移。更好地了解V4L2先从应用入手,然后再深入到内核中结合物理设备/接口的规范实现相应的驱动。本文先就V4L2在视频捕捉或camera方面的应用框架。-The V4L2 larger changes than the V4L 2.6 standard interface, and has become, covers the video \ dvb \ the FM ..., th
  3. 所属分类:Video Capture

    • 发布日期:2017-03-31
    • 文件大小:17212
    • 提供者:陈军
« 12 »
搜珍网 www.dssz.com