Page 1 of 1

How can I make the camera index display

Posted: Mon Dec 08, 2008 1:19 am
by msching
I have noticed that the camera index can be displayed on the camera screen when using the OptiTrack Point Cloud Calibration Tool. But I can't make them display in my own program using OptiTrack SDK?
What should I do?

Re: How can I make the camera index display

Posted: Mon Dec 08, 2008 2:54 pm
by beckdo
Use INPCamera->SetOption() using:

NP_OPTION_NUMERIC_DISPLAY_ON,
NP_OPTION_NUMERIC_DISPLAY_OFF,

Re: How can I make the camera index display

Posted: Mon Dec 08, 2008 10:01 pm
by msching
Thanks a lot.