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

[BUG] - #65

Open
jamespilgrim opened this issue Feb 7, 2025 · 0 comments
Open

[BUG] - #65

jamespilgrim opened this issue Feb 7, 2025 · 0 comments

Comments

@jamespilgrim
Copy link
Owner

Describe the bug
The time it takes for a ball to stabilize and for the green bar in the GUI to go on after the ball is settled is too long. It means a lot of waiting between shots.

To Reproduce (if not obvious:)
Right now it can take almost 30 seconds for the "green" bar in the GUI to appear after a ball is set down.

Expected behavior
Seems like 5 seconds would be a reasonable time.

Additional context
Polling time is hard-coded to 1 second right now. That should also be fixed that to allow for it to be shorter, but that's probably not the bottleneck. There's a fair amount of time wasted in asking the Pi2 to get ready to take a picture. There's a bunch of funny little things that have to happen, such as getting the camera 2 pipeline 'primed'. But, in any case, it is a little annoying waiting for the green light. :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant