Is there any function that tell me know about the current temperature of the Realsense Camera #13412
-
So currently I am having a RealSense Camera (D435i) but i see that after a period of using time the temperature of the camera will increase. So my question is do we have a function which tell the user which temperature the camera at for monitoring how much temperature affect on performances ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @anewworl Yes, the current ASIC and Projector temperature can be retrieved from the camera with code. The links below have some examples of such scripts. C++ Temperature can also be monitored in the RealSense ROS wrapper via the /diagnostics topic |
Beta Was this translation helpful? Give feedback.
Hi @anewworl Yes, the current ASIC and Projector temperature can be retrieved from the camera with code. The links below have some examples of such scripts.
C++
#6735
Python
https://support.intelrealsense.com/hc/en-us/articles/360053345793-How-to-query-device-temperatures-in-Python
Temperature can also be monitored in the RealSense ROS wrapper via the /diagnostics topic