is it possible to change where HyperHDR reads the temperature from? #841
-
screen shot pretty much explains it... does anyone know if it's possible? or should I log an issue? best regards |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi |
Beta Was this translation helpful? Give feedback.
-
Hi awawa-dev, thanks for making HyperHDR available, its awesome and works great :) |
Beta Was this translation helpful? Give feedback.
-
found an alternate solution incase anyone else has the same issue (maybe it's an intel NUC issue 🤷♂️)... |
Beta Was this translation helpful? Give feedback.
Hi
You can change this line and recompile the app: https://github.com/awawa-dev/HyperHDR/blob/dd19ae6539643775c79ba9e9c9667408ff9bfdf4/sources/utils/SystemPerformanceCounters.cpp#L357C21-L357C58
I don't plan to make changes to support custom/non-standard sensors directly as a workaround for broken sensors. In your system /sys/class/thermal/thermal_zone0/temp is present anyway (otherwise HyperHDR would not show the temperature reading) so there is no reason to test other paths.