Hi Keshav, there is a bundle called "org.mitk.gui.qt.videoplayer" which was only created to show the usage of the "mitkOpenCVVideoSource" module. Please have a look in the corresponding plugin meta files. The bundle builds fine so far, so you should be able to build your own bundle without errors. If not, post your errors here. And yes, you have to use MITK modules unless you want to copy code - what you should not do! Anyway, including modules is be easy as dependencies are automatically resolved by CMake. If you encounter build errors, the problem might be somewhere else...
Regards, Michael -----Ursprüngliche Nachricht----- Von: Keshav Chintamani [mailto:[email protected]] Gesendet: Dienstag, 22. Juni 2010 13:10 An: Zelzer Sascha Betreff: mitkOpenCVSupport Hi Sascha, I am trying to use the mitkOpenCVVideoSupport module in a plugin that I created. When I add the related modules in my dependencies list in the CMakelists.txt file in the plugin, I get many build errors. Is there a better way to get access to mitk's OpenCV library wrapper (i.e mitkOpenCVVideoSource) directly from my plugin. Do I have to have to use the mitk modules? Thanks, Keshav ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
