about TRACE_ALL()
lintianfang opened this issue · 0 comments
lintianfang commented
Dear guys,
I would like to ask what is the TRACE_ALL() function used for? Where can I find the source code of it?
I found it in
if (K4A_FAILED(TRACE_CALL(transformation_unproject_internal(camera_calibration, point2d, point3d, valid))))
{
return K4A_RESULT_FAILED;
}
Thank you very much!
Best wishes,
Tianfang.