You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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?
The text was updated successfully, but these errors were encountered:
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"
snap_cam_manager/src/SnapdragonCameraManager.cpp
Line 261 in 5b38bb4
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?
The text was updated successfully, but these errors were encountered: