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?
How can I make the camera index display
Re: How can I make the camera index display
Use INPCamera->SetOption() using:
NP_OPTION_NUMERIC_DISPLAY_ON,
NP_OPTION_NUMERIC_DISPLAY_OFF,
NP_OPTION_NUMERIC_DISPLAY_ON,
NP_OPTION_NUMERIC_DISPLAY_OFF,
Re: How can I make the camera index display
Thanks a lot.