Hey guys, I am working on a project that uses AR markers to track the position of a person from a camera feed. The code works fine with a standard USB web camera but I have a wide angle camera(manufactured by Sentech) which has a larger viewing area.
If I use C++'s OpenCV library i.e. 'VideoCapture()' function, I am able to get the video feed from the camera but in Processing the 'Capture ()' function does not seem to recognize it. In general, is there a way to tell Processing which device or device port to look for in the ‘Video’ library or a way to enable it to widen its search for imaging devices.
I appreciate the help guys