Azure-Kinect-Sensor-SDK icon indicating copy to clipboard operation
Azure-Kinect-Sensor-SDK copied to clipboard

about TRACE_ALL()

Open lintianfang opened this issue 1 year ago • 0 comments

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 https://github.com/microsoft/Azure-Kinect-Sensor-SDK/blob/61951daac782234f4f28322c0904ba1c4702d0ba/src/transformation/intrinsic_transformation.c#L345

if (K4A_FAILED(TRACE_CALL(transformation_unproject_internal(camera_calibration, point2d, point3d, valid)))) { return K4A_RESULT_FAILED; }

Thank you very much!

Best wishes,

Tianfang.

lintianfang avatar Mar 06 '23 14:03 lintianfang