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

资源简介

摄像头录制功能

资源截图

代码片段和文件信息

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

using System.Runtime.InteropServices;

namespace 摄像头监控录像
{
    ///      
    ///   一个控制摄像头的类   
    ///   
   
    public class cVideo
    {
        //导入API函数
        [DllImport(“avicap32.dll“)]
        private static extern IntPtr capCreateCaptureWindowA(byte[] lpszWindowName int dwstyle int x int y int nWidth int nHeight IntPtr hWndParent int nID);
        [DllImport(“avicap32.dll“)]
        private static extern int capGetVideoFormat(IntPtr hWnd IntPtr psVideoFormat int wSize);
        [DllImport(“User32.dll“)]
        private static extern bool SendMessage(IntPtr hWnd int wMsg int wParam int lParam);
        //常量设置
        private const int WM_USER = 0x400;
        pr

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

     文件       5458  2009-03-12 14:24  摄像头监控录像 bei\Backup\Class1.cs

     文件       1212  2013-06-30 18:19  摄像头监控录像 bei\Backup\Form1.cs

     文件       4332  2009-02-16 11:18  摄像头监控录像 bei\Backup\Form1.designer.cs

     文件       5814  2009-02-16 11:18  摄像头监控录像 bei\Backup\Form1.resx

     文件        539  2013-06-30 18:19  摄像头监控录像 bei\Backup\Program.cs

     文件       1374  2009-02-16 11:17  摄像头监控录像 bei\Backup\Properties\AssemblyInfo.cs

     文件       2892  2009-02-16 11:17  摄像头监控录像 bei\Backup\Properties\Resources.Designer.cs

     文件       5612  2009-02-16 11:17  摄像头监控录像 bei\Backup\Properties\Resources.resx

     文件       1106  2009-02-16 11:17  摄像头监控录像 bei\Backup\Properties\Settings.Designer.cs

     文件        249  2009-02-16 11:17  摄像头监控录像 bei\Backup\Properties\Settings.settings

     文件       3825  2009-03-12 14:24  摄像头监控录像 bei\Backup\摄像头监控录像.csproj

     文件        931  2009-02-16 11:17  摄像头监控录像 bei\Backup\摄像头监控录像.sln

    ..A..H.     17920  2009-03-12 14:25  摄像头监控录像 bei\Backup\摄像头监控录像.v12.suo

     文件      11776  2014-02-12 16:46  摄像头监控录像 bei\bin\Debug\摄像头监控录像.exe

     文件      24064  2014-02-12 16:46  摄像头监控录像 bei\bin\Debug\摄像头监控录像.pdb

     文件      22704  2014-02-12 17:50  摄像头监控录像 bei\bin\Debug\摄像头监控录像.vshost.exe

     文件        490  2010-03-17 22:39  摄像头监控录像 bei\bin\Debug\摄像头监控录像.vshost.exe.manifest

     文件       5458  2009-03-12 14:24  摄像头监控录像 bei\Class1.cs

     文件       1212  2013-06-30 18:19  摄像头监控录像 bei\Form1.cs

     文件       4332  2009-02-16 11:18  摄像头监控录像 bei\Form1.designer.cs

     文件       5814  2009-02-16 11:18  摄像头监控录像 bei\Form1.resx

     文件        791  2014-02-12 16:46  摄像头监控录像 bei\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6801  2014-02-12 17:50  摄像头监控录像 bei\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       4608  2014-02-12 16:46  摄像头监控录像 bei\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件        806  2014-02-12 17:50  摄像头监控录像 bei\obj\Debug\摄像头监控录像.csproj.FileListAbsolute.txt

     文件        847  2014-02-12 16:46  摄像头监控录像 bei\obj\Debug\摄像头监控录像.csproj.GenerateResource.Cache

     文件       1759  2014-02-12 16:46  摄像头监控录像 bei\obj\Debug\摄像头监控录像.csprojResolveAssemblyReference.cache

     文件      11776  2014-02-12 16:46  摄像头监控录像 bei\obj\Debug\摄像头监控录像.exe

     文件        180  2014-02-12 16:46  摄像头监控录像 bei\obj\Debug\摄像头监控录像.Form1.resources

     文件      24064  2014-02-12 16:46  摄像头监控录像 bei\obj\Debug\摄像头监控录像.pdb

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

评论

共有 条评论