As we know android had introduced NDK API support for Camera2 and I was checking if it is possible to use Multi-Camera API from NDK.
But nowhere I can find a sample implementation which makes use of Multi-camera using NDK APIs (if it exists)
At Java some new constants, classes, and methods were added as part of Multi-Camera API support, as explained here , but cant find something similar in NDK APIs.