use PBO for timelapse data read

This commit is contained in:
2019-11-05 18:25:25 +01:00
parent 4b6316bf68
commit 52ad58aec4
8 changed files with 212 additions and 9 deletions

View File

@@ -96,7 +96,7 @@ public:
int rec_count = 0;
std::mutex rec_mutex;
std::condition_variable rec_cv;
std::deque<std::unique_ptr<Image>> rec_frames;
std::deque<std::unique_ptr<PBO>> rec_frames;
RTT uirtt;
Sampler sampler;