summaryrefslogtreecommitdiff
path: root/include/libcamera/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcamera/stream.h')
-rw-r--r--include/libcamera/stream.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libcamera/stream.h b/include/libcamera/stream.h
index 8a47930f..3caaefc9 100644
--- a/include/libcamera/stream.h
+++ b/include/libcamera/stream.h
@@ -7,6 +7,8 @@
#ifndef __LIBCAMERA_STREAM_H__
#define __LIBCAMERA_STREAM_H__
+#include <string>
+
#include <libcamera/buffer.h>
#include <libcamera/geometry.h>
@@ -20,6 +22,8 @@ struct StreamConfiguration {
unsigned int pixelFormat;
unsigned int bufferCount;
+
+ std::string toString() const;
};
class StreamUsage