Ask Your Question

Revision history [back]

Android Multiple Cameras at same time

Hi, I need to access 2 cameras simultaneously and process their images, but haven't found a solution or sample which is doing that.

public Mat onCameraFrame(CameraBridgeViewBase.CvCameraViewFrame inputFrame) {

    mRgba = inputFrame.rgba();

Does anybody know how to achieve this ? Appreciate your comments