kerberos-io / machinery

(DEPRECATED) An open source image processing framework, which uses your USB-, IP- or RPi-camera to recognize events (e.g. motion).
https://www.kerberos.io
490 stars 102 forks source link

Expositor: multiple regions #37

Closed muten84 closed 8 years ago

muten84 commented 8 years ago

It would be useful to have an expositor for configuring more than one region. The behavior could be like the Hull Expositor to paint N rectangles on the image. This kind of expositor should help to monitor many sub-regions, for outdoor surveillance context and to avoid monitoring of non sensible areas, such as pedestrians passage.

cedricve commented 8 years ago

I've been thinking about this and basically you can fake it with one simple expositor. See my image blow. I don't see a huge benefit in function of the development effort that is required to create this.

What do you think @muten84 ?

screen shot 2016-06-07 at 16 10 56

muten84 commented 8 years ago

Great! It should be ok. Let me try this approach with my scenarios so I can check it.

muten84 commented 8 years ago

Tried on latest stable version: it works!