You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what you want to implement and what the issue & the steps to reproduce it are:
I noticed that the temperature field of the /basler/current_params topic is always 0.0.
After some investigation, I noticed that the PR that introduced temperature readings treats GigE and USB cameras differently.
Swapping the original code in the GigE camera call:
fixed the issue, and I'm now able to monitor the camera's temperature. I'll be happy to submit a PR with this fix, assuming that the temperature calls in the Pylon SDK have changed since the original PR was submitted. Can someone with more experience with Pylon confirm my hypothesis?
Hardware setup description
We have a Basler a2A1920-51gcPRO camera. I wasn't able to verify any other device.
Runtime information
Ros2 Humble
Is your camera operational with the Basler pylon Viewer on your platform?
Yes
The text was updated successfully, but these errors were encountered:
Yes, I can get the temperature in PylonViewer, as well as when when using the cam_->DeviceTemperature.GetValue() call. Nevertheless, the code sample uses another function call to read it
Describe what you want to implement and what the issue & the steps to reproduce it are:
I noticed that the
temperature
field of the/basler/current_params
topic is always 0.0.After some investigation, I noticed that the PR that introduced temperature readings treats GigE and USB cameras differently.
Swapping the original code in the GigE camera call:
for the USB camera version:
fixed the issue, and I'm now able to monitor the camera's temperature. I'll be happy to submit a PR with this fix, assuming that the temperature calls in the Pylon SDK have changed since the original PR was submitted. Can someone with more experience with Pylon confirm my hypothesis?
Hardware setup description
We have a Basler a2A1920-51gcPRO camera. I wasn't able to verify any other device.
Runtime information
Is your camera operational with the Basler pylon Viewer on your platform?
Yes
The text was updated successfully, but these errors were encountered: