Power & Source of Big Ideas

No, because if you use the google camera2 NDK sample code it iterates through the camera instances and checks their characteristics. Only if it is compatible, it will start to grab the images. Here is the result when iterating: Even with both identical cameras connected one returns Legacy 0 and the ...
We are trying to access one or two cameras via the Android Camera2 and NDK. We are using the FriendlyElec OV13850 modules. After unsuccessful tries (no camera image showing) with the "delivered" Android 8 logCat shows a message saying that the connected camera is not a camera2 device, we c...
1) V4L: VideoCapture capture("/dev/video0", CAP_V4L); note: video in NV12 format, so need to be decoded to RGB/BGR to use in OpenCV operations 2) GST: VideoCapture capture(" rkisp device=/dev/video0 sensor-id=1 io-mode=4 path-iqf=/etc/cam_iq/rk-ov13850.xml ! video/x-raw,format=NV12,w...
1) V4L: VideoCapture capture("/dev/video0", CAP_V4L); note: video in NV12 format, so need to be decoded to RGB/BGR to use in OpenCV operations 2) GST: VideoCapture capture(" rkisp device=/dev/video0 sensor-id=1 io-mode=4 path-iqf=/etc/cam_iq/rk-ov13850.xml ! video/x-raw,format=NV12,w...