1 Star 4 Fork 3

FelixWang810/Kinect动作捕捉软件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AzureKinectFunc.h 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
FelixWang810 提交于 2020-09-18 15:11 +08:00 . 功能代码
#pragma once
#ifndef _AZUREKINECTFUNC_H
#define _AZUREKINECTFUNC_H
#include <k4a/k4a.h>
#include <k4abt.h>
#include <opencv2/opencv.hpp>
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
class AzureKinect {
public:
AzureKinect();
int cameraCapture(int CapFreq, int CapTimes);
int cameraShutDown();
private:
k4a_device_t device;
k4abt_tracker_t tracker;
bool m_bOpen;
};
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/felixwang810/kinect-motion-capture-software.git
git@gitee.com:felixwang810/kinect-motion-capture-software.git
felixwang810
kinect-motion-capture-software
Kinect动作捕捉软件
master

搜索帮助