Quote Originally Posted by lafritte View Post
I noticed that some radar indicates the wrong speed ex: 90kmh original indicated 40kmh and some radar does not file any more on the right side of the road
The problem of non-matching speed limits depends on the txt files you are using, (SCDB), as well as their position depends on the coordinates found there. I must tell you that the roads do not correspond exactly between the Here and the TomTom, so on one you can find a Radar on the right side and in the others in the center or even just off the road surface. This thing you can notice using Spudigo with your txt files by changing the various maps of the program, even the satellite images often do not coincide with the roads of the maps. However the Speedcam are recognized within a certain angle.

the only problem with the 2 skins are the section radars it displays my no sound alert even adjust the image and audio
I believe you are referring to Average Speedcam, with the Arimi Skin you don't have the warning before the Average Speedcam stretch but only after it has started. The starting point is determined by the coordinates that have 4 as TYPE and the duration is determined by the string "max_section_time = 100" found in the plugin.ini in the speedcam.zip file.

The Pongo Skin works differently, the latest versions are not set for txt files with only "start" coordinates so you have to modify the plugin.ini to make it work with the string "max_section_time", you have to put 1 to this string:

speedcam_need_approach_beep_on_section_cameras=0 ;1=notify distance to the first section camera

and you will have the alert before the controlled stretch, and then you need to enable the string:

;max_section_time=360 ;360 = ---> average speed zone validity time sec

removing the semicolon in front.