libcamera
v0.3.2+116-83c5ad0f
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.