kinect - Trying to compile Nite2 sample in OpenNI -


i new in kinect sdk, therefore asking solving problem:

1>------ build started: project: userviewer, configuration: debug win32 ------

1>viewer.obj : error lnk2019: unresolved external symbol _imp_oniinitialize referenced in function "public: static enum openni::status __cdecl openni::openni::initialize(void)" (?initialize@openni@openni@@sa?aw4status@2@xz)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_onishutdown referenced in function "public: static void __cdecl openni::openni::shutdown(void)" (?shutdown@openni@openni@@saxxz)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_onigetextendederror referenced in function "public: static char const * __cdecl openni::openni::getextendederror(void)" (?getextendederror@openni@openni@@sapbdxz)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_onideviceopen referenced in function "public: enum openni::status __thiscall openni::device::open(char const *)" (?open@device@openni@@qae?aw4status@2@pbd@z)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_onideviceclose referenced in function "public: void __thiscall openni::device::close(void)" (?close@device@openni@@qaexxz)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_onidevicegetinfo referenced in function "private: enum openni::status __thiscall openni::device::_sethandle(struct _onidevice *)" (?_sethandle@device@openni@@aae?aw4status@2@pau_onidevice@@@z)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_onideviceispropertysupported referenced in function "public: bool __thiscall openni::device::ispropertysupported(int)const " (?ispropertysupported@device@openni@@qbe_nh@z)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_onideviceiscommandsupported referenced in function "public: bool __thiscall openni::device::iscommandsupported(int)const " (?iscommandsupported@device@openni@@qbe_nh@z)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_oniframeaddref referenced in function "public: void __thiscall openni::videoframeref::_setframe(struct oniframe *)" (?_setframe@videoframeref@openni@@qaexpauoniframe@@@z)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_oniframerelease referenced in function "public: void __thiscall openni::videoframeref::release(void)" (?release@videoframeref@openni@@qaexxz)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_niteinitialize referenced in function "public: static enum nite::status __cdecl nite::nite::initialize(void)" (?initialize@nite@nite@@sa?aw4status@2@xz)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_niteshutdown referenced in function "public: static void __cdecl nite::nite::shutdown(void)" (?shutdown@nite@nite@@saxxz)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_niteinitializeusertracker referenced in function "public: enum nite::status __thiscall nite::usertracker::create(class openni::device *)" (?create@usertracker@nite@@qae?aw4status@2@pavdevice@openni@@@z)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_niteinitializeusertrackerbydevice referenced in function "public: enum nite::status __thiscall nite::usertracker::create(class openni::device *)" (?create@usertracker@nite@@qae?aw4status@2@pavdevice@openni@@@z)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_niteshutdownusertracker referenced in function "public: void __thiscall nite::usertracker::destroy(void)" (?destroy@usertracker@nite@@qaexxz)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_nitestartskeletontracking referenced in function "public: enum nite::status __thiscall nite::usertracker::startskeletontracking(short)" (?startskeletontracking@usertracker@nite@@qae?aw4status@2@f@z)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_nitestartposedetection referenced in function "public: enum nite::status __thiscall nite::usertracker::startposedetection(short,enum nite::posetype)" (?startposedetection@usertracker@nite@@qae?aw4status@2@fw4posetype@2@@z)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_nitereadusertrackerframe referenced in function "public: enum nite::status __thiscall nite::usertracker::readframe(class nite::usertrackerframeref *)" (?readframe@usertracker@nite@@qae?aw4status@2@pavusertrackerframeref@2@@z)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_niteusertrackerframerelease referenced in function "public: void __thiscall nite::usertrackerframeref::release(void)" (?release@usertrackerframeref@nite@@qaexxz)

1>viewer.obj : error lnk2019: unresolved external symbol _imp_niteconvertjointcoordinatestodepth referenced in function "public: enum nite::status __thiscall nite::usertracker::convertjointcoordinatestodepth(float,float,float,float *,float *)const " (?convertjointcoordinatestodepth@usertracker@nite@@qbe?aw4status@2@mmmpam0@z)

1>c:\program files\primesense\nite2\samples\userviewer..\bin\userviewer.exe : fatal error lnk1120: 20 unresolved externals

========== build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

i working openni2 , nite2 , trying compile 1 of nite2 sample projects.

openni2 doesn't support kinect, long know, maybe can try old openni, @ least that's learned, after trying same, don't know under windows, i'm using gnu/ubuntu.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -