:mod:`sync` =========== .. py:module:: sync Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: sync.example .. function:: 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. :param args: argparser will parse incoming arguments (hosts, frame_rate, vertical_fov, scan lines, pulse_mode, ntp_server_ip) .. data:: parser