Browse Source

Add debug log

Nick Steyer 2 years ago
parent
commit
de02fe9897

+ 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