Search found 9 matches

by Pepek
Tue Jul 12, 2016 1:44 pm
Forum: Plugins
Topic: Robot based scanning system with TCP plug-in development problems
Replies: 15
Views: 10009

Re: Robot based scanning system with TCP plug-in development problems

Click Help->About... in Cloud Compare. If you're Windows user CC 2.7.0 you will see message like this: Version: 2.7.0 [Windows 64 bits] Compiled with MSVC 1800 and Qt 5.6.0 This means that Visual Studio 2013 and QT 5.6.0 was used to compile CC. You can find it here: https://download.qt.io/archive/qt...
by Pepek
Tue Jul 12, 2016 9:21 am
Forum: Plugins
Topic: Robot based scanning system with TCP plug-in development problems
Replies: 15
Views: 10009

Re: Robot based scanning system with TCP plug-in development problems

Thanks for help so far. One quick question. There is no dedicated class for infinite plane with equation and point projection utilities? Just ccPlane class?
by Pepek
Tue Jun 21, 2016 9:07 am
Forum: Plugins
Topic: Licence for plug-ins
Replies: 1
Views: 2719

Licence for plug-ins

Hi, me and my company are interested in using CC commercially. We did plug-in for robot based scanning system and we are happy with results. Now we want to develop more plug-ins working with the system. As result should our work be also released under GPL v2 as it is derivative work of CC? I didn’t ...
by Pepek
Mon Jun 15, 2015 9:33 am
Forum: Plugins
Topic: Robot based scanning system with TCP plug-in development problems
Replies: 15
Views: 10009

Re: Robot based scanning system with TCP plug-in development problems

Now, I have my system working. We need to do mechanism to export/import cloud data in our format. Is there possibility to add something like that from plugin into load/save window (some kind of importer/exporter) without recompiling all CC? Or do I need to do it as separate seve/load action in my pl...
by Pepek
Wed May 13, 2015 11:14 am
Forum: Plugins
Topic: Robot based scanning system with TCP plug-in development problems
Replies: 15
Views: 10009

Re: Robot based scanning system with TCP plug-in development problems

Thanks a lot, everything works as intended! Robot scans objects and sends data to CC via my plug-in. One more thing for now. It would be nice to see compiler that was used to build current CC version. In QT Creator there is "About" in help menu and there is info "Based on Qt 5.4.1 (MS...
by Pepek
Wed Apr 29, 2015 11:04 am
Forum: Plugins
Topic: Robot based scanning system with TCP plug-in development problems
Replies: 15
Views: 10009

Re: Robot based scanning system with TCP plug-in development problems

Where did you found 64 bit version of Qt for VS 2012? Official site has only 32 bit version. I found 5.4.1 x64 for VS 2012 version on this site http://tver-soft.org/qt64 but their repo with previous versions is dead. And 5.4.1 version is not compatible with CC 2.6.1. Do you compile your own version?
by Pepek
Tue Apr 28, 2015 11:47 am
Forum: Plugins
Topic: Robot based scanning system with TCP plug-in development problems
Replies: 15
Views: 10009

Re: Robot based scanning system with TCP plug-in development problems

I managed to write basic plugin version and it works. Now I want to compile it, so that I will just give people my plugin dll, and Qt network dll and they can download CC from internet. The problem is when I copied my plugin dll and Qt's network into CC folder/plugin folder and I started CC I got &q...
by Pepek
Sun Apr 05, 2015 9:30 pm
Forum: Plugins
Topic: Robot based scanning system with TCP plug-in development problems
Replies: 15
Views: 10009

Re: Robot based scanning system with TCP plug-in development problems

Thank for support.
I am using QT 5 on windows. I queses that I need to add this library in CMakeInclude.cmake too? I found some examples as ExportPLCDlls.cmake. I will test it as soon I will return from spring break.
by Pepek
Thu Apr 02, 2015 8:14 am
Forum: Plugins
Topic: Robot based scanning system with TCP plug-in development problems
Replies: 15
Views: 10009

Robot based scanning system with TCP plug-in development problems

Hello. I am developing program for robot based scanning system. CloudCompare would be perfect environment for our project, it helps with 3D cloud of points a lot. I am trying to develop plug-in for CC that would help us, but I am only intermediate programmer and I have problems with QT, dll and so o...