12. Enable Debugging Mode
For debugging purposes, ARGear provides functions for displaying AR information such as showing face landmark, face rect, and face axes. The debugging function can be enabled or disabled in real time.
By using the setInferenceDebugOption function, you can set debug options for ARGSession. ARGInferenceDebugOption is defined in ARGSession.h.
<Definition. ARGInferenceDebugOption>
Sample code is written below.
Last updated