diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/stream.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libcamera/stream.h b/include/libcamera/stream.h index 4b24dd84..89067836 100644 --- a/include/libcamera/stream.h +++ b/include/libcamera/stream.h @@ -17,6 +17,8 @@ struct StreamConfiguration { unsigned int width; unsigned int height; unsigned int pixelFormat; + + unsigned int bufferCount; }; } /* namespace libcamera */ |