I want to take a raw image through the Camera2 API. There are plenty of guides for it, but none are done without a preview streamed to the screen.
I want to know if it is possible to code such that I can take raw images without a preview, perhaps a class I can instantiate and just call a method and get a Image
or byte[]
.