登录
首页 » C# » C #摄像头编程,你可以捕捉摄像头流

C #摄像头编程,你可以捕捉摄像头流

于 2022-10-02 发布 文件大小:13.14 kB
0 165
下载积分: 2 下载次数: 1

代码说明:

c# 的摄像头编程,可以采集摄像头的流-c# camera programming, you can capture streaming camera

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • NamelessCotrunQuad_V1.0
    说明:  开源飞控:支持气压计、超声波定高、户外GPS定点、定速巡航(Open source flight control: support barometer, ultrasonic altimeter, outdoor GPS, cruise control)
    2020-04-12 22:31:51下载
    积分:1
  • 使用QT实现文本查找
    使用QT实现简单的文本查找功能,对初学者很有用的资源。
    2022-11-18 05:30:03下载
    积分:1
  • 数据结构习题集.pdf(含答案)
    数据结构习题集.pdf(含答案)
    2020-01-08下载
    积分:1
  • jufamoshishibie
    很不错的模式识别书,讲述了句法模式识别方法(Very good book of pattern recognition, syntactic pattern recognition method described)
    2009-04-01 14:13:40下载
    积分:1
  • ethernetshield
    This is the arduino ethernetshield
    2015-04-04 09:06:02下载
    积分:1
  • sweitter-bit
    A model that changes the effect of the program()
    2017-11-08 21:50:12下载
    积分:1
  • library
    纯C语言编程的模拟现有图书馆的借阅、续借、归还;图书入库、出库;查询、排序等功能,实现电子图书馆的智慧综合管理。其中查询功能里面嵌套精确查询,排序功能有六种,界面可变色,里面已经附带50多本图书信息包括图书摘要等详细信息。里面还附带详细设计报告和解说PPt。(Pure C language programming simulation existing library borrow, renew, return book storage, a library queries, sorting and other functions, to achieve integrated management of electronic library wisdom. Precisely where the query function inside a nested query, sort function has six, the interface can change color, which has included more than 50 books including books summary information and other details. Which also included detailed design reports and commentary PPt.)
    2020-10-30 14:59:57下载
    积分:1
  • C# 指定主机和端口发消息的实现
    Visual C# 指定主机和端口发消息的实现例子,支持和远程主机发送消息,本例子可学习到很多实用的网络方法的用法,以下代码是本功能的核心实现:   richTextBox1.Text = string.Empty;   //实例化UdpClient对象   UdpClient udpclient = new UdpClient(Convert.ToInt32(textBox2.Text));   //调用UdpClient对象的Connect建立默认远程主机   udpclient.Connect(textBox1.Text, Convert.ToInt32(textBox2.Text));   //定义一个字节数组,用来存放发送到远程主机的信息   Byte[] sendBytes = Encoding.Default.GetBytes(textBox3.Text);   //调用UdpClient对象的Send方法将Udp数据报发送到远程主机   udpclient.Send(sendBytes, sendBytes.Length);   //实例化IPEndPoint对象,用来显示响应主机的标识   IPEndPoint ipendpoint = new IPEndPoint(IPAddress.Any, 0);   //调用UdpClient对象的Receive方法获得从远程主机返回的Udp数据报   Byte[] receiveBytes = udpclient.Receive(ref ipendpoint);   //将获得的Udp数据报转换为字符串形式   string returnData = Encoding.Default.GetString(receiveBytes);   richTextBox1.Text = "接收到的信息:" + returnData.ToString();   //使用IPEndPoint对象的Address和Port属性获得响应主机的IP地址和端口号   richTextBox1.Text += " 这条信息来自主机" + ipendpoint.Address.ToString()    + "上的" + ipendpoint.Port.ToString() + "端口";   //关闭UdpClient连接
    2022-02-10 10:21:19下载
    积分:1
  • md5 - 副本
    文件哈希识别,采用md5法则进行。思路为每固定时间对文件进行比较,输出文件哈希值并给出结论。文件会被写入列表中,针对文本文件有效。(Document Hash Recognition,using MD5)
    2019-04-03 20:51:55下载
    积分:1
  • 019-图书管理器
    说明:  图书管理系统·: 用户可以用来添加书籍、查找书籍信息,该系统可用于图书的管理与查找(Library Management System Users can add books and find book information. The system can be used for book management and search.)
    2019-01-03 16:50:49下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载