Error with Matlabfunctions within the new Version 2015b (pcfromkinect, depthtopointcloud)
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Madhura Suresh
el 24 de Nov. de 2015
This function and the Image Acquistion toolbox only work with the Kinect for Windows sensor, and not with the XBOX 360.
2 comentarios
sai vallikat
el 27 de Feb. de 2016
Is there any solution found for this problem.?
Please help !
Thanks..
Walter Roberson
el 27 de Feb. de 2016
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."
Ver también
Categorías
Más información sobre Kinect For Windows Sensor en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!