Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Latency #5

Open
radioation opened this issue Dec 19, 2022 · 2 comments · Fixed by #15
Open

Improve Latency #5

radioation opened this issue Dec 19, 2022 · 2 comments · Fixed by #15
Labels
enhancement New feature or request

Comments

@radioation
Copy link
Owner

The current IR camera implementation latency is large. Its somewhat tolerable (T2, VirtuaCop) in some games and unacceptable in others (Atari 8 bit).

  • check timings of entire loop: frame acquisition, image processing, pose estimation, etc
  • Look at other camera models if frame acquisition is unacceptably slow
  • Look at optimizing or replacing image processing and pose estimation steps.
@radioation radioation added the enhancement New feature or request label Dec 19, 2022
@radioation radioation linked a pull request Dec 26, 2022 that will close this issue
@radioation
Copy link
Owner Author

1f9b6d3 Added code that uses cv::getPerspectiveTransform() to estimate intersection. Results appear comparable to cv::solvePnP() but generally faster to compute.

@radioation
Copy link
Owner Author

Reopening because I still need to look at other camera models and optimize or replace image processing stages.

@radioation radioation reopened this Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant