Nikita Manovich 21211308d0 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-10 17:48:44 +04:00
..
2013-06-18 07:02:09 +04:00
2013-06-18 07:02:09 +04:00
2013-06-27 15:47:37 +04:00
2013-03-22 22:14:40 +04:00
2013-06-25 03:35:30 -07:00
2013-06-11 21:17:31 +04:00
2013-04-08 17:10:31 +04:00
2013-04-08 13:29:04 +04:00
2013-06-06 11:15:00 +01:00
2010-07-16 09:12:15 +00:00