Class
AravisChunkParser
Description [src]
final class Aravis.ChunkParser : GObject.Object {
/* No available fields */
}
ArvChunkParser
provides a class for the instantiation of chunk parsers used for the extraction of chunk data
stored in the stream payload.
Chunks are tagged blocks of data stored in a ArvBuffer
containing a ARV_BUFFER_PAYLOAD_TYPE_CHUNK_DATA
payload. The tags allow a chunk parser to dissect the data payload into its elements and to identify the content.
Chunk data are enabled using either arv_camera_set_chunks()
or arv_camera_set_chunk_mode()
. Both
functions are simple convenience wrappers that handle the setting of ChunkModeActive, ChunkSelector and ChunkEnable
GENICAM features.
Here is an example of this API in use: tests/arvchunkparsertest.c
Instance methods
arv_chunk_parser_get_boolean_value
No description available.
arv_chunk_parser_get_float_value
No description available.
arv_chunk_parser_get_integer_value
No description available.
arv_chunk_parser_get_string_value
No description available.
Properties
Aravis.ChunkParser:genicam
Internal Genicam object.