Nikita Manovich 05aeb70831 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.
2013-07-11 15:16:22 +04:00
..
2013-06-25 03:35:58 -07:00
2013-05-13 17:07:30 +04:00
2013-05-13 17:07:30 +04:00
2013-06-13 10:22:56 +04:00
2013-06-14 10:43:20 +04:00
2013-03-25 11:19:29 +04:00