I’m just not sure how to manipulate the string to return the rightmost digit. I tried this but it returns unknown (my thinking was convert it to string with string() then [-1:]) but I’m very new to python so I’m sure I messed some syntax up.
Thanks I tried that but there was still an issue. the : in [-1:] needed to be removed. This works now. Figured it out just before you responded, but thanks for the asssist.
Just in case anyone was interested in the why. I’m creating a framed touchscreen and my main view displays an overview camera of the house. I don’t really want/need that being the only thing on the screen (boring and a bit worried about burn in). So this is kind of hacky but I replace the live image with a set of 10 family photos until motion is detected.