Image review for motionEye motion capture images

Hello,
I have 6-8 cameras running motionEyeOS that I connect to the motionEye Add-On.
I have motion capture images uploaded to a cloud storage.

As any user of Motion knows, there are a LOT of false triggers on the motion capture. A sunny day with clouds moving thru can cause dozens of images to be captured.

I wrote a small python program to help me quickly review the captured motion images.

I just published it on Github at https://github.com/mike-sherman/imagereview.py

The program reviews the images after they have been copied from the cloud down to the local computer and deletes unwanted images from the local computer. The cloud sync then deletes the images from the cloud.

I don’t know if this would be useful for anyone else, but I’m putting it out there just in case it might be.

-Mike

2 Likes

I just revised the program and added a feature to create a simple animation from a days worth of captured images.
I also added a progress bar to show the status while executing functions that can take a long time.
-Mike