Skip to content

pure virtual method called #1

@jthomasExyn

Description

@jthomasExyn

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions