基本信息
源码名称:高拍仪编码
源码大小:0.31M
文件格式:.rar
开发语言:C#
更新时间:2024-11-26
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
需安装相关组件才能用,这是一个基于 Windows Forms 的应用程序,主要用于控制和操作摄像头设备。代码中使用了 EloamView 控件来管理摄像头设备,并提供了用户界面来选择摄像头、设置分辨率、调整视频模式、旋转视频、扫描二维码、获取图像信息等功能

高拍仪

└── WindowsFormsApplication1
    ├── Form1.Designer.cs
    ├── Form1.cs
    ├── Form1.resx
    ├── Program.cs
    ├── Properties
    │   ├── AssemblyInfo.cs
    │   ├── Resources.Designer.cs
    │   ├── Resources.resx
    │   ├── Settings.Designer.cs
    │   └── Settings.settings
    ├── WindowsFormsApplication1.csproj
    ├── WindowsFormsApplication1.sln
    ├── WindowsFormsApplication1.suo
    ├── bin
    │   ├── Debug
    │   │   ├── WindowsFormsApplication1.vshost.exe
    │   │   └── WindowsFormsApplication1.vshost.exe.manifest
    │   └── Release
    │       ├── 1.jpg
    │       ├── AxInterop.EloamThumbnailLib.dll
    │       ├── AxInterop.EloamViewLib.dll
    │       ├── Interop.EloamThumbnailLib.dll
    │       ├── Interop.EloamViewLib.dll
    │       ├── WindowsFormsApplication1.exe
    │       ├── WindowsFormsApplication1.pdb
    │       ├── WindowsFormsApplication1.vshost.exe
    │       └── WindowsFormsApplication1.vshost.exe.manifest
    └── obj
        └── x86
            ├── Debug
            │   ├── AxInterop.EloamThumbnailLib.dll
            │   ├── AxInterop.EloamViewLib.dll
            │   ├── DesignTimeResolveAssemblyReferences.cache
            │   ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   ├── Interop.EloamThumbnailLib.dll
            │   ├── Interop.EloamViewLib.dll
            │   ├── TempPE
            │   ├── WindowsFormsApplication1.csproj.FileListAbsolute.txt
            │   └── WindowsFormsApplication1.csproj.ResolveComReference.cache
            └── Release
                ├── AxInterop.EloamThumbnailLib.dll
                ├── AxInterop.EloamViewLib.dll
                ├── DesignTimeResolveAssemblyReferences.cache
                ├── DesignTimeResolveAssemblyReferencesInput.cache
                ├── Interop.EloamThumbnailLib.dll
                ├── Interop.EloamViewLib.dll
                ├── TempPE
                ├── WindowsFormsApplication1.Form1.resources
                ├── WindowsFormsApplication1.Properties.Resources.resources
                ├── WindowsFormsApplication1.csproj.FileListAbsolute.txt
                ├── WindowsFormsApplication1.csproj.GenerateResource.Cache
                ├── WindowsFormsApplication1.csproj.ResolveComReference.cache
                ├── WindowsFormsApplication1.exe
                └── WindowsFormsApplication1.pdb

11 directories, 44 files