Jon Semple

Results 6 issues of Jon Semple

Here is an implementation of my proposed feature request

Update an external float variable with the movingRatio calculated internally to permit calibration of the detection ration threshold within an app

This is a variant of motion detection to meet a different requirement. Motion detection detects significant differences between successive frames from the camera. In the event of an object moving...

The Daemon that runs motion detection as a separate RTOS task cannot be stopped after calling .start(). It would be good to provide .stop() and .pause() methods that would allow...

enhancement

As well as cropping I also need to apply a circular mask to my images so that only the central circle is tested for image movement or anomaly detection. The...

In my project I need square images so I need to crop a section off the left and right of each capture. It would be nice if this was done...