Very few kinect device properties

2 vues (au cours des 30 derniers jours)
Ashray Malhotra
Ashray Malhotra le 26 Nov 2014
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.

Réponse acceptée

Anchit Dhar
Anchit Dhar le 26 Nov 2014
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 commentaires
Jose Marques
Jose Marques le 8 Sep 2017
Madhura Suresh
Madhura Suresh le 13 Sep 2017
Modifié(e) : Madhura Suresh le 13 Sep 2017
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

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by