Page 1 of 1
qKinect in v2.5.0
Posted: Fri Jul 19, 2013 9:37 am
by jsm
Hi,
I have just downloaded the windows zip of CloudCompare v2.5.0.
When running CloudCompare from it, I can not access any qKinect button in the "plugin" tab.
Where can I find it ?
Thanks,
JS
Re: qKinect in v2.5.0
Posted: Fri Jul 19, 2013 10:46 am
by daniel
First, check that you have the 'QKINECT_PLUGIN_DLL.dll' file in the plugins folder of CloudCompare.
If yes, then look at the console when CC starts: is there any error message regarding plugins in general of this one in particular?
Eventually, to use qKinect you need to have libfreenect driver installed (see
http://openkinect.org/wiki/Getting_Star ... stallation)
Re: qKinect in v2.5.0
Posted: Fri Jul 19, 2013 12:43 pm
by jsm
Yes you are right. I have the '.dll' file but there is an error when CC tries to load it. I am currently trying to install libfreenect (still some problems...). Is there any link with this problem concerning the loading of 'QKINECT_PLUGIN_DLL.dll' ?
Re: qKinect in v2.5.0
Posted: Fri Jul 19, 2013 4:12 pm
by jsm
I should have precise the error message. CC can not load 'QKINECT_PLUGIN_DLL.dll' since it is in the 'plugin' folder. The error is :
'Cannot load library .../plugins/QKINECT_PLUGIN_DLL.dll: Le module spécifié est introuvable.'
Is there a problem with QKINECT_PLUGIN_DLL.dll ? Is it well compiled ?
Thanks
JS
Re: qKinect in v2.5.0
Posted: Fri Jul 19, 2013 4:38 pm
by daniel
In fact this message is sent by Qt when it fails to load a plugin. In this case it's because another DLL (probably one of libfreenect or libusb) couldn't be found. Therefore the plugin can't be dynamically loaded when CC starts. There shouldn't be any problem with the DLL itself.
Re: qKinect in v2.5.0
Posted: Mon Jul 22, 2013 8:36 am
by jsm
Yes ! It works ! I just reinstalled the drivers as explained in
http://openkinect.org/wiki/Getting_Star ... stallation
I think the previous installed drivers were those of PrimeSense...
Thanks again,
JS