Enumeration

AravisGcStreamable

Declaration

enum Aravis.GcStreamable

Description [src]

Denotes that the corresponding feature is prepared to be stored to and loaded from a file via the node tree. The idea is to persist the state of a camera by storing the features marked as Streamable and restore the state by writing those features back to the node tree.

Available since:0.8.8

Members

Name Description
ARV_GC_STREAMABLE_UNDEFINED

Undefined streamable.

ARV_GC_STREAMABLE_NO

The feature can’t be used for camera state persistence.

ARV_GC_STREAMABLE_YES

The feature can be used for camera state persistence.