Kinect sensor not connecting?
古いコメントを表示
i have a windows kinect sensor and i am trying to connect it using matlab but it is giving error : Error: There are no devices installed for the specified ADAPTORNAME. See IMAQHWINFO. I already installed all the packages needed for kinect but it is still not connecting.please help me out Thanks
5 件のコメント
Sailesh Sidhwani
2017 年 8 月 30 日
A possible reason could be even though the adaptor is installed, MATLAB is not able to detect the kinect sensor. Please share your output for
imaqhwinfo('kinect')
This will list all the kinect devices being detected in MATLAB. Additionally, also check if the sensor is working outside of MATLAB. Follow the troubleshooting steps for using kinect with Image Acquisition Toolbox in the link below:
Dylan Staudmyer
2018 年 1 月 19 日
after including all of the support packages and successfully installing them, i again entered
imaqhwinfo('kinect')
which works, but then shows no devices, which there should be 2 devices... help?
(What is shown):
AdaptorDllName: 'C:\ProgramData\MATLAB\SupportPackages\R2017b\toolbox\imaq\supportpackages\kinectruntime\adaptor\win64\mwkinectimaq.dll'
AdaptorDllVersion: '5.3 (R2017b)'
AdaptorName: 'kinect'
DeviceIDs: {1×0 cell}
DeviceInfo: [1×0 struct]
Walter Roberson
2018 年 1 月 19 日
What kind of Kinect are you installing? The XBox Kinect versions will not be detected in current releases of MATLAB (in older releases they were detected but were not fully functional.)
Mitchell Bako
2018 年 3 月 21 日
I too get the same message as Dylan. I am installing Kinect V1 and using MATLAB version R2017a. I'm guessing my version of MATLAB is too new to detect the kinect sensors?
ini kalu
2018 年 7 月 11 日
I too get same message as Dylan. I am using Kinect v2 and matlab R2017a. Do we have to switch it back to matlab 2016 version?
回答 (0 件)
カテゴリ
さらに表示
ヘルプ センター および 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!