marinos.giannoukakis Posted May 17, 2016 Posted May 17, 2016 Hi i get loads of problems trying to run the Kinect samples.... 1) on the skeleton sample, can ' t load the world, get message: layer.setModelView(lookAt(dvec3(0.0f, -2.0f, 0.0f), dvec3_zero, dvec3(0.0f, 0.0f, 0.1f))); samples/plugins/kinect_01.cpp:124 Interpreter::parse_extern_class_begin(): unknown "PlayerDummy" class member "setModelView" World::loadWorld(): can' t load "samples/plugins/kinec_01.cpp" world script 2) on the kinect_02.cpp, the faces samples i get no face detection at all (only the kinect video buffer feed), even when i turn visualizer on, with show_visualizer 1 Thanks
sebastianbah Posted May 18, 2016 Posted May 18, 2016 Hi, Thanks for the report.We've added these problems to our internal bug tracker. (ETA 2.3 or earlier) Also, quick fix for kinect_01 is to change line 124 in <kinect_addon>/data/samples/plugins/kinect_01.cpp to the following: Mat4 modelview = lookAt(Vec3(0.0f,-2.0f,0.0f),Vec3_zero,Vec3(0.0f,0.0f,1.0f)); player.setWorldTransform(inverse(modelview)); Sorry for the inconvenience caused.
marinos.giannoukakis Posted May 18, 2016 Author Posted May 18, 2016 Thank you :D btw any suggestions for the kinect_02.cpp sample or shall i wait for the bug to be fixed....?
sebastianbah Posted May 19, 2016 Posted May 19, 2016 I'm afraid we're still investigating this issue, so we'll inform you as soon as we get to the root of the problem. 1
paralyzah Posted January 30, 2017 Posted January 30, 2017 hello Marinos sample kinect_02 detect the faces again fix will be avalaible in 2.4 release 1
Recommended Posts