Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Member
    Join Date
    Apr 2019
    Location
    germany
    Posts
    10
    Rep Power
    0

    Default Speedcam help plaese

    Hello everybody,
    have a problem with the speedcameras. Have really tried to change a lot in the sys did not manage it.
    Wanted warnings of
    1. 1000 meters once warning notice
    2. 400 meters
    then again high speed too high not several times. Could you help me with this?

    My sys
    Spoiler: sys.txt
    [device]
    type="android"

    [android]
    fullscreen=1
    create_sdcard_dir=0
    close_keyboard_on_back=1
    background_shutdown_timeout=0
    check_folders_after_rebuild=0

    [rawdisplay]
    screen_xy="auto"

    [interface]
    save_cheksum=0
    minzoom2d=15
    hide_eula=1
    ;show_glonass=1

    [voice]
    big_junction_prio=1
    bridge_prio=2
    tunnel_prio=3
    ;poi_prio=4
    ;natural_guidance_prio=5

    [sound.announcer]
    gps_signal_lost=0
    gps_disconnected=0

    [hnr]
    ignored_missing_country_ids=*

    [route]
    hnr_ignored_missing_country_ids=*

    [debug]
    show_big_junction=1
    skip_eula=1

    [gps]
    background_navigation=1
    location_log=0
    location_log_filename="gpslog/LocationManager"
    skip_announce_errors=1
    accuracy_workaround=1

    [folders]
    data_folder_name="iGO_Pal"
    linked_root_list="/storage/emulated/0 /storage/MicroSD /extsd /storage/extsd0 /mnt/extsd0 /mnt/storage/extsd0 /external_sd0/mnt/sdcard/external_sd0 /mnt/external_sd0 /mnt/sdcard/external_sd /sdcard2 /sdcard /sdcard/sd /mnt/sdcard /mnt/sd /mnt /storage /mnt/extSdCard /mnt/external_sd /mnt/sdcard/external_sd /sdcard/external_sd /storage/extSdCard"
    ;has_secondary_root=1
    ;android_secondary_root_path="/storage/MicroSD/addons"

    [naviextras]
    boot_service_address="http://zippy.naviextras.com/services/index/rest"

    [network]
    available=1

    [http]
    enabled=1

    [tmc.src.http]
    enabled="1"

    [tmc-http]
    enabled=1
    start=1
    profile_name="nng-igo-tmc-igoworld"
    ;profile_name="nng-igo-tmc-iphone"
    ;profile_name="nng-igo-tmc-jci"
    ;profile_name="nng-igo-tmc-russia"
    profile_version=2
    udp.enabled=0
    dl_max_events_added=8000

    [sound]
    ding_muted=1

    [vr]
    disabled=0

    [here]
    show_trial_notice_onstart=0

    [speedcam.disabled_countries]
    _FRA=x,x,x,x,x,x,x
    _SUI=x,x,x,x,x,x,x

    [warning]
    speedcam_maxdistance_from_road=15
    speedcam_enabled=1
    speedcam_warning=1
    is_spoken=1
    Last edited by Sunnyside Navi; 23rd July 2019 at 06:01 PM. Reason: Use spoiler

  2.    Advertissements


  3. #2
    Master BIRBANTE's Avatar
    Join Date
    Jan 2016
    Location
    TUSCANY - ITALY
    Posts
    348
    Rep Power
    293

    Default

    From the sys I deduce that you have iGO PAL;

    [folders]
    data_folder_name="iGO_Pal"
    but you did not specify whether you use the TTS VocalizerEx voices or the basic voices.
    Through the sys you cannot adjust anything, lately all the commands concerning the alerts of the various categories are inside the plugin.ini file of the speedcam.zip file.

    If you use VocalizerEx you have to act on these commands:

    warn_distances="00:1000"
    approach_beep_distances=600
    approach_beep_spoken_type=speech
    approach_beep_speech="Speed Camera."

    while if you use the basic voices you have to act on these commands:

    skin_first_sound="Fixed_Camera"
    skin_speed_sound_delay=600
    skin_repeat_sound="Fixed_Camera"
    skin_repeat_distance=550 ;0=do not repeat "Fixed_Camera"

    where "Fixed_Camera" is the audio file.

    You can easily make changes to the plugin.ini with Total Commander.

  4. #3
    Member
    Join Date
    Apr 2019
    Location
    germany
    Posts
    10
    Rep Power
    0

    Default

    wanted that the navi says: in 1000 meters speed camera, then in 400 meters again.
    Over speed only once.

    thank you for your help

  5. #4
    Master BIRBANTE's Avatar
    Join Date
    Jan 2016
    Location
    TUSCANY - ITALY
    Posts
    348
    Rep Power
    293

    Default

    But you didn't specify what kind of voice you're using.......

    This command should give you the warning at 1000 meters:

    warn_distances="00:1000"

    or use the "classic" command:

    warn_distances="130:1000,90:1000,70:1000,50:1000,30:1000"

    If you use VocalizerEx only these commands work:

    approach_beep_distances=600 ; repeats the alarm on approach every 600 meters
    approach_beep_spoken_type=speech ; alert type = spoken by TTS
    approach_beep_speech="Speed Camera." ; the TTS voice says "Speed Camera"

    If instead you use the basic voices, (not TTS), the commands above cannot work, (because they are not able to read), and instead work these commands here below:

    skin_first_sound="Fixed_Camera" ;wav audio file located in the ui_nextgen folder
    skin_speed_sound_delay=600
    skin_repeat_sound="Fixed_Camera"
    skin_repeat_distance=600 ;0=do not repeat "Fixed_Camera" repeats the audio warning on approach every 600 meters

    you have to play with the two values to get the second warning at 400 meters. I've never used the basic voices with audio alerts........
    Last edited by BIRBANTE; 23rd July 2019 at 12:41 AM.

  6. #5
    Member
    Join Date
    Apr 2019
    Location
    germany
    Posts
    10
    Rep Power
    0

    Default

    Thank you i have the google tts speak and i con not find in data the plugin.ini can you help me?

  7. #6
    Master BIRBANTE's Avatar
    Join Date
    Jan 2016
    Location
    TUSCANY - ITALY
    Posts
    348
    Rep Power
    293

    Default

    the plugin.ini file is not on the data but in the speedcam.zip file, in ux/speedcam.

  8. #7
    Senior Member
    Join Date
    Aug 2014
    Location
    United Kingdom
    Posts
    143
    Rep Power
    37

    Default

    In the line:-
    speedcam_soundtype_3=2

    Can you tell what the 3and the 2 stand for.

    thankyou

  9. #8
    Master Speedcam help plaeseSpeedcam help plaeseSpeedcam help plaese Tajfun's Avatar
    Join Date
    Feb 2014
    Location
    Budapest
    Age
    61
    Posts
    90
    Rep Power
    186

    Default

    speedcam_soundtype_3=2

    3 - speedcam category /Average speed camera/
    2 - value ; =1 in case of overspeed , =2 inapproach

  10. #9
    Senior Member
    Join Date
    Aug 2014
    Location
    United Kingdom
    Posts
    143
    Rep Power
    37

    Default

    @Tajfun
    Thank you for your prompt answer.

    I asume that this command only applies to basic(wav) sounds.

  11. #10
    Master Speedcam help plaeseSpeedcam help plaeseSpeedcam help plaese Tajfun's Avatar
    Join Date
    Feb 2014
    Location
    Budapest
    Age
    61
    Posts
    90
    Rep Power
    186

    Default

    Anything else depends on the wav or TTS sound files and the sys.txt (or plugin.ini) settings. It is up to you to ensure that they exist.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •