sync¶
Module Contents¶
Functions¶
  | 
Example function for synchronizing several devices.  | 
- 
sync.example(args)¶ Example function for synchronizing several devices.
Call this script with a list of hosts (the IP addresses or the hostnames of the devices).
Some other parameters can be changed: frame_rate, vertical_fov, scan lines, pulse_mode, ntp_server_ip.
To get help, call the script with -h.
- Parameters
 args – argparser will parse incoming arguments (hosts, frame_rate, vertical_fov, scan lines, pulse_mode, ntp_server_ip)
- 
sync.parser¶