资源简介
运行实例: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;
};
- 上一篇:把脉 VC++ 完整光盘源码
- 下一篇:用C++编写的贺卡程序
相关资源
- c#调用c++DLL,dll有二维数组
- 使用C#开发ActiveX控件(含教程)源码
- 神思读卡器开发包
- TFTP服务器端
- Leetcode Top100题目和答案(C#完整版 面
- 仪表控件-pc上运行(C# && C++)
- TDMS官方Dll开发包,
- C#封装C++DLL并调用
- VS2015 C++和C++的通过SOAP的WebService,C
- C#调用C++的DLL
- C#+opencv拍照和图片对比
- FastReport_.NET_NetFx2-NetFx4_2019.3.5全功能破
- 数据结构(C语言版)
- Visual Studio C#+SQL Server数据库开发与
- modbus tcp/rtu客户端服务端通讯程序合集
- 精通net互操作pdf带目录
- C#_IFC_Viewer_Editor 最新Csharp源码 2017_
- 讯飞windows端语音识别一套是基于QT设
- C# Csharp 调用 C++的DLL中的回调函数
- c#调用c++的可变参数
- Visual C++开发GIS系统第2版
- 编译好的GDAL库,含GEOS和PROJ,以及C
- Visual C#.NET串口通信及测控应用典型
- C++C#互通DES加密算法
- C#图解教程.pdf
- C#开发FFMPEG(API方式) FFmpeg拉取RTMP流
- C#程序设计经典300例源代码
- 在VS2015中用C++创建DLL并用C#调用且同时
- Visual Studio C#数据库开发经典案例
- C++基于HTTP的POST上传,C#的网站接收并
评论
共有 条评论