Class
AravisUvDevice
Instance methods
arv_uv_device_set_usb_mode
Sets the option to utilize the USB synchronous or asynchronous device I/O API. The default mode is
ARV_UV_USB_MODE_SYNC
, which means USB bulk transfer will be synchronously executed. This mode is qualified to work,
but it has the performance issue with some high framerate device. Using ARV_UV_USB_MODE_ASYNC
possibly improves the bandwidth.
since: 0.8.17
Methods inherited from GInitable (1)
g_initable_init
Initializes the object implementing the interface.
Signals
Signals inherited from ArvDevice (1)
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.