Matlab with ASUS XTION PRO LIVE

1 回表示 (過去 30 日間)
Armando  Perez
Armando Perez 2014 年 3 月 19 日
回答済み: julian tuyin 2016 年 6 月 1 日
Hello,
I want to use an ASUS XTION PRO LIVE device with Image Acquisition Toolbox and Image Processing Toolbox.
I have already installed KinectSDK and KinectDeveloperToolkit but it doesn´t work with ASUS XTION PRO LIVE.
When I use Image Acquisition Toolbox, my device doesn´t appear in the hardware brownser.
Anybody knows how to do that?
Thanks in advance.

回答 (5 件)

Shankar Subramanian
Shankar Subramanian 2015 年 4 月 8 日
Hi Erik and others,
ASUS Xtion PRO is not supported by Image Acquisition Toolbox. The Kinect adaptor supports only Microsoft Kinect for Windows Sensor ( Kinect for Windows Support Package )
Thanks
Shankar

arash
arash 2014 年 11 月 20 日
Did you find Any Solution?

Ana Gerós
Ana Gerós 2015 年 2 月 10 日
Hi,
I have the same doubt. I've installed all the KinectSDK (1.7) and the installation package of the camera. However, when I innitialize Matlab and call for info = imaqhwinfo('kinect'); what I get is:
info =
AdaptorDllName: 'C:\MATLAB\SupportPackages\R2014a\kinectruntime\adaptor\win64\mwkinectimaq.dll'
AdaptorDllVersion: '4.7 (R2014a)'
AdaptorName: 'kinect'
DeviceIDs: {1x0 cell}
DeviceInfo: [1x0 struct]
That means that I have not a device connect.
What should I do? Does anyone can help me?
Thank you*
  1 件のコメント
Alaa hejer
Alaa hejer 2015 年 2 月 18 日
Hi every one could help me I have the same problem

サインインしてコメントする。


Erik S.
Erik S. 2015 年 2 月 18 日
Does it help to install the software packages for usb webcams and OS generic video interface?

julian tuyin
julian tuyin 2016 年 6 月 1 日
the only way i've found is:
but its a bit complex it just works on matlab 2010b or 2010a patched with this, i had to install visual studio 2010 expreess and windows sdk,
and finaly change mxniupdatecontext.cpp on line 24, with:
//g_Context.WaitAndUpdateAll();
g_Context.WaitAnyUpdateAll();
after that it works good.
i hope matlab supports this soon....

Community Treasure Hunt

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

Start Hunting!

Translated by