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

Adaptation for 6 cameras e-CAM30_HEXCUTX2 #3

Open Poutshi opened 5 years ago

Poutshi commented 5 years ago

Hello, I have a six camera e-CAM30_HEXCUTX2 and I want to use opencv for some computer vision work. Is there any plan to adapt the code for a 6 camera synchronous acquisition? cheers

mminervini commented 3 years ago

Hi, I have a four camera e-CAM20_CUXVR synchronized multiple camera solution and just like @Poutshi I was planning on doing computer vision work on the synchronized camera streams. I landed here while trying to figure out how to bring camera frames into OpenCV Mat format. How can I configure the cameras in the master-slave synchronized mode prior to opening the cameras with VideoCapture (or alternatively using the helper functions in v4l2_helper.c) and starting to grab (synchronized) frames? Thanks in advance!