Feature/219/gui record options
Compare changes
Files
4- Iiro Rastas authored
As the previous approach led to low performance, 2D video is now captured to an ftl file, which removes the need to encode the video in real time. The ftl file can be converted into a video file with ftl2mkv.
+ 21
− 16
@@ -137,7 +137,13 @@ ftl::gui::Camera::Camera(ftl::gui::Screen *screen, ftl::rgbd::Source *src) : scr
@@ -167,7 +173,8 @@ ftl::gui::Camera::Camera(ftl::gui::Screen *screen, ftl::rgbd::Source *src) : scr
@@ -489,12 +496,6 @@ const GLTexture &ftl::gui::Camera::captureFrame() {
@@ -511,17 +512,21 @@ void ftl::gui::Camera::snapshot() {