资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using AForge.Controls;
using AForge.Video;
using AForge.Imaging;
using AForge.Math;
using AForge.Video.DirectShow;
using System.Drawing.Imaging;

namespace LocalCamera
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();

        }
        FilterInfoCollection videoDevices;
        VideoCaptureDevice videoSource;
        public int selectedDeviceIndex = 0;
        private void OpenCamera_Click(object sender EventArgs e)
        {
            videoDevices = new FilterInfoCollection(FilterCa

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-08-05 16:49  LocalCamera\
     目录           0  2019-07-30 09:29  LocalCamera\.vs\
     目录           0  2019-07-30 09:29  LocalCamera\.vs\LocalCamera\
     目录           0  2019-07-30 09:29  LocalCamera\.vs\LocalCamera\v16\
     文件       46592  2019-08-05 17:22  LocalCamera\.vs\LocalCamera\v16\.suo
     目录           0  2019-07-30 09:29  LocalCamera\.vs\LocalCamera\v16\Server\
     目录           0  2019-08-05 17:22  LocalCamera\.vs\LocalCamera\v16\Server\sqlite3\
     文件           0  2019-07-30 09:29  LocalCamera\.vs\LocalCamera\v16\Server\sqlite3\db.lock
     文件      700416  2019-08-05 17:22  LocalCamera\.vs\LocalCamera\v16\Server\sqlite3\storage.ide
     文件         189  2019-07-30 09:29  LocalCamera\App.config
     目录           0  2019-07-30 09:29  LocalCamera\bin\
     目录           0  2019-08-05 16:30  LocalCamera\bin\Debug\
     文件       44544  2013-07-17 23:22  LocalCamera\bin\Debug\AForge.Controls.dll
     文件       66108  2013-07-17 23:22  LocalCamera\bin\Debug\AForge.Controls.xml
     文件       17920  2013-07-17 23:15  LocalCamera\bin\Debug\AForge.dll
     文件      262656  2013-07-17 23:19  LocalCamera\bin\Debug\AForge.Imaging.dll
     文件      944046  2013-07-17 23:19  LocalCamera\bin\Debug\AForge.Imaging.xml
     文件       68096  2013-07-17 23:17  LocalCamera\bin\Debug\AForge.Math.dll
     文件      270650  2013-07-17 23:17  LocalCamera\bin\Debug\AForge.Math.xml
     文件       61440  2013-07-17 23:20  LocalCamera\bin\Debug\AForge.Video.DirectShow.dll
     文件      195287  2013-07-17 23:20  LocalCamera\bin\Debug\AForge.Video.DirectShow.xml
     文件       20992  2013-07-17 23:20  LocalCamera\bin\Debug\AForge.Video.dll
     文件       53275  2013-07-17 23:20  LocalCamera\bin\Debug\AForge.Video.xml
     文件       78375  2013-07-17 23:15  LocalCamera\bin\Debug\AForge.xml
     文件        9728  2019-08-05 16:49  LocalCamera\bin\Debug\LocalCamera.exe
     文件         189  2019-07-30 09:29  LocalCamera\bin\Debug\LocalCamera.exe.config
     文件       28160  2019-08-05 16:49  LocalCamera\bin\Debug\LocalCamera.pdb
     文件        1980  2019-08-05 16:49  LocalCamera\Form1.cs
     文件        4701  2019-08-05 16:49  LocalCamera\Form1.Designer.cs
     文件        5817  2019-08-05 16:49  LocalCamera\Form1.resx
     文件        5057  2019-08-05 16:20  LocalCamera\LocalCamera.csproj
............此处省略60个文件信息

评论

共有 条评论