在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 摄像头调用实例

摄像头调用实例

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:0.79M
  • 下载次数:18
  • 浏览次数:109
  • 发布时间:2022-06-24
  • 实例类别:C#语言基础
  • 发 布 人:唯一的无语
  • 文件格式:.zip
  • 所需积分:2

实例介绍

【实例简介】摄像头调用实例

【实例截图】

from clipboard

【核心代码】

.
├── Samples
│   ├── BDA
│   │   └── DTVViewer
│   │       ├── AboutBox.cs
│   │       ├── AboutBox.resx
│   │       ├── App.ico
│   │       ├── AssemblyInfo.cs
│   │       ├── BDAGraphBuilder.cs
│   │       ├── DTVViewer-2005.csproj
│   │       ├── DTVViewer-2005.sln
│   │       ├── DTVViewer-2008.csproj
│   │       ├── DTVViewer-2008.sln
│   │       ├── DVBSTuning.cs
│   │       ├── DVBSTuning.resx
│   │       ├── DVBTTuning.cs
│   │       ├── DVBTTuning.resx
│   │       ├── ITuningSelector.cs
│   │       ├── MainForm.cs
│   │       ├── MainForm.resx
│   │       ├── StartUp.cs
│   │       ├── Toolkit
│   │       │   └── FilterGraphTools.cs
│   │       └── readme.txt
│   ├── Capture
│   │   ├── CapWMV
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CapWMV-2005.csproj
│   │   │   ├── CapWMV-2005.sln
│   │   │   ├── CapWMV-2008.csproj
│   │   │   ├── CapWMV-2008.sln
│   │   │   ├── Capture.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   └── readme.txt
│   │   ├── DxLogo
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Capture.cs
│   │   │   ├── DxLogo-2005.csproj
│   │   │   ├── DxLogo-2005.sln
│   │   │   ├── DxLogo-2008.csproj
│   │   │   ├── DxLogo-2008.sln
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── lgs.jpg
│   │   │   └── readme.txt
│   │   ├── DxLogoVB
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Capture.vb
│   │   │   ├── DxLogoVB-2005.sln
│   │   │   ├── DxLogoVB-2005.vbproj
│   │   │   ├── DxLogoVB-2008.sln
│   │   │   ├── DxLogoVB-2008.vbproj
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   └── readme.txt
│   │   ├── DxPropPages
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── DxPropPages-2005.csproj
│   │   │   ├── DxPropPages-2005.sln
│   │   │   ├── DxPropPages-2008.csproj
│   │   │   ├── DxPropPages-2008.sln
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   └── readme.txt
│   │   ├── DxSnap
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Capture.cs
│   │   │   ├── DxSnap-2005.csproj
│   │   │   ├── DxSnap-2005.sln
│   │   │   ├── DxSnap-2008.csproj
│   │   │   ├── DxSnap-2008.sln
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   └── readme.txt
│   │   ├── DxTuner
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── DxTuner-2005.csproj
│   │   │   ├── DxTuner-2005.sln
│   │   │   ├── DxTuner-2008.csproj
│   │   │   ├── DxTuner-2008.sln
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   └── readme.txt
│   │   └── PlayCap
│   │       ├── AssemblyInfo.cs
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       ├── PlayCap-2005.csproj
│   │       ├── PlayCap-2005.sln
│   │       ├── PlayCap-2008.csproj
│   │       ├── PlayCap-2008.sln
│   │       ├── playcap.ico
│   │       └── readme.txt
│   ├── DMO
│   │   ├── DmoFlip
│   │   │   ├── DMO
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── DmoFlip-2005.csproj
│   │   │   │   ├── DmoFlip-2008.csproj
│   │   │   │   ├── DmoFlip.cs
│   │   │   │   ├── IMediaObjectImpl.cs
│   │   │   │   ├── docs
│   │   │   │   │   └── IMediaObjectImpl.chm
│   │   │   │   ├── mykey.snk
│   │   │   │   └── readme.txt
│   │   │   ├── DmoFlip-2005.sln
│   │   │   ├── DmoFlip-2008.sln
│   │   │   ├── DmoFlip.ndoc
│   │   │   ├── FormDMO
│   │   │   │   ├── App.ico
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── FormDMO-2005.csproj
│   │   │   │   ├── FormDMO-2008.csproj
│   │   │   │   └── readme.txt
│   │   │   └── readme.txt
│   │   └── DmoSplit
│   │       ├── DMO
│   │       │   ├── AssemblyInfo.cs
│   │       │   ├── DmoSplit-2005.csproj
│   │       │   ├── DmoSplit-2008.csproj
│   │       │   ├── DmoSplit.cs
│   │       │   ├── IMediaObjectImpl.cs
│   │       │   ├── mykey.snk
│   │       │   └── readme.txt
│   │       ├── DmoSplit-2005.sln
│   │       ├── DmoSplit-2008.sln
│   │       ├── FormDMO
│   │       │   ├── App.ico
│   │       │   ├── AssemblyInfo.cs
│   │       │   ├── Form1.cs
│   │       │   ├── Form1.resx
│   │       │   ├── FormDMO-2005.csproj
│   │       │   ├── FormDMO-2008.csproj
│   │       │   └── readme.txt
│   │       └── readme.txt
│   ├── Editing
│   │   ├── DESCombine
│   │   │   ├── DESCombine-2005.sln
│   │   │   ├── DESCombine-2008.sln
│   │   │   ├── DESCombine.ndoc
│   │   │   ├── DESCombineLib
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── DESCombine.cs
│   │   │   │   ├── DESCombineLib-2005.csproj
│   │   │   │   └── DESCombineLib-2008.csproj
│   │   │   ├── DesCombineVB
│   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   ├── DesCombineVB-2005.sln
│   │   │   │   ├── DesCombineVB-2005.vbproj
│   │   │   │   ├── DesCombineVB-2008.sln
│   │   │   │   ├── DesCombineVB-2008.vbproj
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Form1.vb
│   │   │   │   └── readme.txt
│   │   │   ├── TestCombine
│   │   │   │   ├── App.ico
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Form2.cs
│   │   │   │   ├── Form2.resx
│   │   │   │   ├── TestCombine-2005.csproj
│   │   │   │   └── TestCombine-2008.csproj
│   │   │   ├── docs
│   │   │   │   └── DESCombine.chm
│   │   │   └── readme.txt
│   │   └── DxScan
│   │       ├── App.ico
│   │       ├── AssemblyInfo.cs
│   │       ├── Capture.cs
│   │       ├── DxScan-2005.csproj
│   │       ├── DxScan-2005.sln
│   │       ├── DxScan-2008.csproj
│   │       ├── DxScan-2008.sln
│   │       ├── Form1.cs
│   │       ├── Form1.resx
│   │       └── readme.txt
│   ├── Misc
│   │   ├── BlackList
│   │   │   ├── BlackList.csproj
│   │   │   ├── BlackList.sln
│   │   │   ├── BlackListManager.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── SimplePlayer.cs
│   │   │   └── readme.txt
│   │   ├── DxWebCam
│   │   │   ├── Client
│   │   │   │   ├── App.ico
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── WebCamClient-2005.csproj
│   │   │   │   ├── WebCamClient-2008.csproj
│   │   │   │   ├── WebClient.cs
│   │   │   │   ├── WebClient.resx
│   │   │   │   └── readme.txt
│   │   │   ├── Service
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Capture.cs
│   │   │   │   ├── TcpServer.cs
│   │   │   │   ├── WebCamInstaller.cs
│   │   │   │   ├── WebCamInstaller.resx
│   │   │   │   ├── WebCamService-2005.csproj
│   │   │   │   ├── WebCamService-2008.csproj
│   │   │   │   ├── WebCamService.cs
│   │   │   │   ├── WebCamService.resx
│   │   │   │   └── readme.txt
│   │   │   ├── WebCamService-2005.sln
│   │   │   ├── WebCamService-2008.sln
│   │   │   └── readme.txt
│   │   ├── GMFPreview
│   │   │   ├── GMFPreview
│   │   │   │   ├── DeviceForm.Designer.cs
│   │   │   │   ├── DeviceForm.cs
│   │   │   │   ├── DeviceForm.resx
│   │   │   │   ├── GMFBridge.cs
│   │   │   │   ├── GMFPreview-2008.csproj
│   │   │   │   ├── GMFPreview.csproj
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── PreviewController.cs
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   ├── Settings.settings
│   │   │   │   │   └── app.manifest
│   │   │   │   └── readme.txt
│   │   │   ├── GMFPreview-2008.sln
│   │   │   └── GMFPreview.sln
│   │   ├── GSSF
│   │   │   ├── GSSF-2005.sln
│   │   │   ├── GSSF-2008.sln
│   │   │   ├── GSSF.ax
│   │   │   ├── filter
│   │   │   │   ├── PushGuids.h
│   │   │   │   ├── PushSource-2005.vcproj
│   │   │   │   ├── PushSource.def
│   │   │   │   ├── PushSource.h
│   │   │   │   ├── PushSource.rc
│   │   │   │   ├── PushSourceBitmap.cpp
│   │   │   │   └── setup.cpp
│   │   │   ├── readme.txt
│   │   │   └── render
│   │   │       ├── App.ico
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── BuildGraph.cs
│   │   │       ├── Form1.cs
│   │   │       ├── Form1.resx
│   │   │       ├── PushClasses.cs
│   │   │       ├── Render-2005.csproj
│   │   │       └── Render-2008.csproj
│   │   ├── MediaDetector
│   │   │   ├── MainForm.Designer.cs
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── MediaDescription.cs
│   │   │   ├── MediaDetector-2008.csproj
│   │   │   ├── MediaDetector-2008.sln
│   │   │   ├── MediaDetector.cs
│   │   │   ├── MediaDetector.csproj
│   │   │   ├── MediaDetector.sln
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   └── Toolkit
│   │       ├── AssemblyInfo.cs
│   │       ├── DirectShowLib.Utils-2005.csproj
│   │       ├── DirectShowLib.Utils-2005.sln
│   │       ├── DirectShowLib.Utils-2008.csproj
│   │       ├── DirectShowLib.Utils-2008.sln
│   │       ├── DirectShowLib.Utils.ndoc
│   │       ├── FilterGraphTools.cs
│   │       ├── doc
│   │       │   └── Documentation.chm
│   │       └── readme.txt
│   ├── Players
│   │   ├── DvdPlay
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── DVDPlay-2005.csproj
│   │   │   ├── DVDPlay-2005.sln
│   │   │   ├── DVDPlay-2008.csproj
│   │   │   ├── DVDPlay-2008.sln
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   └── readme.txt
│   │   ├── DxPlay
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Capture.cs
│   │   │   ├── DxPlay-2005.csproj
│   │   │   ├── DxPlay-2005.sln
│   │   │   ├── DxPlay-2008.csproj
│   │   │   ├── DxPlay-2008.sln
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   └── readme.txt
│   │   ├── DxText
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Capture.cs
│   │   │   ├── DxText-2005.csproj
│   │   │   ├── DxText-2005.sln
│   │   │   ├── DxText-2008.csproj
│   │   │   ├── DxText-2008.sln
│   │   │   ├── DxText.cs
│   │   │   ├── DxText.resx
│   │   │   └── readme.txt
│   │   ├── EVRPlayer
│   │   │   ├── ConvertImage.cs
│   │   │   ├── DShowPlayer.cs
│   │   │   ├── EVRPlayer-2008.csproj
│   │   │   ├── EVRPlayer-2008.sln
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Overlay.cs
│   │   │   ├── Program.cs
│   │   │   ├── PushClasses2.cs
│   │   │   ├── ReadMe.txt
│   │   │   └── properties
│   │   │       ├── AssemblyInfo.cs
│   │   │       ├── Resources.Designer.cs
│   │   │       ├── Resources.resx
│   │   │       ├── Settings.Designer.cs
│   │   │       └── Settings.settings
│   │   ├── GMFPlay
│   │   │   ├── GMFPlay
│   │   │   │   ├── ClipPlayer.cs
│   │   │   │   ├── GMFBridge.cs
│   │   │   │   ├── GMFPlay-2008.csproj
│   │   │   │   ├── GMFPlay.csproj
│   │   │   │   ├── Limits.Designer.cs
│   │   │   │   ├── Limits.cs
│   │   │   │   ├── Limits.resx
│   │   │   │   ├── MainDlg.Designer.cs
│   │   │   │   ├── MainDlg.cs
│   │   │   │   ├── MainDlg.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── readme.txt
│   │   │   ├── GMFPlay-2008.sln
│   │   │   └── GMFPlay.sln
│   │   ├── PlayVB
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   ├── PlayVB-2005.sln
│   │   │   ├── PlayVB-2005.vbproj
│   │   │   ├── PlayVB-2008.sln
│   │   │   ├── PlayVB-2008.vbproj
│   │   │   └── readme.txt
│   │   └── PlayWnd
│   │       ├── AboutBox.cs
│   │       ├── AboutBox.resx
│   │       ├── AssemblyInfo.cs
│   │       ├── MainForm.cs
│   │       ├── MainForm.resx
│   │       ├── PlayWnd-2005.csproj
│   │       ├── PlayWnd-2005.sln
│   │       ├── PlayWnd-2008.csproj
│   │       ├── PlayWnd-2008.sln
│   │       ├── playwnd.ico
│   │       └── readme.txt
│   ├── SBE
│   │   ├── DvrMsCutter
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── DvrMsCutter-2005.csproj
│   │   │   ├── DvrMsCutter-2005.sln
│   │   │   ├── DvrMsCutter-2008.csproj
│   │   │   ├── DvrMsCutter-2008.sln
│   │   │   ├── SBECutter.cs
│   │   │   ├── StartUp.cs
│   │   │   └── readme.txt
│   │   └── DvrMsCutter2
│   │       ├── DvrMsCutter2-2008.csproj
│   │       ├── DvrMsCutter2-2008.sln
│   │       ├── DvrMsCutter2.csproj
│   │       ├── DvrMsCutter2.sln
│   │       ├── Program.cs
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── SBECutter2.cs
│   │       └── readme.txt
│   └── VMR9
│       ├── BitmapMixer
│       │   ├── AboutBox.cs
│       │   ├── AboutBox.resx
│       │   ├── App.ico
│       │   ├── AssemblyInfo.cs
│       │   ├── BitmapGenerator.cs
│       │   ├── BitmapMixer-2005.csproj
│       │   ├── BitmapMixer-2005.sln
│       │   ├── BitmapMixer-2008.csproj
│       │   ├── BitmapMixer-2008.sln
│       │   ├── MainForm.cs
│       │   ├── MainForm.resx
│       │   ├── NativeMethodes.cs
│       │   └── readme.txt
│       ├── VMR9Allocator
│       │   ├── AboutBox.cs
│       │   ├── AboutBox.resx
│       │   ├── Allocator.cs
│       │   ├── AssemblyInfo.cs
│       │   ├── MainForm.cs
│       │   ├── MainForm.resx
│       │   ├── PlaneScene.cs
│       │   ├── VMR9Allocator-2005.csproj
│       │   ├── VMR9Allocator-2005.sln
│       │   ├── VMR9Allocator-2008.csproj
│       │   ├── VMR9Allocator-2008.sln
│       │   ├── directx.ico
│       │   └── readme.txt
│       ├── VMR9Allocator2
│       │   ├── Allocator.cs
│       │   ├── App.ico
│       │   ├── AssemblyInfo.cs
│       │   ├── ConfigForm.Designer.cs
│       │   ├── ConfigForm.cs
│       │   ├── ConfigForm.resx
│       │   ├── MainForm.cs
│       │   ├── MainForm.resx
│       │   ├── NativeMethods.cs
│       │   ├── StartUp.cs
│       │   ├── VMR9Allocator2-2005.csproj
│       │   ├── VMR9Allocator2-2005.sln
│       │   ├── VMR9Allocator2-2008.csproj
│       │   ├── VMR9Allocator2-2008.sln
│       │   └── readme.txt
│       ├── VMR9Compositor
│       │   ├── AboutBox.resx
│       │   ├── Aboutbox.cs
│       │   ├── Compositor.cs
│       │   ├── MainForm.Designer.cs
│       │   ├── MainForm.cs
│       │   ├── MainForm.resx
│       │   ├── Program.cs
│       │   ├── Properties
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Resources.Designer.cs
│       │   │   ├── Resources.resx
│       │   │   ├── Settings.Designer.cs
│       │   │   └── Settings.settings
│       │   ├── Vmr9Compositor.csproj
│       │   ├── Vmr9Compositor.sln
│       │   ├── readme.txt
│       │   └── redspider.png
│       └── VMR9Snapper
│           ├── App.ico
│           ├── AssemblyInfo.cs
│           ├── MainForm.cs
│           ├── MainForm.resx
│           ├── VMR9Snapper-2005.csproj
│           ├── VMR9Snapper-2005.sln
│           ├── VMR9Snapper-2008.csproj
│           ├── VMR9Snapper-2008.sln
│           └── readme.txt
├── lisezmoi-samples.txt
├── readme-samples.txt
└── 摄像头调用实例.zip

65 directories, 414 files


实例下载地址

摄像头调用实例

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警