• 大小: 0.04M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 摄像头  拍照  C#  c  源码  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;

using System.Runtime.InteropServices;
using System.Drawing.Design
;

namespace Ex13_08
{
    public class VideoAPI  //视频API类
    {
        //  视频API调用
        [DllImport(“avicap32.dll“)]
        public static extern IntPtr capCreateCaptureWindowA(byte[] lpszWindowName int dwstyle int x int y int nWidth int nHeight IntPtr hWndParent int nID);
        [DllImport(“avicap32.dll“)]
        public static extern bool capGetDriverDescriptionA(short wDriver byte[] lpszName int cbName byte[] lpszVer int cbVer);
        [DllImport(“User32.dll“)]
        public static extern bool SendMessage(IntPtr hWnd int wMsg bool wParam int lParam);
        [DllImport(“User32.dll“)]
        public static extern bo

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2010-04-06 13:10  Ex13_08\
     文件         910  2007-07-11 11:33  Ex13_08.sln
     文件       15360  2007-07-11 11:33  Ex13_08.suo
     目录           0  2010-04-06 13:10  Ex13_08\bin\
     目录           0  2010-04-06 13:10  Ex13_08\bin\Debug\
     文件       20480  2007-07-11 11:33  Ex13_08\bin\Debug\Ex13_08.exe
     文件       28160  2007-07-11 11:33  Ex13_08\bin\Debug\Ex13_08.pdb
     文件        5632  2007-07-11 11:33  Ex13_08\bin\Debug\Ex13_08.vshost.exe
     文件        3430  2007-07-11 11:33  Ex13_08\Class1.cs
     文件        3258  2007-07-11 11:33  Ex13_08\Ex13_08.csproj
     文件        1542  2007-07-11 11:33  Ex13_08\Form1.cs
     文件        4685  2007-07-11 11:33  Ex13_08\Form1.Designer.cs
     文件        5814  2007-07-11 11:33  Ex13_08\Form1.resx
     目录           0  2010-04-06 13:10  Ex13_08\obj\
     目录           0  2010-04-06 13:10  Ex13_08\obj\Debug\
     文件         842  2007-07-11 11:33  Ex13_08\obj\Debug\Ex13_08.csproj.GenerateResource.Cache
     文件       20480  2007-07-11 11:33  Ex13_08\obj\Debug\Ex13_08.exe
     文件         180  2007-07-11 11:33  Ex13_08\obj\Debug\Ex13_08.Form1.resources
     文件       28160  2007-07-11 11:33  Ex13_08\obj\Debug\Ex13_08.pdb
     文件         180  2007-07-11 11:33  Ex13_08\obj\Debug\Ex13_08.Properties.Resources.resources
     目录           0  2010-04-06 13:10  Ex13_08\obj\Debug\Refactor\
     目录           0  2010-04-06 13:10  Ex13_08\obj\Debug\TempPE\
     文件         268  2007-07-11 11:33  Ex13_08\obj\Ex13_08.csproj.FileList.txt
     文件         469  2007-07-11 11:33  Ex13_08\Program.cs
     目录           0  2010-04-06 13:10  Ex13_08\Properties\
     文件        1162  2007-07-11 11:33  Ex13_08\Properties\AssemblyInfo.cs
     文件        2868  2007-07-11 11:33  Ex13_08\Properties\Resources.Designer.cs
     文件        5612  2007-07-11 11:33  Ex13_08\Properties\Resources.resx
     文件        1090  2007-07-11 11:33  Ex13_08\Properties\Settings.Designer.cs
     文件         249  2007-07-11 11:33  Ex13_08\Properties\Settings.settings

评论

共有 条评论