diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libcamera/stream.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libcamera/stream.cpp b/src/libcamera/stream.cpp index b0b4efe3..dd9092d9 100644 --- a/src/libcamera/stream.cpp +++ b/src/libcamera/stream.cpp @@ -73,4 +73,9 @@ namespace libcamera { * format described in V4L2 using the V4L2_PIX_FMT_* definitions. */ +/** + * \var StreamConfiguration::bufferCount + * \brief Requested number of buffers to allocate for the stream + */ + } /* namespace libcamera */ |