Very few kinect device properties

조회 수: 2 (최근 30일)
Ashray Malhotra
Ashray Malhotra 2014년 11월 26일
편집: Madhura Suresh 2017년 9월 13일
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.

채택된 답변

Anchit Dhar
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
Madhura Suresh
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개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by