• 大小: 0.33M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: 摄像头  

资源简介

摄像头示例程序

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Collections;
using System.ComponentModel;
using System.Reflection;
using System.Data;
using System.Drawing;

namespace GD.VideoCapture2
{
    [DefaultEvent(“SelectedValue2Changed“)]
    public class ComboboxDgv : ComboBox
    {

        public ComboboxDgv()
            : base()
        {
            //DropDownWidth = 130 + 55 + 20;

            this.Init();
        }

        private bool showboxFlag = false;//

        private bool showFilerTextBox = true;

        private bool boxAutoSize = false;

        private string fieldDisplayMember = ““;

        private string fieldValueMember = ““;

        private string selectedValue

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      61440  2014-11-22 15:24  GD.VideoCapture2\bin\AForge.Video.DirectShow.dll

     文件     195287  2014-11-22 15:24  GD.VideoCapture2\bin\AForge.Video.DirectShow.xml

     文件      20992  2014-11-22 15:24  GD.VideoCapture2\bin\AForge.Video.dll

     文件      53275  2014-11-22 15:24  GD.VideoCapture2\bin\AForge.Video.xml

     文件      61440  2014-11-22 15:24  GD.VideoCapture2\bin\Debug\AForge.Video.DirectShow.dll

     文件     195287  2014-11-22 15:24  GD.VideoCapture2\bin\Debug\AForge.Video.DirectShow.xml

     文件      20992  2014-11-22 15:24  GD.VideoCapture2\bin\Debug\AForge.Video.dll

     文件      53275  2014-11-22 15:24  GD.VideoCapture2\bin\Debug\AForge.Video.xml

     文件      44032  2015-01-10 10:37  GD.VideoCapture2\bin\Debug\GD.VideoCapture2.dll

     文件      50688  2015-01-10 10:37  GD.VideoCapture2\bin\Debug\GD.VideoCapture2.pdb

     文件      61440  2014-11-22 15:24  GD.VideoCapture2\bin\Release\AForge.Video.DirectShow.dll

     文件     195287  2014-11-22 15:24  GD.VideoCapture2\bin\Release\AForge.Video.DirectShow.xml

     文件      20992  2014-11-22 15:24  GD.VideoCapture2\bin\Release\AForge.Video.dll

     文件      53275  2014-11-22 15:24  GD.VideoCapture2\bin\Release\AForge.Video.xml

     文件      41472  2015-01-15 14:34  GD.VideoCapture2\bin\Release\GD.VideoCapture2.dll

     文件      27717  2014-11-22 15:24  GD.VideoCapture2\ComboboxDgv.cs

     文件      19110  2014-12-04 16:58  GD.VideoCapture2\FormVideoAforge.cs

     文件      15169  2014-12-04 16:58  GD.VideoCapture2\FormVideoAforge.Designer.cs

     文件      21060  2014-12-04 16:58  GD.VideoCapture2\FormVideoAforge.resx

     文件       3427  2015-01-10 15:53  GD.VideoCapture2\GD.VideoCapture2.csproj

     文件        227  2014-11-22 15:24  GD.VideoCapture2\GD.VideoCapture2.csproj.user

     文件       1308  2014-11-22 18:02  GD.VideoCapture2\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6039  2015-01-15 11:14  GD.VideoCapture2\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件      10093  2015-01-10 10:37  GD.VideoCapture2\obj\Debug\GD.VideoCapture2.csproj.FileListAbsolute.txt

     文件        912  2015-01-10 10:37  GD.VideoCapture2\obj\Debug\GD.VideoCapture2.csproj.GenerateResource.Cache

     文件      44032  2015-01-10 10:37  GD.VideoCapture2\obj\Debug\GD.VideoCapture2.dll

     文件       8827  2015-01-10 10:37  GD.VideoCapture2\obj\Debug\GD.VideoCapture2.FormVideoAforge.resources

     文件      50688  2015-01-10 10:37  GD.VideoCapture2\obj\Debug\GD.VideoCapture2.pdb

     文件        450  2014-11-22 15:24  GD.VideoCapture2\obj\Debug\GenerateResource.read.1.tlog

     文件        292  2014-11-22 15:24  GD.VideoCapture2\obj\Debug\GenerateResource.write.1.tlog

............此处省略21个文件信息

评论

共有 条评论