diff options
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2022-10-04 10:10:07 +0300 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2022-10-04 11:02:56 +0300 |
| commit | 3e17a921680737c50a818bebf7eded511f4d6029 (patch) | |
| tree | 53d55973d5b32f33881b8b7886ad04cc9872867f /v4l2++/inc | |
| parent | dfa9e526a43086a1b0936b74ec243f23396d5f69 (diff) | |
v4l2: Add VideoStreamer::export_buffer
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to 'v4l2++/inc')
| -rw-r--r-- | v4l2++/inc/v4l2++/videodevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
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: |
