Class

AravisGvDevice

Description

final class Aravis.GvDevice : Aravis.Device {
  /* No available fields */
}
No description available.

Ancestors

Implements

  • GInitable

Constructors

arv_gv_device_new
No description available.

Available since: 0.8.0

Instance methods

arv_gv_device_auto_packet_size

Automatically determine the biggest packet size that can be used data streaming, and set ArvGevSCPSPacketSize value accordingly. This function relies on the GevSCPSFireTestPacket feature.

Available since: 0.6.0

arv_gv_device_get_current_ip

Get the current IP address setting of device.

Available since: 0.8.22

arv_gv_device_get_device_address
No description available.

Available since: 0.2.0

arv_gv_device_get_interface_address
No description available.

Available since: 0.2.0

arv_gv_device_get_ip_configuration_mode

Get the IP address configuration mode.

Available since: 0.8.22

arv_gv_device_get_packet_size
No description available.
arv_gv_device_get_persistent_ip

Get the persistent IP address setting of device.

Available since: 0.8.22

arv_gv_device_get_stream_options
No description available.

Available since: 0.6.0

arv_gv_device_get_timestamp_tick_frequency
No description available.
arv_gv_device_is_controller
No description available.

Available since: 0.8.0

arv_gv_device_leave_control
No description available.

Available since: 0.8.3

arv_gv_device_set_ip_configuration_mode

Sets the IP address configuration mode. Available modes are ARV_GV_IP_CONFIGURATION_MODE_DHCP, ARV_GV_IP_CONFIGURATION_MODE_PERSISTENT_IP, ARV_GV_IP_CONFIGURATION_MODE_LLA.

Available since: 0.8.22

arv_gv_device_set_packet_size
No description available.
arv_gv_device_set_packet_size_adjustment

Sets the option for the packet size adjustment happening at stream object creation. See arv_gv_device_auto_packet_size() for a description of the packet adjustment feature. The default behaviour is ARV_GV_PACKET_SIZE_ADJUSTEMENT_ON_FAILURE_ONCE, which means the packet size is adjusted if the current packet size check fails, and only the first time arv_device_create_stream() is successfully called during gv_device instance life.

Available since: 0.8.3

arv_gv_device_set_persistent_ip

Sets the persistent IP address to device. Also disable DHCP then enable persistent IP mode.

Available since: 0.8.22

arv_gv_device_set_persistent_ip_from_string

Sets the persistent IP address to device.

Available since: 0.8.22

arv_gv_device_set_stream_options

Sets the option used during stream creation. It must be called before arv_device_create_stream().

Available since: 0.6.0

arv_gv_device_take_control
No description available.

Available since: 0.8.3

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
No description available.

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
No description available.

Available since: 0.2.0

arv_device_get_feature_access_mode
No description available.

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
No description available.

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
No description available.

Available since: 0.8.0

arv_device_get_string_feature_value
No description available.

Available since: 0.8.0

arv_device_is_enumeration_entry_available
No description available.

Available since: 0.8.17

arv_device_is_feature_available
No description available.

Available since: 0.8.0

arv_device_is_feature_implemented
No description available.

Available since: 0.8.23

Properties

Aravis.GvDevice:device-address
No description available.
Aravis.GvDevice:interface-address
No description available.
Aravis.GvDevice:packet-size-adjustment
No description available.

Class structure

struct AravisGvDeviceClass {
  ArvDeviceClass parent_class;
  
}
Class members
parent_class
ArvDeviceClass
  No description available.