Software Archive
Read-only legacy content
17061 Discussions

Can't get the person orientation info

Ethan_Z_
Beginner
207 Views

Hello there,

I am using a R200 camera to capture a registered person. By now, I can get the position, the ID, the head pose and even the expression information.

According to the manual, I can also get the orientation, like profile, left45 etc.

But the orientation info returns 0 no matter how I move my body, and the isPersonOrientationEnabled function returns false.

I am coding with VS2010 C++ and my code looks like

if(!config->querytracking()->ispersonorientationenabled())

{

config->querytracking()->enablepersontracking();

}

Thanks in advance

 

0 Kudos
0 Replies
Reply