tsdconseil / opencv-demonstrator

OpenCV demonstrator (GUI)
http://www.tsdconseil.fr/log/opencv/demo/index-en.html
GNU Lesser General Public License v3.0
141 stars 57 forks source link

Allow multipple video inputs #39

Closed valera-rozuvan closed 8 years ago

valera-rozuvan commented 8 years ago

We need to allow for configuration of multiple video sources. The 2nd, 3rd, ... cameras will be used for filters which require more than one video input.

valera-rozuvan commented 8 years ago

Right now we have just 2 video sources:

  1. video file
  2. primary PC camera

We need ability to specify other PC connected cameras (web cams).

Also we need ability to specify IP cameras. Issue https://github.com/tsdconseil/opencv-demonstrator/issues/38 .

juliena82 commented 8 years ago

I think this already mentionned in issue #36 Maybe we can close this issue to avoid duplicate?