libcamera v0.1.0+127-8e215127-dirty (2023-12-02T01:06:12+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.