-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I've noticed that there is a non-deterministic situation where the remaining unread frames are (presumably) already destructed when stopping the camera manager. The following line throws the error "pure virtual method called"
| frame_queue_[ii].frame_->releaseRef(); |
Are the frames destructed when the listener is removed in the Terminate() method? Perhaps they are destructed when preview is stopped in the Stop() method? Is it necessary to release the references at all?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels