I am developing a system that uses OpenCV with Python to access the csi camera, and PyGame for the GUI.
Due to the nature of the system (security program) it needs to be left unattended pretty much all the time, especially overnight.
I notice that when the system is left for long periods with no activity, this can cause everything to stop working, and terminal throws up all kinds of message from syslogd@raspberrypi
messages that I don't know the meaning of.
This is on a Pi2 running Raspbian (relatively new version)
I will dump some of the errors here, and I hope someone can help explain why these errors occur, and what can be done to solve them.
The result from uname -r
for me is Linux raspberrypi 3.18.9-v7 #1 SMP PREEMPT Fri Mar 20 11:10:23 UTC 2015 armv7l GNU/Linux
In case that information is useful (as this is a kernel issue it would seem)
One message that stands out as a little different is something like: "Oops error 17 SMP PREEMPT ARM"
which may tie in with the above result from uname -a
(Apologies it will have to be a screenshot as the froze up when I tried to copy/paste the messages)