-
win8平板调用摄像头工具
win8平板很牛叉的调用摄像头的库,通过.net调用COM库实现的,之前通过avicap.dll库,SendMessage方式都行不通的方式用这种方式能成功。
namespace AForge.Controls
{
using AForge.Video;
using System;
using System.ComponentModel;
using System.Drawing;
using System.Runtime.CompilerServices;
using System.Windows.Forms;
public class VideoSourcePlayer : Control
{
private bool autosize;
private Color borderColor = Color.Black;
private IContainer components;
private Bitmap currentFrame;
private bool firstFrameNotProcessed = true;
- 2022-04-23 12:39:10下载
- 积分:1
-
Based on VC++, a variety of very good applies to multi
基于VC++,各种复选框很好的应用于多功能计算器-Based on VC++, a variety of very good applies to multi-box calculator
- 2022-03-21 18:27:05下载
- 积分:1
-
opencv读取摄像头
opencv读取摄像头并将将其显示,
cvCreateCameraCapture
初始化从摄像头中获取视频
CvCapture* cvCreateCameraCapture( int index );
index 要使用的摄像头索引。如果只有一个摄像头或者用哪个摄像头也无所谓,那使用参数-1应该便可以。
函数cvCreateCameraCapture给从摄像头的视频流分配和初始化CvCapture结构。目前在Windows下可使用两种接口:Video for Windows(VFW)和Matrox Imaging Library(MIL); Linux下也有两种接口:V4L和FireWire(IEEE1394)。
释放这个结构,使用函数cvRele
- 2022-01-22 05:30:22下载
- 积分:1
-
操作系统实验 分页式存储管理
操作系统实验 分页式存储管理-experimental operating system paging storage management
- 2022-06-20 02:26:59下载
- 积分:1
-
this program can check resources has been compiled in the document Photo
本程序可以查看已编译好的资源文件中的图片-this program can check resources has been compiled in the document Photo
- 2022-01-26 04:15:57下载
- 积分:1
-
超酷进程条控件,非常好用,有.ocx文件和源代码,非常好用
超酷进程条控件,非常好用,有.ocx文件和源代码,非常好用-cool control of the process, very handy,. Exe files and source code, very handy
- 2023-02-16 14:05:03下载
- 积分:1
-
example of INT86 interrupt
INT86中断举例.zip-example of INT86 interrupt
- 2022-03-22 11:03:33下载
- 积分:1
-
虚拟函数的使用。VC也是一个虚函数的源程序,比较适合…
虚函数的使用。又一个有关VC++虚函数的源程序,比较适合VC++初学者。以后我上传一系列这种类型的源程序供大家学习之用。-virtual function use. The VC also a virtual function of the source, more suitable for beginners VC. After I uploaded a series of this type of source for all learning.
- 2023-05-25 05:45:03下载
- 积分:1
-
一种类似pad2的的字处理程序,同时提供有OLE功能。
一种类似pad2的的字处理程序,同时提供有OLE功能。-Pad2 of a similar word-processing program, at the same time provide an OLE function.
- 2022-03-20 21:33:47下载
- 积分:1
-
关机接口及其演示程序
关机接口及其演示程序-shutdown interface and Demonstration Program
- 2022-06-17 14:26:17下载
- 积分:1