Error with Matlabfunctions within the new Version 2015b (pcfromkinect, depthtopointcloud)
이전 댓글 표시
Hi,
i have been working with the Windows Kinect V1 and Matlab 2015a.
I used the function "depthtopointcloud" (and tried the new function "pcfromkinect") and it worked fine on 2015a but with the new version i get the same error for both functions available:
No public property InputDepthMap exists for class videosource.
Error in imaq.internal.KinectColor2DepthMap
Error in vision.internal.visionKinectColorToSkeleton
Error in pcfromkinect (line 96)
vision.internal.visionKinectColorToSkeleton(depthDevice, depthImage, colorImage, isDepthCentric);
Error in kinect_image (line 22)
ptCloud = pcfromkinect(depthDevice,depthImage,colorImage);
So my question pretty much is: Is there a fix for this coming soon? Or is there any way to solve the problem of creating a pointcloud with the new version of matlab?
Thanks in advance
Tobias
댓글 수: 3
Shruti Sapre
2015년 11월 16일
Hi Tobias,
The issue mentioned above seems to have occurred often when using an XBOX sensor, which is not supported by the Image Acquisition Toolbox. Could you confirm the device being used and share a sample code? Are you also working with the Computer Vision Toolbox for this function?
-Shruti
Tobias
2015년 11월 20일
Madhura Suresh
2015년 11월 24일
See answer.
답변 (1개)
Madhura Suresh
2015년 11월 24일
0 개 추천
This function and the Image Acquistion toolbox only work with the Kinect for Windows sensor, and not with the XBOX 360.
댓글 수: 2
sai vallikat
2016년 2월 27일
Is there any solution found for this problem.?
Please help !
Thanks..
Walter Roberson
2016년 2월 27일
No, the Kinect XBOX 360 depth sensors are not going to be supported.
The Kinect XBOX 360 depth sensors use an undocumented interface that is different than the Kinect for Windows sensors, and Microsoft decided to lock the interface down, made it inaccessible, and will not release the specifications. This was considered rather odd because the policy for Kinect for Windows was very open.
Anyhow, it is not just a matter of "Mathworks has not gotten around to it", it is a matter of "Microsoft does not want people to be able to do this."
카테고리
도움말 센터 및 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!