Hello @erik , Oakd cameras are getting heated up very quickly as we keep on running the code.Is there any code snippet to control the heating issues?
Regarding Heating Issue
Hi susantini
I'm not entirely sure, but I haven't found any. You can try doing it yourself by calling device.getChipTemperature()
and using the temps to alter pipeline flow to omit NN inferencing or something like that. Or maybe connect a fan that would ramp up when temperatures get too high.
Thoughts?
Jaka
Using device.getChipTemperature()
we are getting as object .How can we get the values?