sclaflin / Plate-Minder

Monitor a video source for license plates and record them. Zero cloud dependencies.
MIT License
154 stars 22 forks source link

Filters should be per camera #9

Open gshlomi opened 2 years ago

gshlomi commented 2 years ago

Hi, It looks like the filters configuration is global, so when using multiple sources, one camera's mask might cover required detection region on another camera. Can you change so the filters configuration be per camera?

Thanks

sclaflin commented 2 years ago

You are correct, the filters configuration is global. I think a good approach should be to add camera specific filters in addition to the existing global filters. Currently, my availability is a bit low, but I can add this to the list of future updates. Pull requests are also welcome.

Iceman248 commented 1 year ago

Is there a way to do camera specific filters yet?

sclaflin commented 1 year ago

Hi there, not at this time.

Iceman248 commented 1 year ago

Thanks. There any other way to have any kind of filter specific to a camera besides running an instance per camera of Plate-Minder?

sclaflin commented 1 year ago

Unfortunately, no. It's definitely a planned feature, but I'm just some schlub with very little free time.