Bonjour,
Un site voir [Vous devez être inscrit et connecté pour voir ce lien] si vous avez une station RMS c'est très facile de s'inscrire.
Il faut envoyer un email à [Vous devez être inscrit et connecté pour voir ce lien] avec les infos suivantes:
- Station_ID
- Localisation ou Nom (si ce n'est pas secret)
- Lens type/size
Et modifier son fichier config
; External script
; An external script will be run after RMS finishes the processing for the night, it will be passed three arguments:
; captured_night_dir, archived_night_dir, config - captured_night dir is the full path to the captured folder of the night
; the second one is the archived, and config is an object holding the values in this config file.
; ---------------
; Enable running an external script at the end of every night of processing
external_script_run: true
; Run the external script after auto reprocess. "auto_reprocess" needs to be turned on for this to work.
auto_reprocess_external_script_run: false
; Full path to the external script
external_script_path: /home/pi/source/RMS/iStream/iStream.py
; Name of the function in the external script which will be called
external_function_name: rmsExternal
; Daily reboot
; ---------------
; Reboot the computer daily after the processing and upload is done
reboot_after_processing: false
Et ça roule.
A+
Un site voir [Vous devez être inscrit et connecté pour voir ce lien] si vous avez une station RMS c'est très facile de s'inscrire.
Il faut envoyer un email à [Vous devez être inscrit et connecté pour voir ce lien] avec les infos suivantes:
- Station_ID
- Localisation ou Nom (si ce n'est pas secret)
- Lens type/size
Et modifier son fichier config
; External script
; An external script will be run after RMS finishes the processing for the night, it will be passed three arguments:
; captured_night_dir, archived_night_dir, config - captured_night dir is the full path to the captured folder of the night
; the second one is the archived, and config is an object holding the values in this config file.
; ---------------
; Enable running an external script at the end of every night of processing
external_script_run: true
; Run the external script after auto reprocess. "auto_reprocess" needs to be turned on for this to work.
auto_reprocess_external_script_run: false
; Full path to the external script
external_script_path: /home/pi/source/RMS/iStream/iStream.py
; Name of the function in the external script which will be called
external_function_name: rmsExternal
; Daily reboot
; ---------------
; Reboot the computer daily after the processing and upload is done
reboot_after_processing: false
Et ça roule.
A+