PhotonVision / photonvision

PhotonVision is the free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition.
https://photonvision.org
GNU General Public License v3.0
264 stars 180 forks source link

localhost:1181/2 displays tags upside down and mirrored #1239

Open spellingcat opened 6 months ago

spellingcat commented 6 months ago

Describe the bug The simulated camera stream displays all tags as upside down and mirrored horizontally. This doesn't seem to impact the identification of the tag or the pose estimation in code.

To Reproduce Steps to reproduce the behavior:

  1. Run code in simulation
  2. Navigate to localhost:1181 or 1182
  3. note that the tags are rotated 180 degrees and mirrored from the official field tags

Screenshots / Videos The sim camera stream (this is at the red human player station and correctly has tag 10 on the left and 9 on the right) tags1 what the tags should be tags2

Platform:

thank you!