We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb0a4e commit 3738e78Copy full SHA for 3738e78
photon-lib/py/photonlibpy/photonCamera.py
@@ -90,7 +90,7 @@ def getLatestResult(self) -> PhotonPipelineResult:
90
retVal.populateFromPacket(pkt)
91
# NT4 allows us to correct the timestamp based on when the message was sent
92
retVal.setTimestampSeconds(
93
- timestamp / 1e-6 - retVal.getLatencyMillis() / 1e-3
+ timestamp / 1e6 - retVal.getLatencyMillis() / 1e3
94
)
95
return retVal
96
0 commit comments