can somebody provide a short example on how to snap camera frames with NDK, C++ Camera 2 api?
I couldn't find any meaningful resources out there as it's sort of brand new API, however would be thankful for any help.
Thanks!
can somebody provide a short example on how to snap camera frames with NDK, C++ Camera 2 api?
I couldn't find any meaningful resources out there as it's sort of brand new API, however would be thankful for any help.
Thanks!
I found a good example of using camera2 from within C++ here: https://github.com/justinjoy/native-camera2
It's easy to follow and I got it running in a few minutes.