Method
AravisCameragv_set_packet_delay
Declaration [src]
void
arv_camera_gv_set_packet_delay (
ArvCamera* camera,
gint64 delay_ns,
GError** error
)
Description [src]
Configure the inter packet delay to insert between each packet for the current stream
channel. This can be used as a crude flow-control mechanism if the application or the network
infrastructure cannot keep up with the packets coming from the device. Negative delay_ns
is ignored.
Available since: | 0.8.0 |