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

Parameters

delay_ns gint64
 

Inter packet delay, in nanoseconds.

error GError **
  The return location for a GError*, or NULL.