photonlibpy 2024.2.4__tar.gz → 2024.2.5__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: photonlibpy
3
- Version: 2024.2.4
3
+ Version: 2024.2.5
4
4
  Summary: Pure-python implementation of PhotonLib for interfacing with PhotonVision on coprocessors.
5
5
  Home-page: https://photonvision.org
6
6
  Author: Photonvision Development Team
@@ -90,7 +90,7 @@ class PhotonCamera:
90
90
  retVal.populateFromPacket(pkt)
91
91
  # NT4 allows us to correct the timestamp based on when the message was sent
92
92
  retVal.setTimestampSeconds(
93
- timestamp / 1e-6 - retVal.getLatencyMillis() / 1e-3
93
+ timestamp / 1e6 - retVal.getLatencyMillis() / 1e3
94
94
  )
95
95
  return retVal
96
96
 
@@ -0,0 +1,2 @@
1
+ PHOTONLIB_VERSION="2024.2.5"
2
+ PHOTONVISION_VERSION="v2024.2.5"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: photonlibpy
3
- Version: 2024.2.4
3
+ Version: 2024.2.5
4
4
  Summary: Pure-python implementation of PhotonLib for interfacing with PhotonVision on coprocessors.
5
5
  Home-page: https://photonvision.org
6
6
  Author: Photonvision Development Team
@@ -1,2 +0,0 @@
1
- PHOTONLIB_VERSION="2024.2.4"
2
- PHOTONVISION_VERSION="v2024.2.4"
File without changes
File without changes