在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → IP_camera网络摄像头c#程序

IP_camera网络摄像头c#程序

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.62M
  • 下载次数:18
  • 浏览次数:139
  • 发布时间:2020-08-21
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
IP_camera网络摄像头c#程序,测试过好用,在国外网站上找的,大家可以看一下-IP
【实例截图】
【核心代码】
IP_camera网络摄像头c程序,测试过好用,在国外网站上找的,大家可以看一下-IP
└── IP camera
├── cv_demo.zip
├── cv_src
│   ├── axis
│   │   ├── AssemblyInfo.cs
│   │   ├── Axis205.cs
│   │   ├── Axis205SetupPage.cs
│   │   ├── Axis205SetupPage.resx
│   │   ├── Axis206.cs
│   │   ├── Axis206SetupPage.cs
│   │   ├── Axis206SetupPage.resx
│   │   ├── Axis2100.cs
│   │   ├── Axis2100SetupPage.cs
│   │   ├── Axis2100SetupPage.resx
│   │   ├── Axis2110.cs
│   │   ├── Axis2110SetupPage.cs
│   │   ├── Axis2110SetupPage.resx
│   │   ├── Axis2120.cs
│   │   ├── Axis2120SetupPage.cs
│   │   ├── Axis2120SetupPage.resx
│   │   ├── Axis2130R.cs
│   │   ├── Axis2130RSetupPage.cs
│   │   ├── Axis2130RSetupPage.resx
│   │   ├── Axis2400.cs
│   │   ├── Axis2400SetupPage.cs
│   │   ├── Axis2400SetupPage.resx
│   │   ├── Axis2401.cs
│   │   ├── Axis2401SetupPage.cs
│   │   ├── Axis2401SetupPage.resx
│   │   ├── Axis2460.cs
│   │   ├── Axis2460SetupPage.cs
│   │   ├── Axis2460SetupPage.resx
│   │   ├── AxisConfiguration.cs
│   │   ├── axis.csproj
│   │   ├── axis.csproj.user
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── axis.dll
│   │   │   ├── axis.pdb
│   │   │   ├── jpeg.dll
│   │   │   ├── jpeg.pdb
│   │   │   ├── mjpeg.dll
│   │   │   ├── mjpeg.pdb
│   │   │   ├── multisource.dll
│   │   │   ├── multisource.pdb
│   │   │   ├── videosource.dll
│   │   │   └── videosource.pdb
│   │   ├── obj
│   │   │   ├── axis.csproj.FileList.txt
│   │   │   └── Debug
│   │   │   ├── axis.Axis205SetupPage.resources
│   │   │   ├── axis.Axis206SetupPage.resources
│   │   │   ├── axis.Axis2100SetupPage.resources
│   │   │   ├── axis.Axis2110SetupPage.resources
│   │   │   ├── axis.Axis2120SetupPage.resources
│   │   │   ├── axis.Axis2130RSetupPage.resources
│   │   │   ├── axis.Axis2400SetupPage.resources
│   │   │   ├── axis.Axis2401SetupPage.resources
│   │   │   ├── axis.Axis2460SetupPage.resources
│   │   │   ├── axis.csproj.GenerateResource.Cache
│   │   │   ├── axis.dll
│   │   │   └── axis.pdb
│   │   └── SourceDescriptions.cs
│   ├── Backup
│   │   ├── cv
│   │   │   ├── AboutForm.cs
│   │   │   ├── AboutForm.resx
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CameraInfo.cs
│   │   │   ├── CameraInfo.resx
│   │   │   ├── Configuration.cs
│   │   │   ├── Controls
│   │   │   │   ├── CamerasTreeView.cs
│   │   │   │   ├── CamerasTreeView.resx
│   │   │   │   ├── CameraWindow.cs
│   │   │   │   ├── CameraWindow.resx
│   │   │   │   ├── ViewGrid.cs
│   │   │   │   └── ViewGrid.resx
│   │   │   ├── cv.csproj
│   │   │   ├── cv.csproj.user
│   │   │   ├── Forms
│   │   │   │   ├── CameraDescription.cs
│   │   │   │   ├── CameraDescription.resx
│   │   │   │   ├── CameraForm.cs
│   │   │   │   ├── CameraPropertiesForm.cs
│   │   │   │   ├── CameraPropertiesForm.resx
│   │   │   │   ├── CameraSettings.cs
│   │   │   │   ├── CameraSettings.resx
│   │   │   │   ├── GroupForm.cs
│   │   │   │   ├── GroupForm.resx
│   │   │   │   ├── PagedWizard.cs
│   │   │   │   ├── PagedWizard.resx
│   │   │   │   ├── ViewDescription.cs
│   │   │   │   ├── ViewDescription.resx
│   │   │   │   ├── ViewForm.cs
│   │   │   │   ├── ViewPropertiesForm.cs
│   │   │   │   ├── ViewStructure.cs
│   │   │   │   ├── ViewStructure.resx
│   │   │   │   ├── Wizard.cs
│   │   │   │   └── Wizard.resx
│   │   │   ├── IWizardPage.cs
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── Multiplexer.cs
│   │   │   ├── Multiplexer.resx
│   │   │   ├── Tools
│   │   │   │   ├── CameraCollection.cs
│   │   │   │   ├── Camera.cs
│   │   │   │   ├── FinalizationPool.cs
│   │   │   │   ├── GroupCollection.cs
│   │   │   │   ├── Group.cs
│   │   │   │   ├── RunningPool.cs
│   │   │   │   ├── VideoProviderCollection.cs
│   │   │   │   ├── VideoProvider.cs
│   │   │   │   ├── ViewCollection.cs
│   │   │   │   └── View.cs
│   │   │   └── Win32.cs
│   │   ├── cv3.sln
│   │   └── videosource
│   │   ├── AssemblyInfo.cs
│   │   ├── Core.cs
│   │   ├── Events.cs
│   │   ├── IVideoSource.cs
│   │   ├── IVideoSourceDescription.cs
│   │   ├── IVideoSourcePage.cs
│   │   ├── videosource.csproj
│   │   └── videosource.csproj.user
│   ├── Backup1
│   │   ├── axis
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Axis205.cs
│   │   │   ├── Axis205SetupPage.cs
│   │   │   ├── Axis205SetupPage.resx
│   │   │   ├── Axis206.cs
│   │   │   ├── Axis206SetupPage.cs
│   │   │   ├── Axis206SetupPage.resx
│   │   │   ├── Axis2100.cs
│   │   │   ├── Axis2100SetupPage.cs
│   │   │   ├── Axis2100SetupPage.resx
│   │   │   ├── Axis2110.cs
│   │   │   ├── Axis2110SetupPage.cs
│   │   │   ├── Axis2110SetupPage.resx
│   │   │   ├── Axis2120.cs
│   │   │   ├── Axis2120SetupPage.cs
│   │   │   ├── Axis2120SetupPage.resx
│   │   │   ├── Axis2130R.cs
│   │   │   ├── Axis2130RSetupPage.cs
│   │   │   ├── Axis2130RSetupPage.resx
│   │   │   ├── Axis2400.cs
│   │   │   ├── Axis2400SetupPage.cs
│   │   │   ├── Axis2400SetupPage.resx
│   │   │   ├── Axis2401.cs
│   │   │   ├── Axis2401SetupPage.cs
│   │   │   ├── Axis2401SetupPage.resx
│   │   │   ├── Axis2460.cs
│   │   │   ├── Axis2460SetupPage.cs
│   │   │   ├── Axis2460SetupPage.resx
│   │   │   ├── AxisConfiguration.cs
│   │   │   ├── axis.csproj
│   │   │   ├── axis.csproj.user
│   │   │   └── SourceDescriptions.cs
│   │   ├── dlink
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── DLinkCamera.cs
│   │   │   ├── DLinkCameraSetupPage.cs
│   │   │   ├── DLinkCameraSetupPage.resx
│   │   │   ├── DLinkConfiguration.cs
│   │   │   ├── dlink.csproj
│   │   │   ├── dlink.csproj.user
│   │   │   └── SourceDescriptions.cs
│   │   ├── dshow
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Core
│   │   │   │   ├── IBaseFilter.cs
│   │   │   │   ├── IBasicVideo.cs
│   │   │   │   ├── ICreateDevEnum.cs
│   │   │   │   ├── IEnumPins.cs
│   │   │   │   ├── IFileSourceFilter.cs
│   │   │   │   ├── IFilterGraph.cs
│   │   │   │   ├── IGraphBuilder.cs
│   │   │   │   ├── IMediaControl.cs
│   │   │   │   ├── IMediaEvent.cs
│   │   │   │   ├── IMediaPosition.cs
│   │   │   │   ├── IMediaSeeking.cs
│   │   │   │   ├── IPin.cs
│   │   │   │   ├── IPropertyBag.cs
│   │   │   │   ├── ISampleGrabber.cs
│   │   │   │   ├── IVideoFrameStep.cs
│   │   │   │   ├── IVideoWindow.cs
│   │   │   │   ├── Structures.cs
│   │   │   │   ├── Uuids.cs
│   │   │   │   └── Win32.cs
│   │   │   ├── dshow.csproj
│   │   │   ├── dshow.csproj.user
│   │   │   ├── FilterCollection.cs
│   │   │   ├── Filter.cs
│   │   │   └── Tools.cs
│   │   ├── jpeg
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── JPEGConfiguration.cs
│   │   │   ├── jpeg.csproj
│   │   │   ├── jpeg.csproj.user
│   │   │   ├── JPEGSource.cs
│   │   │   ├── JPEGSourcePage.cs
│   │   │   ├── JPEGSourcePage.resx
│   │   │   └── SourceDescriptions.cs
│   │   ├── local
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CaptureDevice.cs
│   │   │   ├── CaptureDeviceSetupPage.cs
│   │   │   ├── CaptureDeviceSetupPage.resx
│   │   │   ├── LocalConfiguration.cs
│   │   │   ├── local.csproj
│   │   │   ├── local.csproj.user
│   │   │   └── SourceDescriptions.cs
│   │   ├── mjpeg
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── ByteArrayUtils.cs
│   │   │   ├── MJPEGConfiguration.cs
│   │   │   ├── mjpeg.csproj
│   │   │   ├── mjpeg.csproj.user
│   │   │   ├── MJPEGSource.cs
│   │   │   ├── MJPEGSourcePage.cs
│   │   │   ├── MJPEGSourcePage.resx
│   │   │   └── SourceDescriptions.cs
│   │   ├── multisource
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── MultimodeVideoSource.cs
│   │   │   ├── multisource.csproj
│   │   │   └── multisource.csproj.user
│   │   ├── panasonic
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── PanasonicCamera.cs
│   │   │   ├── PanasonicCameraSetupPage.cs
│   │   │   ├── PanasonicCameraSetupPage.resx
│   │   │   ├── PanasonicConfiguration.cs
│   │   │   ├── panasonic.csproj
│   │   │   ├── panasonic.csproj.user
│   │   │   └── SourceDescriptions.cs
│   │   ├── pixord
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── PixordCamera.cs
│   │   │   ├── PixordCameraSetupPage.cs
│   │   │   ├── PixordCameraSetupPage.resx
│   │   │   ├── PixordConfiguration.cs
│   │   │   ├── pixord.csproj
│   │   │   ├── pixord.csproj.user
│   │   │   └── SourceDescriptions.cs
│   │   ├── providers.sln
│   │   ├── stardot
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── SourceDescriptions.cs
│   │   │   ├── StardotConfiguration.cs
│   │   │   ├── stardot.csproj
│   │   │   ├── stardot.csproj.user
│   │   │   ├── StardotExpress6.cs
│   │   │   ├── StardotExpress6SetupPage.cs
│   │   │   ├── StardotExpress6SetupPage.resx
│   │   │   ├── StardotNetCam.cs
│   │   │   ├── StardotNetCamSetupPage.cs
│   │   │   └── StardotNetCamSetupPage.resx
│   │   ├── stream
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── SourceDescriptions.cs
│   │   │   ├── StreamConfiguration.cs
│   │   │   ├── stream.csproj
│   │   │   ├── stream.csproj.user
│   │   │   ├── VideoStream.cs
│   │   │   ├── VideoStreamSetupPage.cs
│   │   │   └── VideoStreamSetupPage.resx
│   │   └── videosource
│   │   ├── AssemblyInfo.cs
│   │   ├── Core.cs
│   │   ├── Events.cs
│   │   ├── IVideoSource.cs
│   │   ├── IVideoSourceDescription.cs
│   │   ├── IVideoSourcePage.cs
│   │   ├── videosource.csproj
│   │   └── videosource.csproj.user
│   ├── Copyright.txt
│   ├── cv
│   │   ├── AboutForm.cs
│   │   ├── AboutForm.resx
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── app.config
│   │   │   │   ├── cv.exe
│   │   │   │   ├── cv.pdb
│   │   │   │   ├── videosource.dll
│   │   │   │   └── videosource.pdb
│   │   │   └── Release
│   │   │   ├── cameras.config
│   │   │   ├── cv.exe.config
│   │   │   └── views.config
│   │   ├── CameraInfo.cs
│   │   ├── CameraInfo.resx
│   │   ├── Configuration.cs
│   │   ├── Controls
│   │   │   ├── CamerasTreeView.cs
│   │   │   ├── CamerasTreeView.resx
│   │   │   ├── CameraWindow.cs
│   │   │   ├── CameraWindow.resx
│   │   │   ├── ViewGrid.cs
│   │   │   └── ViewGrid.resx
│   │   ├── cv.csproj
│   │   ├── cv.csproj.user
│   │   ├── Forms
│   │   │   ├── CameraDescription.cs
│   │   │   ├── CameraDescription.resx
│   │   │   ├── CameraForm.cs
│   │   │   ├── CameraPropertiesForm.cs
│   │   │   ├── CameraPropertiesForm.resx
│   │   │   ├── CameraSettings.cs
│   │   │   ├── CameraSettings.resx
│   │   │   ├── GroupForm.cs
│   │   │   ├── GroupForm.resx
│   │   │   ├── PagedWizard.cs
│   │   │   ├── PagedWizard.resx
│   │   │   ├── ViewDescription.cs
│   │   │   ├── ViewDescription.resx
│   │   │   ├── ViewForm.cs
│   │   │   ├── ViewPropertiesForm.cs
│   │   │   ├── ViewStructure.cs
│   │   │   ├── ViewStructure.resx
│   │   │   ├── Wizard.cs
│   │   │   └── Wizard.resx
│   │   ├── IWizardPage.cs
│   │   ├── MainForm.cs
│   │   ├── MainForm.resx
│   │   ├── Multiplexer.cs
│   │   ├── Multiplexer.resx
│   │   ├── obj
│   │   │   ├── cv.csproj.FileList.txt
│   │   │   └── Debug
│   │   │   ├── CameraViewer.AboutForm.resources
│   │   │   ├── CameraViewer.CameraDescription.resources
│   │   │   ├── CameraViewer.CameraInfo.resources
│   │   │   ├── CameraViewer.CameraPropertiesForm.resources
│   │   │   ├── CameraViewer.CameraSettings.resources
│   │   │   ├── CameraViewer.CamerasTreeView.resources
│   │   │   ├── CameraViewer.CameraWindow.resources
│   │   │   ├── CameraViewer.GroupForm.resources
│   │   │   ├── CameraViewer.MainForm.resources
│   │   │   ├── CameraViewer.Multiplexer.resources
│   │   │   ├── CameraViewer.PagedWizard.resources
│   │   │   ├── CameraViewer.ViewDescription.resources
│   │   │   ├── CameraViewer.ViewGrid.resources
│   │   │   ├── CameraViewer.ViewStructure.resources
│   │   │   ├── CameraViewer.Wizard.resources
│   │   │   ├── cv.csproj.GenerateResource.Cache
│   │   │   ├── cv.exe
│   │   │   ├── cv.pdb
│   │   │   └── ResolveAssemblyReference.cache
│   │   ├── Tools
│   │   │   ├── CameraCollection.cs
│   │   │   ├── Camera.cs
│   │   │   ├── FinalizationPool.cs
│   │   │   ├── GroupCollection.cs
│   │   │   ├── Group.cs
│   │   │   ├── RunningPool.cs
│   │   │   ├── VideoProviderCollection.cs
│   │   │   ├── VideoProvider.cs
│   │   │   ├── ViewCollection.cs
│   │   │   └── View.cs
│   │   └── Win32.cs
│   ├── cv3.sln
│   ├── dlink
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── dlink.dll
│   │   │   ├── dlink.pdb
│   │   │   ├── jpeg.dll
│   │   │   ├── jpeg.pdb
│   │   │   ├── videosource.dll
│   │   │   └── videosource.pdb
│   │   ├── DLinkCamera.cs
│   │   ├── DLinkCameraSetupPage.cs
│   │   ├── DLinkCameraSetupPage.resx
│   │   ├── DLinkConfiguration.cs
│   │   ├── dlink.csproj
│   │   ├── dlink.csproj.user
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── dlink.csproj.GenerateResource.Cache
│   │   │   │   ├── dlink.DLinkCameraSetupPage.resources
│   │   │   │   ├── dlink.dll
│   │   │   │   └── dlink.pdb
│   │   │   └── dlink.csproj.FileList.txt
│   │   └── SourceDescriptions.cs
│   ├── dshow
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── dshow.dll
│   │   │   └── dshow.pdb
│   │   ├── Core
│   │   │   ├── IBaseFilter.cs
│   │   │   ├── IBasicVideo.cs
│   │   │   ├── ICreateDevEnum.cs
│   │   │   ├── IEnumPins.cs
│   │   │   ├── IFileSourceFilter.cs
│   │   │   ├── IFilterGraph.cs
│   │   │   ├── IGraphBuilder.cs
│   │   │   ├── IMediaControl.cs
│   │   │   ├── IMediaEvent.cs
│   │   │   ├── IMediaPosition.cs
│   │   │   ├── IMediaSeeking.cs
│   │   │   ├── IPin.cs
│   │   │   ├── IPropertyBag.cs
│   │   │   ├── ISampleGrabber.cs
│   │   │   ├── IVideoFrameStep.cs
│   │   │   ├── IVideoWindow.cs
│   │   │   ├── Structures.cs
│   │   │   ├── Uuids.cs
│   │   │   └── Win32.cs
│   │   ├── dshow.csproj
│   │   ├── dshow.csproj.user
│   │   ├── FilterCollection.cs
│   │   ├── Filter.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── dshow.dll
│   │   │   │   └── dshow.pdb
│   │   │   └── dshow.csproj.FileList.txt
│   │   └── Tools.cs
│   ├── icons
│   │   ├── about.png
│   │   ├── fit_to_size.png
│   │   ├── folder-opened.png
│   │   ├── folder.png
│   │   ├── table.png
│   │   ├── text_braille.png
│   │   ├── videocamera.ico
│   │   ├── videocamera_stop.png
│   │   └── window_sidebar.png
│   ├── jpeg
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── jpeg.dll
│   │   │   ├── jpeg.pdb
│   │   │   ├── videosource.dll
│   │   │   └── videosource.pdb
│   │   ├── JPEGConfiguration.cs
│   │   ├── jpeg.csproj
│   │   ├── jpeg.csproj.user
│   │   ├── JPEGSource.cs
│   │   ├── JPEGSourcePage.cs
│   │   ├── JPEGSourcePage.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── jpeg.csproj.GenerateResource.Cache
│   │   │   │   ├── jpeg.dll
│   │   │   │   ├── jpeg.JPEGSourcePage.resources
│   │   │   │   ├── jpeg.pdb
│   │   │   │   └── ResolveAssemblyReference.cache
│   │   │   └── jpeg.csproj.FileList.txt
│   │   └── SourceDescriptions.cs
│   ├── local
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── dshow.dll
│   │   │   ├── dshow.pdb
│   │   │   ├── local.dll
│   │   │   ├── local.pdb
│   │   │   ├── videosource.dll
│   │   │   └── videosource.pdb
│   │   ├── CaptureDevice.cs
│   │   ├── CaptureDeviceSetupPage.cs
│   │   ├── CaptureDeviceSetupPage.resx
│   │   ├── LocalConfiguration.cs
│   │   ├── local.csproj
│   │   ├── local.csproj.user
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── local.CaptureDeviceSetupPage.resources
│   │   │   │   ├── local.csproj.GenerateResource.Cache
│   │   │   │   ├── local.dll
│   │   │   │   ├── local.pdb
│   │   │   │   └── ResolveAssemblyReference.cache
│   │   │   └── local.csproj.FileList.txt
│   │   └── SourceDescriptions.cs
│   ├── mjpeg
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── mjpeg.dll
│   │   │   ├── mjpeg.pdb
│   │   │   ├── videosource.dll
│   │   │   └── videosource.pdb
│   │   ├── ByteArrayUtils.cs
│   │   ├── MJPEGConfiguration.cs
│   │   ├── mjpeg.csproj
│   │   ├── mjpeg.csproj.user
│   │   ├── MJPEGSource.cs
│   │   ├── MJPEGSourcePage.cs
│   │   ├── MJPEGSourcePage.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── mjpeg.csproj.GenerateResource.Cache
│   │   │   │   ├── mjpeg.dll
│   │   │   │   ├── mjpeg.MJPEGSourcePage.resources
│   │   │   │   └── mjpeg.pdb
│   │   │   └── mjpeg.csproj.FileList.txt
│   │   └── SourceDescriptions.cs
│   ├── multisource
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── jpeg.dll
│   │   │   ├── jpeg.pdb
│   │   │   ├── mjpeg.dll
│   │   │   ├── mjpeg.pdb
│   │   │   ├── multisource.dll
│   │   │   ├── multisource.pdb
│   │   │   ├── videosource.dll
│   │   │   └── videosource.pdb
│   │   ├── MultimodeVideoSource.cs
│   │   ├── multisource.csproj
│   │   ├── multisource.csproj.user
│   │   └── obj
│   │   ├── Debug
│   │   │   ├── multisource.dll
│   │   │   ├── multisource.pdb
│   │   │   └── ResolveAssemblyReference.cache
│   │   └── multisource.csproj.FileList.txt
│   ├── panasonic
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── jpeg.dll
│   │   │   ├── jpeg.pdb
│   │   │   ├── mjpeg.dll
│   │   │   ├── mjpeg.pdb
│   │   │   ├── multisource.dll
│   │   │   ├── multisource.pdb
│   │   │   ├── panasonic.dll
│   │   │   ├── panasonic.pdb
│   │   │   ├── videosource.dll
│   │   │   └── videosource.pdb
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── panasonic.csproj.GenerateResource.Cache
│   │   │   │   ├── panasonic.dll
│   │   │   │   ├── panasonic.PanasonicCameraSetupPage.resources
│   │   │   │   └── panasonic.pdb
│   │   │   └── panasonic.csproj.FileList.txt
│   │   ├── PanasonicCamera.cs
│   │   ├── PanasonicCameraSetupPage.cs
│   │   ├── PanasonicCameraSetupPage.resx
│   │   ├── PanasonicConfiguration.cs
│   │   ├── panasonic.csproj
│   │   ├── panasonic.csproj.user
│   │   └── SourceDescriptions.cs
│   ├── pixord
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── jpeg.dll
│   │   │   ├── jpeg.pdb
│   │   │   ├── mjpeg.dll
│   │   │   ├── mjpeg.pdb
│   │   │   ├── multisource.dll
│   │   │   ├── multisource.pdb
│   │   │   ├── pixord.dll
│   │   │   ├── pixord.pdb
│   │   │   ├── videosource.dll
│   │   │   └── videosource.pdb
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── pixord.csproj.GenerateResource.Cache
│   │   │   │   ├── pixord.dll
│   │   │   │   ├── pixord.pdb
│   │   │   │   └── pixord.PixordCameraSetupPage.resources
│   │   │   └── pixord.csproj.FileList.txt
│   │   ├── PixordCamera.cs
│   │   ├── PixordCameraSetupPage.cs
│   │   ├── PixordCameraSetupPage.resx
│   │   ├── PixordConfiguration.cs
│   │   ├── pixord.csproj
│   │   ├── pixord.csproj.user
│   │   └── SourceDescriptions.cs
│   ├── providers.sln
│   ├── providers.suo
│   ├── stardot
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── jpeg.dll
│   │   │   ├── jpeg.pdb
│   │   │   ├── mjpeg.dll
│   │   │   ├── mjpeg.pdb
│   │   │   ├── multisource.dll
│   │   │   ├── multisource.pdb
│   │   │   ├── stardot.dll
│   │   │   ├── stardot.pdb
│   │   │   ├── videosource.dll
│   │   │   └── videosource.pdb
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── stardot.csproj.GenerateResource.Cache
│   │   │   │   ├── stardot.dll
│   │   │   │   ├── stardot.pdb
│   │   │   │   ├── stardot.StardotExpress6SetupPage.resources
│   │   │   │   └── stardot.StardotNetCamSetupPage.resources
│   │   │   └── stardot.csproj.FileList.txt
│   │   ├── SourceDescriptions.cs
│   │   ├── StardotConfiguration.cs
│   │   ├── stardot.csproj
│   │   ├── stardot.csproj.user
│   │   ├── StardotExpress6.cs
│   │   ├── StardotExpress6SetupPage.cs
│   │   ├── StardotExpress6SetupPage.resx
│   │   ├── StardotNetCam.cs
│   │   ├── StardotNetCamSetupPage.cs
│   │   └── StardotNetCamSetupPage.resx
│   ├── stream
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── dshow.dll
│   │   │   ├── dshow.pdb
│   │   │   ├── stream.dll
│   │   │   ├── stream.pdb
│   │   │   ├── videosource.dll
│   │   │   └── videosource.pdb
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── stream.csproj.GenerateResource.Cache
│   │   │   │   ├── stream.dll
│   │   │   │   ├── stream.pdb
│   │   │   │   └── stream.VideoStreamSetupPage.resources
│   │   │   └── stream.csproj.FileList.txt
│   │   ├── SourceDescriptions.cs
│   │   ├── StreamConfiguration.cs
│   │   ├── stream.csproj
│   │   ├── stream.csproj.user
│   │   ├── VideoStream.cs
│   │   ├── VideoStreamSetupPage.cs
│   │   └── VideoStreamSetupPage.resx
│   ├── UpgradeLog2.XML
│   ├── UpgradeLog.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   └── videosource
│   ├── AssemblyInfo.cs
│   ├── bin
│   │   └── Debug
│   │   ├── videosource.dll
│   │   └── videosource.pdb
│   ├── Core.cs
│   ├── Events.cs
│   ├── IVideoSource.cs
│   ├── IVideoSourceDescription.cs
│   ├── IVideoSourcePage.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Refactor
│   │   │   │   └── videosource.dll
│   │   │   ├── videosource.dll
│   │   │   └── videosource.pdb
│   │   └── videosource.csproj.FileList.txt
│   ├── videosource.csproj
│   └── videosource.csproj.user
└── cv_src.zip

95 directories, 577 files

标签:

实例下载地址

IP_camera网络摄像头c#程序

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警