kinect Questions
3
Solved
I am trying to reduce the frame/window size of my video capture to 320x180 but I can't seem to do it. I am using a Windows Kinect for Xbox One and its connected to my pc using an adapter.
I have t...
Northing asked 26/8, 2019 at 15:2
9
Solved
First of all: I'm using Microsoft Visual Studio 2012
I am a C#/Java developer and I am now trying to program for the kinect using Microsoft SDK and C++. So I started of with the Color Basics examp...
Pokpoke asked 5/10, 2012 at 14:58
2
I work about one project. We generate a mesh 3D and I need to calculate few volumes of an 3D object.
I don't know how to calculate that, too less math knowledge I think. Is there a way to calulate...
3
I'm trying to do some segmentation on a pointcloud from a kinect one in ROS. As of now i have this:
import rospy
import pcl
from sensor_msgs.msg import PointCloud2
import sensor_msgs.point_cloud2 ...
Ulterior asked 29/9, 2016 at 13:59
5
Solved
I am developing an application When an kinect sensor detects an skeleton that person can work on it if other person comes near to the existing user it detects the second person.
I want to restrict ...
2
I am developing a prototype speech to text captioning application for a University project. I am going to be using gesture recognition within my project late on, so I thought it would be a good ide...
Morpheus asked 3/12, 2011 at 17:31
3
Solved
So I'm trying to simulate the left mouse click and the left mouse release to do some automated dragging and dropping.
It's currently in a C# Winforms (Yes, winforms :|) and is being a bit of a goo...
Whall asked 19/12, 2011 at 13:3
10
This is what I'm trying to do:
private KinectAudioSource CreateAudioSource()
{
var source = KinectSensor.KinectSensors[0].AudioSource;
source.NoiseSuppression = _isNoiseSuppressionOn;
source.Au...
3
Solved
So I finally got my two Kinect v2's in the mail, and was looking forward to get some raw data from them and see how much they interfere with each other. I went to go download the SDK, and for some ...
Grog asked 23/7, 2014 at 4:40
2
Solved
I'm exploring the feasibility of running a C# Kinect Visual Gesture Program (something like Continuous Gesture Basics project https://github.com/angelaHillier/ContinuousGestureBasics-WPF) inside of...
5
Solved
Could anyone get the camera data from the Kinect using a Raspberry Pi ?
We would like to make a wireless Kinect connecting it using Ethernet or WiFi. Otherwise, let me know if you have a working a...
Plicate asked 19/7, 2013 at 10:7
1
Solved
I need to send video from a Kinect camera through a network. I'm capturing video from the following two Kinect sources:
2D color video (RGB). 32 bits per pixel. 640x480 at 30fps.
Depth data (D). 1...
Washerman asked 15/12, 2015 at 10:30
3
i want to store uncompressed frames from a device as a video, but i need to know how to choose " Full Frames (Uncompressed) " as a codec for the VideoWriter (in emgu aka openCV).
Iam able to choos...
Marchland asked 26/11, 2016 at 18:33
1
Solved
I have the following code. I am trying to save a 16 bit depth image which I retrieve from Kinect v1 as a png file. I wrote the following code sample:
def display_depth(dev, data, timestamp):
globa...
4
I’ve been trying to run the “tutorial to get started” with the Kinect libraries (http://nicolas.burrus.name/index.php/Research/KinectUseNestk) but I stumbled across an error.
When I try the follow...
3
Solved
I am reading a csv file in python and preparing a dataframe out of it. I have a Microsoft Kinect which is recording Arm Abduction exercise and generating this CSV file.
I have this array of Y-Coo...
1
Solved
I would like to store the motion capture data from Kinect 2 as a BVH file. I found code which does so for Kinect 1 which can be found here. I went through the code and found several things that I w...
Predict asked 26/5, 2015 at 8:41
2
Solved
I need to capture the color RGB image from a Kinnect camera, but I want to show it in OpenCV as this is only a part of a bigger program. I know OpenCV has compatibility with OpenNI if you set the f...
Detradetract asked 12/4, 2013 at 8:38
8
Let me explain my need before I explain the problem.
I am looking forward for a hand controlled application.
Navigation using palm and clicks using grab/fist.
Currently, I am working with Openni, ...
Premed asked 14/2, 2014 at 11:12
2
Solved
currently I am developing a tool for the Kinect for Windows v2 (similar to the one in XBOX ONE). I tried to follow some examples, and have a working example that shows the camera image, the depth i...
Asymptomatic asked 11/9, 2014 at 13:18
3
Solved
I recently updated a PC to Windows 8.1 in order to make it compatible to Kinect v2. It's an ASUS N53S with the following specs:
CPU: Intel Core i7 - 2670QM (2.2GHz)
RAM: 16 GB
GPU: GEForce ...
Ochrea asked 15/6, 2015 at 13:16
1
I recently started working with the Kinect V2 on Linux with pylibfreenect2.
When I first was able to show the depth frame data in a scatter plot I was disappointed to see that none of the depth pi...
Thyrotoxicosis asked 20/12, 2016 at 11:24
7
Solved
How precise is the depth camera in the kinect?
range?
resolution?
noise?
Especially I'd like to know:
Are there any official specs about it from Microsoft?
Are there any scientific papers ...
1
Solved
I've just setup libfreenect2 on OSX 10.11.5 and I can successfully run the Protonect demo displaying RGB/IR/depth streams, but I'd like to use OpenNI/NITE for skeleton tracking as well.
I've foll...
Pragmatism asked 24/8, 2016 at 21:56
4
I'm working with a given dataset using OpenCV, without any Kinect by my side. And I would like to map the given depth data to its RGB counterpart (so that I can get the actual color and the depth)
...
Insignificant asked 9/6, 2013 at 18:3
1 Next >
© 2022 - 2024 — McMap. All rights reserved.