Hello MITK Pros,

i got following Issue. I tried to add my kinect 360 to my new plugin. I followed these steps below.

http://mitk.org/wiki/Using_Kinect_with_MITK-ToF

My CMake settings:

MITK_Kinect_INCLUDE DIR C:/Program Files/OpenNI/Include
MITK_Kinect_LIB C:/Program Files/OpenNI/Lib64/openNI64.lib

MITK_USE_TOF_KINECT true

I configured and generated it.

--> I added in my plugin CMakeLists.txt with depend MITKKinect and i was able to import the mitkKinectDevice.h file.

Then i followed the toftutorial and tried to adjust it to the kinect.

Now the problem is, when i tried to configure the ImageGrabber tofImageGrabber->SetCameraDevice(mitk::KinectDevice::New());
i am getting the following error:

2.06 core.mod.apputil.baseApp WARNING: Startup error: ctkPluginException: The plugin "C:/MITK/bin/MITK-build/bin/plugins/Release/liborg_mitk_gui_qt_workerobservation.dll" could not be loaded: Cannot load library C:\MITK\bin\MITK-build\bin\plugins\Release\liborg_mitk_gui_qt_workerobservation.dll: Das angegebene Modul wurde nicht gefunden.

But in this giving folder the file is existing?

Can anybody help pls :)

I appreciate your help,

Axel


_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to