• 大小: 4.49MB
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2023-08-16
  • 语言: C/C++
  • 标签: 奥比中光  C#  

资源简介

运行实例:NiWrapper.Net\Samples\bin\x86_Debug\NiViewer.Net.exe 可以调用深度镜头,color镜头,红外镜头,得到视频流 包含C#源程序 实现:C#是调用C++编译后的dll

资源截图

代码片段和文件信息

/*
    Copyright (C) 2013 Soroush Falahati - soroush@falahati.net

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License or (at your option) any later version.

    This library is distributed in the hope that it will be useful
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not write to the Free Software
    Foundation Inc. 51 Franklin Street Fifth Floor Boston MA  02110-1301  USA
*/

struct WrapperArray
{
    int Size;
    void* Data;
    void* Handle;
};

评论

共有 条评论