libcamera v0.0.0+3240-f2a18172-dirty (2021-12-20T13:26:04+00:00)
Supporting cameras in Linux since 2019
|
Container for an IPC payload. More...
Public Attributes | |
std::vector< uint8_t > | data |
Array of bytes to cross IPC boundary. | |
std::vector< int32_t > | fds |
Array of file descriptors to cross IPC boundary. | |
Container for an IPC payload.
Holds an array of bytes and an array of file descriptors that can be transported across a IPC boundary.