Hey! It’s me. Back at it again with a slightly better problem.
My cohort and I are looking into using the OpenMV’s image differencing feature to determine when someone moves into or out of specified spaces. While this is easy enough to do with the whole screen (or a fraction of it
via windowing), I haven’t been able to find anything in the documentation that would allow the differencing and histogram-related actions to be used on multiple different fractions of the screen at the same time. In an ideal world, we’d like to do all of our image differencing on just one of these cameras with three defined rectangles we’d like to perform the image differencing algorithm on.
Is this possible currently?
Thanks in advance.