我正试图找到一种简单、无错误的方式来安装我的Ubuntu版本的kinect。使用apt缓存,我有一个原始感知和.的官方列表。也许是开放式的,如下所示:
libopenni-sensor-primesense-dev - Microsoft Kinect sensor modules for the OpenNI framework
libopenni-sensor-primesense0 - Microsoft Kinect sensor modules for the OpenNI framework
openni-sensor-primesense-bin - Microsoft Kine
我试图在OpenNI中使用kinect,当我试图构建任何程序时,它不会给出任何生成错误,但是我在命令行中得到了这些错误
CvCapture_OpenNI::readCameraParams : Could not read property "ShadowValue"!
CvCapture_OpenNI::CvCaptureOpenNI: Could not read camera paramerers
done.
Can not open a capture object.
我试图构建(kinect_maps.cpp)与OpenCV提供的,仍然给出同样的错误。
我在Windo
if (body.IsTracked)
{
//if (body.HandLeftState.Equals(HandState.Lasso))
//lbHandState.Content = body.HandLeftState;
// Find the left hand state
switch (body.HandLeftSta
我知道Kinect for 360可以运行在pi上,但是,我发现没有人试图对xbone的新Kinect做同样的操作。我想知道,它甚至有可能运行Kinect的最新的Raspberry Pi,因为Kinect需要这么多的图形处理能力运行?如果是的话,是否有可能在Windows10 IoT中为它构建一个应用程序,还是必须使用一个基于linux的操作系统来完成呢?
我在Ubuntu14.04上尝试编译这个程序,用kinect生成点云
/*
* This file is part of the OpenKinect Project. http://www.openkinect.org
*
* Copyright (c) 2010 individual OpenKinect contributors. See the CONTRIB file
* for details.
*
* Andrew Miller <amiller@dappervision.com>
*
* This code is licensed to you u
我正在尝试运行视觉处理python代码,通过Raspberry Pi和Microsoft Kinect摄像头。我在Ubuntu上运行的代码运行得很好,但它在RPi上却无法执行同样的操作。我想我已经在上面安装了所有的库...
我甚至尝试了以下简单的代码:
import freenect
ir, data = freenect.sync_get_video(format=freenect.VIDEO_IR_8BIT)
print ir
它不工作,它被卡住了。可能的原因是什么?也许kinect和raspberry Pi不能在一起工作?
注意:当我尝试"freenect