Skip to content

Commit 6d0e5e8

Browse files
committed
Printf debugging
1 parent 4ea938e commit 6d0e5e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

photon-lib/src/main/native/cpp/photon/simulation/PhotonCameraSim.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,8 @@ void PhotonCameraSim::SubmitProcessedFrame(const PhotonPipelineResult& result,
390390
ts.heartbeatPublisher.Set(heartbeatCounter, ReceiveTimestamp);
391391

392392
ts.subTable->GetInstance().Flush();
393+
394+
fmt::println("published seq {} at {}", result.metadata.sequenceID, ReceiveTimestamp);
393395
}
394396

395397
} // namespace photon

0 commit comments

Comments
 (0)