speed-camera icon indicating copy to clipboard operation
speed-camera copied to clipboard

Vehicles detected twice: Ideal `MO_TRACK_EVENT_COUNT`

Open SamDecrock opened this issue 11 months ago • 0 comments

Sometimes there are so many events that MO_TRACK_EVENT_COUNT is reached very fast. Because of this a a new 'track' is started, detecting the vehicle a second time.

Increasing MO_TRACK_EVENT_COUNT helps, but then sometimes (when a car is moving to slow?) the MO_TRACK_EVENT_COUNT is not reached, thus not detecting the car.

Is there something I can do about this?

I just started playing around with this yesterday, so I'm still in the process of tweaking everything.

Thanks for the great app by the way! It seems to work very nice out-of-the-box. Our street's limit is 20kph and we have the feeling nobody adheres to it, so I'm trying to gather some data to confirm this.

SamDecrock avatar Mar 23 '24 12:03 SamDecrock