How can I make the camera index display

Post Reply
msching
Posts: 10
Joined: Wed Nov 12, 2008 1:03 am

How can I make the camera index display

Post 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?
beckdo
Posts: 520
Joined: Tue Jan 02, 2007 2:02 pm

Re: How can I make the camera index display

Post by beckdo »

Use INPCamera->SetOption() using:

NP_OPTION_NUMERIC_DISPLAY_ON,
NP_OPTION_NUMERIC_DISPLAY_OFF,
msching
Posts: 10
Joined: Wed Nov 12, 2008 1:03 am

Re: How can I make the camera index display

Post by msching »

Thanks a lot.
Post Reply