Re: Cannot load plugin qPCL
Posted: Tue Mar 17, 2015 12:19 pm
Interesting side effect. I'll look in this direction then (before compiling qRansac, was qPCL the only plugin?)
Open-source point cloud editing software
https://www.cloudcompare.org/forum/
olivierl wrote: ↑Thu Mar 05, 2015 10:27 am Hi Daniel,
Thank you for your answer, it was very helpful. I could start cloudcompare with the pcl plugin using prebuilt pcl. I had to edit the PATH variable for that and add: "D:\DEV\PCL\3rdParty\VTK\bin;D:\DEV\CloudCompare\install\CloudCompare_debug;D:\DEV\PCL\bin;D:\DEV\Qt\5.2.1\msvc2012_64_opengl\bin".
It's a bit dirty, because I needed to compile VTK to get it detected by cloudcompare cmake (VTK of PCL-pre-built was not detected) but eventually I use VTK of PCL-prebuilt.
So, when I launch cloudcompare compiled with pcl plugin, I can see in the console the following messages:Meaning that the plugins are loaded.Code: Select all
[11:13:02] Plugins lookup dir.: D:/DEV/CloudCompare/install/CloudCompare_debug/plugins [11:13:02] Found new plugin: 'QCSV_MATRIX_IO_PLUGINd.dll' [11:13:02] plugin name: [CSV Matrix I/O filter] [11:13:02] file extension: CSV [11:13:02] Found new plugin: 'QPCL_IO_PLUGINd.dll' [11:13:02] plugin name: [PCL I/O filter] [11:13:02] file extension: PCD [11:13:02] Found new plugin: 'QPCL_PLUGINd.dll' [11:13:02] plugin name: [PCL wrapper]
Similarly, in menu Help>About Plugins.., QCSV, QPCL_IO and QPCL plugins are detected.
But... the plugin menu is disabled, and I can not access to the PCL plugin
Any idea?
Thanks,
Olivier
PS: I am trying to postpone PCL compilation on windows as it seems many people have difficulties with that.