From 3e17a921680737c50a818bebf7eded511f4d6029 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Tue, 4 Oct 2022 10:10:07 +0300 Subject: v4l2: Add VideoStreamer::export_buffer Signed-off-by: Tomi Valkeinen --- v4l2++/inc/v4l2++/videodevice.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'v4l2++/inc') diff --git a/v4l2++/inc/v4l2++/videodevice.h b/v4l2++/inc/v4l2++/videodevice.h index bdb290e..9016a7f 100644 --- a/v4l2++/inc/v4l2++/videodevice.h +++ b/v4l2++/inc/v4l2++/videodevice.h @@ -106,6 +106,8 @@ public: void stream_on(); void stream_off(); + int export_buffer(uint32_t index); + int fd() const { return m_fd; } protected: -- cgit v1.2.3