Fix issue with playback
This commit is contained in:
@@ -40,6 +40,7 @@ class ArSessionPlayback final : public ArSession, public std::enable_shared_from
|
||||
const bool autoAdvance;
|
||||
ArPlaybackReader playbackReader;
|
||||
|
||||
std::atomic_bool m_frameConsumed = true;
|
||||
std::shared_ptr<ArFrame> m_nextFrame;
|
||||
std::thread m_playbackReaderThread;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user