资源简介
自动连接摄像头,实现拍照并保存,小例子(入门级)
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing.Imaging;
using System.Text;
using System.Windows;
using System.Windows.Forms;
using System.IO;
using System.Windows.Media.Imaging;
using AForge;
using AForge.Controls;
using AForge.Video;
using AForge.Video.DirectShow;
using Size = System.Drawing.Size;
namespace OperateCamera
{
public partial class Form1 : Form
{
private FilterInfoCollection videoDevices;
private VideoCaptureDevice videoSource;
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
try
{
// 枚举所有视频输入设备
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-11-19 13:40 连接摄像头\
文件 6089 2019-11-19 13:52 连接摄像头\Form1.Designer.cs
文件 4472 2019-11-19 13:53 连接摄像头\Form1.cs
文件 107589 2019-11-19 13:52 连接摄像头\Form1.resx
文件 4450 2014-02-16 21:16 连接摄像头\OperateCamera.csproj
文件 227 2014-02-16 20:18 连接摄像头\OperateCamera.csproj.user
文件 5632 2019-11-19 13:58 连接摄像头\OperateCamera.v11.suo
文件 494 2019-11-19 13:48 连接摄像头\Program.cs
目录 0 2019-09-18 09:03 连接摄像头\Properties\
文件 1358 2014-02-16 17:21 连接摄像头\Properties\AssemblyInfo.cs
文件 2877 2014-02-16 17:21 连接摄像头\Properties\Resources.Designer.cs
文件 5612 2014-02-16 17:21 连接摄像头\Properties\Resources.resx
文件 1099 2014-02-16 17:21 连接摄像头\Properties\Settings.Designer.cs
文件 249 2014-02-16 17:21 连接摄像头\Properties\Settings.settings
目录 0 2019-11-21 16:24 连接摄像头\Service References\
目录 0 2019-09-23 16:51 连接摄像头\bin\
目录 0 2019-11-19 13:47 连接摄像头\bin\Debug\
文件 44544 2013-07-15 23:04 连接摄像头\bin\Debug\AForge.Controls.dll
文件 262656 2013-07-15 23:04 连接摄像头\bin\Debug\AForge.Imaging.dll
文件 61440 2013-07-15 23:04 连接摄像头\bin\Debug\AForge.Video.DirectShow.dll
文件 20992 2013-07-15 23:04 连接摄像头\bin\Debug\AForge.Video.dll
文件 17920 2013-07-15 23:04 连接摄像头\bin\Debug\AForge.dll
文件 81408 2019-11-19 13:52 连接摄像头\bin\Debug\OperateCamera.exe
文件 28160 2019-11-19 13:52 连接摄像头\bin\Debug\OperateCamera.pdb
文件 22984 2019-11-19 13:40 连接摄像头\bin\Debug\OperateCamera.vshost.exe
文件 490 2014-01-13 21:31 连接摄像头\bin\Debug\OperateCamera.vshost.exe.manifest
目录 0 2019-09-18 09:03 连接摄像头\lib\
文件 44544 2013-07-15 23:04 连接摄像头\lib\AForge.Controls.dll
文件 262656 2013-07-15 23:04 连接摄像头\lib\AForge.Imaging.dll
文件 61440 2013-07-15 23:04 连接摄像头\lib\AForge.Video.DirectShow.dll
文件 20992 2013-07-15 23:04 连接摄像头\lib\AForge.Video.dll
............此处省略16个文件信息
相关资源
- c#调用海康sdk查看摄像头 实时图像
- ASP.NET 调用摄像头
- 大华摄像头sdk开始 c#
- IP_camera网络摄像头c#程序
- C#类库,支持音视频采集,摄像头采集
- C#调用实时摄像头画面源码 无需修改
- asp.net网页调用本地摄像头源码
- C# 大华网络摄像头的demo winfrom
- C# 实现IP视频监控摄像头画面推送
- winform(c#)集成所有opencv功能demo
- halcon联合C#实现实时显示源码
- C# 摄像头 时间戳 64位
- c#Winform获取摄像头扫描各种码
- c#操作摄像头(带着usb摄像头、mjpeg
- c#实现USB摄像头录像抓拍功能
- C# OpenCvSharp打开摄像头
- 大华摄像头实时视频接入Demo
- C#屏幕摄像头录像软件代码
- winform插件cefsharp65最新版完美demo,完
- C# MVC程序,定时截取网络摄像头大华
- C#调用摄像头实现拍照和录像
- WPF利用Emgu CV调用计算机摄像头
- c# 实现海康威视网络摄像头断连提示
- C#调用USB口摄像头单头,多头源码
- C# 实现多个IP摄像头画面预览以及截图
- c#下使用EmguCV操作摄像头和最简单的人
- 人脸识别摄像头抓拍C#源码
- 大华摄像头最新完整的winform调用测试
- C#结合Halcon,对图像也可以拍照进行轮
- 基于C#的Aforge类调用简单_源码
评论
共有 条评论