Jump to content

Problems running Kinect samples


photo

Recommended Posts

Posted

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

Posted
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.

Posted

Thank you :D

 

btw any suggestions for the kinect_02.cpp sample or shall i wait for the bug to be fixed....?

Posted

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.

  • Like 1
  • 8 months later...
Posted

hello Marinos

sample kinect_02 detect the faces again

fix will be avalaible in 2.4 release

  • Like 1
×
×
  • Create New...