Area exclusion in DOODS

I have a security camera set up and I’m running a DOODS server for object detection. Unfortunately, my neighbor’s car is regularly parked within my camera’s field of view, and so it is constantly being detected. I have tried adding an area, but their car is within the area of the road that I want to detect.

Is there any way in the config to exclude an area? I have tried adding multiple areas and also multiple labels to create detection areas around their car, but it looks like this is not supported.

@snowzach, is this possible? I was looking through the DOODS code and it looks like area detection is based on simple math operators that could be “reversed” to allow exclusion areas, but I could be wrong.