-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Health Check? #2986
Comments
Hi @taeyeonggim The RealSense ROS wrapper publishes a /diagnostics topic. The /diagnostics topic includes information regarding the device temperatures and actual frequency of the enabled streams. |
@MartyG-RealSense |
There is not an all-in-one equivalent to the /diagnostics topic in pyrealsense2 but you can retrieve the information. IntelRealSense/librealsense#866 discusses retrieving the ASIC and Projector temperatures with Python code. You can retrieve the frames per second (FPS) with the camera metadata parameter ACTUAL_FPS. Or you could attempt to calculate the number of dropped frames. IntelRealSense/librealsense#6202 should be a helpful Python reference for both of these methods. |
Thank you for your quick response!!! I was able to resolve the issue thanks to you! Have a great day! @MartyG-RealSense |
You are very welcome. I'm pleased that I could help. :) |
I have a question about realsense. Is the realsense has a health check topic or something?
I think that we should check the frame delayed or something else...
As soon as can repeat ASAP plz! Have a great day!
The text was updated successfully, but these errors were encountered: