Fix crash on ending ar session with async ar recorder
This commit is contained in:
@@ -69,6 +69,7 @@ namespace OpenVulkano::AR
|
||||
|
||||
explicit AsyncProcessor(ArRecorder* recorder);
|
||||
~AsyncProcessor();
|
||||
void Close();
|
||||
void Queue(const std::shared_ptr<ArFrame>& frame, bool highRes);
|
||||
void Handler();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user