Enumeration
AravisBufferStatus
Members
Name | Description |
---|---|
ARV_BUFFER_STATUS_UNKNOWN |
Unknown status. |
ARV_BUFFER_STATUS_SUCCESS |
The buffer contains a valid image. |
ARV_BUFFER_STATUS_CLEARED |
The buffer is cleared. |
ARV_BUFFER_STATUS_TIMEOUT |
Timeout was reached before all packets are received. |
ARV_BUFFER_STATUS_MISSING_PACKETS |
Stream has missing packets. |
ARV_BUFFER_STATUS_WRONG_PACKET_ID |
Stream has packet with wrong id. |
ARV_BUFFER_STATUS_SIZE_MISMATCH |
The received image didn’t fit in the buffer data space. |
ARV_BUFFER_STATUS_FILLING |
The image is currently being filled. |
ARV_BUFFER_STATUS_ABORTED |
The filling was aborted before completion. |