Closed MrChaz closed 6 years ago
Hi @MrChaz, thanks for this. I'll give it a whirl and implement it in the next release. We're scheduled to release the next one this week.
I've made some more changes to hopefully check the input values match what the camera expects and recover from a possible error if they don't Also exposed an API for getting the temperature
We have now merged this. Unfortunately, we can't accept the CPU temperature method and GET request, as it's not a mainstream feature. Feel free to debate our decision on the forum with other users :)
Thanks for your logging and stability enhancements 🥇 @MrChaz 🥇
Add a threading lock around saving a file so we only do one at a time. Add some try/except blocks to stop the changedetector from completely stopping the case of some error Make sure we clear the image buffers before updating them to prevent a crash when they're presumably not empty (https://stackoverflow.com/questions/40065328/picameravalueerror-incorrect-buffer-length-for-resolution-1920x1080)