You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.
_port_id_list = drone.getPortIdList()
port_config_list = drone.getPortConfig(port_id_list)
for port in port_config_list.port:
if port.port_id == port_string.port_id[0]:
port.transmit_mode = ost_pb.kSequentialTransmit
break
drone.modifyPort(port_config_list)_
to change it to sequential
The text was updated successfully, but these errors were encountered:
if you put the port in Interlaced mode and then try to delete all streams (issue 179), there is a 53 second pause.
this needs to be added
to change it to sequential
The text was updated successfully, but these errors were encountered: