photonlibpy 2024.2.4__py3-none-any.whl → 2024.2.6__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- photonlibpy/photonCamera.py +1 -1
- photonlibpy/version.py +2 -2
- {photonlibpy-2024.2.4.dist-info → photonlibpy-2024.2.6.dist-info}/METADATA +1 -1
- {photonlibpy-2024.2.4.dist-info → photonlibpy-2024.2.6.dist-info}/RECORD +6 -6
- {photonlibpy-2024.2.4.dist-info → photonlibpy-2024.2.6.dist-info}/WHEEL +0 -0
- {photonlibpy-2024.2.4.dist-info → photonlibpy-2024.2.6.dist-info}/top_level.txt +0 -0
photonlibpy/photonCamera.py
CHANGED
@@ -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 /
|
93
|
+
timestamp / 1e6 - retVal.getLatencyMillis() / 1e3
|
94
94
|
)
|
95
95
|
return retVal
|
96
96
|
|
photonlibpy/version.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
PHOTONLIB_VERSION="2024.2.
|
2
|
-
PHOTONVISION_VERSION="v2024.2.
|
1
|
+
PHOTONLIB_VERSION="2024.2.6"
|
2
|
+
PHOTONVISION_VERSION="v2024.2.6"
|
@@ -2,12 +2,12 @@ photonlibpy/__init__.py,sha256=Poafj5ngdQ2T0yW3zhnQ2NHw70XrTwXvT8aDCAImYbg,30
|
|
2
2
|
photonlibpy/estimatedRobotPose.py,sha256=_lgVu157fBpG85WpeS4uXWCF4aQDUbMI2SWXG5lee9I,673
|
3
3
|
photonlibpy/multiTargetPNPResult.py,sha256=AgrRjSna1s8yJWUdBgWxqKxm0cqgXwYrKEzgfP7pzGE,1660
|
4
4
|
photonlibpy/packet.py,sha256=Sg_Sln_DNYvdT0DpekIb6v67e3c4oX08zLQe9oDd2OU,3969
|
5
|
-
photonlibpy/photonCamera.py,sha256=
|
5
|
+
photonlibpy/photonCamera.py,sha256=5bbyMIVnz9oCfeQR0CrycjrM7TuoDF_ybe6OZbAdVpk,6946
|
6
6
|
photonlibpy/photonPipelineResult.py,sha256=IpHxXKuyfOKcslgm_Ce2PqV8HgXTN_IMUuNb5BBTzSo,1351
|
7
7
|
photonlibpy/photonPoseEstimator.py,sha256=s99TjCi3SFpCo5fPckw2ZfJK7E3lvFO3zpr0GnDDyKM,11580
|
8
8
|
photonlibpy/photonTrackedTarget.py,sha256=Br2L4fNNwQP4eUj9eV9I653FOER00JbeHB5SMNTSaHc,2482
|
9
|
-
photonlibpy/version.py,sha256=
|
10
|
-
photonlibpy-2024.2.
|
11
|
-
photonlibpy-2024.2.
|
12
|
-
photonlibpy-2024.2.
|
13
|
-
photonlibpy-2024.2.
|
9
|
+
photonlibpy/version.py,sha256=YNSubyrsVIPE8cTkzoLo8j9JmK-NWX6pJ_9dQL1S5w0,62
|
10
|
+
photonlibpy-2024.2.6.dist-info/METADATA,sha256=NSYknKQpC8UpIh263_6Mm6mgcF-MdKD9Ka42_zH7pIE,500
|
11
|
+
photonlibpy-2024.2.6.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
12
|
+
photonlibpy-2024.2.6.dist-info/top_level.txt,sha256=T8Xc6U6he2VjKUAca6zawSkHdUZuLanxYIc4nxw2ctc,12
|
13
|
+
photonlibpy-2024.2.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|