Hi, I'm trying to capture video from external camera USB camera: elp-usbfhd01m-sfv(5-50)-j
The camera is detected under USB/CAMERA devices by the system, but If I try to change the index cap.open() nothing happens, I cannot open it.
VideoCapture cap;
cap.open(1);
The build in camera works.
Can somebody please help me?
Thank you