PCL——获取Kinect设备

获取Kinect设备代码如下: #include<iostream> #include "kinect.h" int main() { printf("Hello, Wellcome to kinect world!\n"); IKinectSensor* bb; //申请一个Sensor指针 名称为bb HRESULT hr = GetDefaultKinectSensor(&bb); /
相关文章
相关标签/搜索