Class
AravisUvDevice
Ancestors
- ArvDevice
- GObject
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.
Available since: 0.8.17
Methods inherited from ArvDevice (35)
arv_device_create_chunk_parser
Create a ArvChunkParser
object, to be used for chunk data extraction from ArvBuffer
.
Available since: 0.4.0
arv_device_create_stream
Creates a new ArvStream
for video stream handling. See
ArvStreamCallback
for details regarding the callback function.
Available since: 0.2.0
arv_device_create_stream_full
Creates a new ArvStream
for video stream handling. See
ArvStreamCallback
for details regarding the callback function.
Available since: 0.8.23
arv_device_dup_available_enumeration_feature_values
Get all the available values of feature
, as integers.
Available since: 0.8.0
arv_device_dup_available_enumeration_feature_values_as_display_names
Get display names of all the available entries of feature
.
Available since: 0.8.0
arv_device_dup_available_enumeration_feature_values_as_strings
Get all the available values of feature
, as strings.
Available since: 0.8.0
arv_device_execute_command
Execute a genicam command.
Available since: 0.8.0
arv_device_get_boolean_feature_value
Available since: 0.8.0
arv_device_get_boolean_feature_value_gi
Get the feature value, or FALSE
on error.
Available since: 0.8.0
arv_device_get_feature
Available since: 0.2.0
arv_device_get_feature_access_mode
Available since: 0.8.22
arv_device_get_float_feature_bounds
Retrieves feature bounds.
Available since: 0.8.0
arv_device_get_float_feature_increment
Not all float features have evenly distributed allowed values, which means the returned increment may not reflect the allowed value set.
Available since: 0.8.16
arv_device_get_float_feature_value
Available since: 0.8.0
arv_device_get_genicam
Retrieves the genicam interface of the given device.
Available since: 0.2.0
arv_device_get_genicam_xml
Gets the Genicam XML data stored in the device memory.
Available since: 0.2.0
arv_device_get_integer_feature_bounds
Retrieves feature bounds.
Available since: 0.8.0
arv_device_get_integer_feature_increment
Not all integer features have evenly distributed allowed values, which means the returned increment may not reflect the allowed value set.
Available since: 0.8.0
arv_device_get_integer_feature_value
Available since: 0.8.0
arv_device_get_string_feature_value
Available since: 0.8.0
arv_device_is_enumeration_entry_available
Available since: 0.8.17
arv_device_is_feature_available
Available since: 0.8.0
arv_device_is_feature_implemented
Available since: 0.8.23