libcamera
v0.3.1+12-19bbca3c
Supporting cameras in Linux since 2019
|
V4L2 subdevice stream. More...
Public Member Functions | |
Stream () | |
Construct a Stream with pad and stream set to 0. | |
Stream (unsigned int p, unsigned int s) | |
Construct a Stream with a given pad and stream number. More... | |
Public Attributes | |
unsigned int | pad |
The 0-indexed pad number. | |
unsigned int | stream |
The stream number. | |
V4L2 subdevice stream.
This class identifies a subdev stream, by bundling the pad number with the stream number. It is used in all stream-aware functions of the V4L2Subdevice class to identify the stream the functions operate on.
|
inline |
Construct a Stream with a given pad and stream number.
[in] | pad | The indexed pad number |
[in] | stream | The stream number |