diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-09 10:00:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-09 10:00:34 +0100 |
| commit | 205fd96fc2592d5b50c91871fe0f2bd9d79783c5 (patch) | |
| tree | ea646bc640e68d5cb9bf9248f1b3bd7c20191bf9 /src/stereo_picture_frame.h | |
| parent | 7c386ee3f400d80f043bc0b271a0184e35a08169 (diff) | |
Add method to return frames as RGB to a given buffer.
Diffstat (limited to 'src/stereo_picture_frame.h')
| -rw-r--r-- | src/stereo_picture_frame.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stereo_picture_frame.h b/src/stereo_picture_frame.h index fe363da5..ed407cf9 100644 --- a/src/stereo_picture_frame.h +++ b/src/stereo_picture_frame.h @@ -43,6 +43,7 @@ public: ~StereoPictureFrame (); boost::shared_ptr<ARGBFrame> argb_frame (Eye eye, int reduce = 0, float srgb_gamma = 2.4) const; + void rgb_frame (Eye eye, uint8_t* buffer) const; uint8_t const * left_j2k_data () const; int left_j2k_size () const; uint8_t const * right_j2k_data () const; |
