浏览代码

Add debug log

Nick Steyer 2 年之前
父节点
当前提交
de02fe9897
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Assets/ZED/Examples/Object Detection/Scripts/ZED3DObjectVisualizer.cs

+ 1 - 0
Assets/ZED/Examples/Object Detection/Scripts/ZED3DObjectVisualizer.cs

@@ -328,6 +328,7 @@ public class ZED3DObjectVisualizer : MonoBehaviour
                 boxhandler.UpdateBoxUVScales();
                 boxhandler.UpdateLabelScaleAndPosition();
                 count++;
+                Debug.Log($"Frame {dframe.frameCountAtDetection}, X: {position.x}, Y: {position.y}, Z: {position.z}");
             }
         }
         else