You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?) theMO_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.
The text was updated successfully, but these errors were encountered: