opencv/modules/videoio
Alexander Duda fbcf5f0918 cvCreateCameraCapture: fix using preffered interface
The provided interface id must be removed from the index. Otherwise, the
underlying implementations are using a wrong camera id.

Example:
VideoCapture(800) fails because PvAPI tries to open a camera
on position 800
2015-08-14 13:40:24 +02:00
..
include/opencv2 allow specifying apiPreference in VideoCapture when opening a file. Add 2015-07-08 13:46:56 +02:00
misc/java/test Updated Manager for Android 2015-06-02 17:33:04 +03:00
perf Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
src cvCreateCameraCapture: fix using preffered interface 2015-08-14 13:40:24 +02:00
test Fixed loop check 2015-07-22 17:54:42 +03:00
CMakeLists.txt fix wrong usage of status(), remove useless message in videoio 2015-07-10 19:18:07 +03:00