Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed VideoCapture::open() does not release previous capture sources …
…(Bug opencv#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.
- Loading branch information