pageauc/speed-camera

Vehicles detected twice: Ideal `MO_TRACK_EVENT_COUNT`

Opened this issue · 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.