how to slecet camera input using openVC

edited May 2018 in Kinect

OpenCV example for LiveCamTest works with laptop webcam. Camera list shows my easy_cap video device as camera 41 640x480 30fps, same as webcam spec. cam = new Capture(this, cameras[0]); works fine but cameras[41] give blank output for camera. Is it possible to use OpenCV to set the camera input? Would it make any difference?

Can't get Processing video lib to input from video device even though it is in list. Do i need a different lib? Has processing video lib been updated to use other video devices besides webcams?

Thanks

Sign In or Register to comment.