资源简介
C# 调用本机摄像头 拍照示例源码
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Runtime.InteropServices;
using System.Drawing.Imaging;
namespace photo
{
class camera
{
private const int WM_USER = 0x400;
private const int WS_CHILD = 0x40000000;
private const int WS_VISIBLE = 0x10000000;
private const int WM_CAP_START = WM_USER;
private const int WM_CAP_STOP = WM_CAP_START + 68;//停止捕捉
private const int WM_CAP_DRIVER_CONNECT = WM_CAP_START + 10;//驱动程序连接
private const int WM_CAP_DRIVER_DISCONNECT = WM_CAP_START + 11;//断开启动程序连接
private const int WM_CAP_SAVEDIB = WM_CAP_START + 25;//保存文件
private const int WM_CAP_GRAB_frame = WM_CAP_START + 60;//逮捕结
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 189 2018-01-04 14:29 photo\photo\App.config
文件 11776 2018-01-09 17:20 photo\photo\bin\Debug\photo.exe
文件 189 2018-01-04 14:29 photo\photo\bin\Debug\photo.exe.config
文件 28160 2018-01-09 17:20 photo\photo\bin\Debug\photo.pdb
文件 22984 2018-01-09 17:21 photo\photo\bin\Debug\photo.vshost.exe
文件 189 2018-01-04 14:29 photo\photo\bin\Debug\photo.vshost.exe.config
文件 490 2017-03-19 05:00 photo\photo\bin\Debug\photo.vshost.exe.manifest
文件 4864 2018-01-04 16:22 photo\photo\camera.cs
文件 1383 2018-01-04 16:47 photo\photo\Form1.cs
文件 4979 2018-01-04 16:47 photo\photo\Form1.Designer.cs
文件 5817 2018-01-04 16:47 photo\photo\Form1.resx
文件 1463 2018-01-09 17:20 photo\photo\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 7133 2018-01-04 14:35 photo\photo\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 951 2018-01-09 17:21 photo\photo\obj\Debug\photo.csproj.FileListAbsolute.txt
文件 975 2018-01-04 16:47 photo\photo\obj\Debug\photo.csproj.GenerateResource.Cache
文件 2231 2018-01-04 14:53 photo\photo\obj\Debug\photo.csprojResolveAssemblyReference.cache
文件 11776 2018-01-09 17:20 photo\photo\obj\Debug\photo.exe
文件 180 2018-01-04 16:47 photo\photo\obj\Debug\photo.Form1.resources
文件 28160 2018-01-09 17:20 photo\photo\obj\Debug\photo.pdb
文件 180 2018-01-04 14:53 photo\photo\obj\Debug\photo.Properties.Resources.resources
文件 0 2018-01-04 14:29 photo\photo\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
文件 0 2018-01-04 14:29 photo\photo\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
文件 0 2018-01-04 14:29 photo\photo\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
文件 3828 2018-01-04 14:53 photo\photo\photo.csproj
文件 517 2018-01-04 14:29 photo\photo\Program.cs
文件 1330 2018-01-04 14:29 photo\photo\Properties\AssemblyInfo.cs
文件 2862 2018-01-04 14:29 photo\photo\Properties\Resources.Designer.cs
文件 5612 2018-01-04 14:29 photo\photo\Properties\Resources.resx
文件 1092 2018-01-04 14:29 photo\photo\Properties\Settings.Designer.cs
文件 249 2018-01-04 14:29 photo\photo\Properties\Settings.settings
............此处省略13个文件信息
相关资源
- C#调用USB口摄像头单头,多头源码
- C# 实现多个IP摄像头画面预览以及截图
- c#下使用EmguCV操作摄像头和最简单的人
- 人脸识别摄像头抓拍C#源码
- C#实现Onvif对接摄像机视频流,PTZ云台
- 大华摄像头最新完整的winform调用测试
- unity 键盘鼠标控制第一人称对象
- unity3D 根据UI适配摄像机Rect值,完美解
- 基于C#的Aforge类调用简单_源码
- vb.net 获取USB 摄像头 图像 Aforge方法
- C#实现摄像头控制
- c# 访问USB摄像头 拍照 录像
- 摄像机漫游C#脚本WASD或方向键控制,
- 真正能用 c# 摄像头 控制 截屏 拍照
- C# 通用USB摄像头编程
- EmguCV完美播放文件夹和摄像头视频
- C# 调用笔记本摄像头,制作简易监控
- 摄像头预览,拍照控件,太好用了
- C#视频采集源码(视频技术)
- unity3d 连接外置摄像头
- C# onvif获取摄像头rtsp视频流地址和抓
- 海康威视荧石网络摄像头SDK开发C#De
- C#读取SD卡中采集摄像头数据
- C#实现Onvif对接摄像机视频流,PTZ云台
- C#生成和解析二维码及调用摄像头识别
- C#利用VFW实现摄像头程序
- MoveCamera.cs
- C#网络摄像头实现实时监控录像
- C#调用摄像头拍照录像保存
- WPF程序调用本机摄像头拍照
评论
共有 条评论