econsystems / opencv_v4l2

This project contains sample OpenCV application code as well as V4L2 helper library to access camera devices in OpenCV. This code helps to achieve high framerates from cameras in OpenCV. This project gives better results than the VideoCapture class in OpenCV. This source code is only compatible in Linux.
BSD 3-Clause "New" or "Revised" License
39 stars 22 forks source link

support multiple cameras? #8

Open Thanh-Binh opened 3 years ago

Thanh-Binh commented 3 years ago

Hi, I am working with one camera that provides 2 images at both CSI port. How can I change the source code for support it? Thanks