Very few kinect device properties
2 次查看(过去 30 天)
显示 更早的评论
When I run the tutorial given here(the src command) http://in.mathworks.com/help/imaq/acquiring-image-and-skeletal-data-using-the-kinect.html
In the device specific properties I only get
Device Specific Properties:
CameraElevationAngle = 16
FrameRate = 30
I am using a Kinect v1 sensor. Am I doing something wrong or the other properties come only in sensor v2. Thanks for the information.
0 个评论
采纳的回答
Anchit Dhar
2014-11-26
There is an issue on this page.
The object creation code: vid = videoinput('kinect',1,'RGB_640x480');
creates the object for the color device. The skeleton Tracking properties shown are on the Depth device. So, the object should be created for the depth object instead,as shown below: vid = videoinput('kinect',2);
2 个评论
Jose Marques
2017-9-8
Hello Anchit Dhar! I am having some troubles:
May you help me?
Madhura Suresh
2017-9-13
编辑:Madhura Suresh
2017-9-13
Hi Jose,
Looks like you are using an XBOX 360 with MATLAB, it is not supported. We only support the Kinect for V1 sensor.
Starting release R2016a, we support the Kinect V2 sensor and the XboX one sensor.
Madhura
更多回答(0 个)
另请参阅
类别
Test and Measurement
Image Acquisition Toolbox
Image Acquisition Toolbox Supported Hardware
Kinect For Windows Sensor
Image Processing and Computer Vision
Image Acquisition Toolbox
Image Acquisition Toolbox Supported Hardware
Kinect For Windows Sensor
Test and Measurement
Image Acquisition Toolbox
Image Data Acquisition
Acquisition Using Kinect for Windows Hardware
显示更多
在 Help Center 和 File Exchange 中查找有关 Kinect For Windows Sensor 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!