Hi Andrey,
I'm sorry, but this has no matter with the speedcam povider , settings or usage of EUR+ speedcam version.
After lot of tests, I found the root cause : it's due to autorad and iGo kernel speedcam management :
When autorad is active :
If near a speedcam, but outside its detection zone, the speedcams are deactivated by calling sc_SpeedcamWarningDisabled() in speedcam.lua, iGo marks this speedcam as skipped.
It means :
- when starting the car and iGo in the area of a speedcam
- when stopping in a area of a speedcam (because traffic jam, or red light, etc)
this surrounded speedcam will be skipped by iGo and will produce no alert.
But if we are in the detection zone of a speedcam, we can stop (autorad will deactivate the speedcam) : the alert will raise again when moving.
In that case, when the speedcam is active, iGo is not skipping it.
PS : On Luna, there is no issue.
Ok, I found why only World-PAL-Israel skin version has this bug issue :
MODEL.warning.speedcam_enabled must not be changed by autorad's action.
Only MODEL.warning.speedcam_warning must be maintained by autorad (Luna is doing like that).
Means : auto_radar.lua and the_skin_by_pongo.lua needs a fix :
auto_radar.lua :
Code:
Please Login or Register to see the links
the_skin_by_pongo.lua :
Code:
Please Login or Register to see the links
Sounds that it works fine now with the fix (tests in progress)
Bookmarks