-
Notifications
You must be signed in to change notification settings - Fork 742
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
image_view causes 100% CPU usage #1060
Comments
I think this is because if there is no new image, the window thread never sleeps - I created a possible fix in #1082 |
This was referenced Feb 24, 2025
ahcorde
pushed a commit
that referenced
this issue
Feb 24, 2025
Possible fix for #1060<hr>This is an automatic backport of pull request #1082 done by [Mergify](https://mergify.com). Co-authored-by: Michael Ferguson <[email protected]>
ahcorde
pushed a commit
that referenced
this issue
Feb 24, 2025
Possible fix for #1060<hr>This is an automatic backport of pull request #1082 done by [Mergify](https://mergify.com). Co-authored-by: Michael Ferguson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when i run
image_view
(usingros2 run image_view image_view --ros-args -r image:=/my/image
) for 1-2 topics then the CPU usage goes up to 100%. i've tested this on several devices, all with the same result.this is with ROS jazzy, image-view version 5.0.5 from apt (5.0.6 hasn't been synced to apt yet, but based on the commits it doesn't include anything relevant for this)
The text was updated successfully, but these errors were encountered: