Fixed VideoCapture::open() does not release previous capture sources (Bug #3150).
VideoCapture didn't call release method and just ignored the new capture sources. OpenCV documentation: bool VideoCapture::open(const string& filename); bool VideoCapture::open(int device); The methods first call VideoCapture::release() to close the already opened file or camera.pull/1109/head
parent
d1fe1a62c3
commit
05aeb70831
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue