Hello, I'm trying to make an app that has 1024786 or 19201080 resolution camera view on it. So far, from what I understand you cant view with resolution higher than your screen using the usual class CameraBridgeViewBase. From what I understand what happens is that my view resolution is around 1200500 so the highest resolution I get is 800480. Is there something I'm missing? By the way, I checked out the third tutorial and the way they changed their resolution but as I said it doesnt work because my view is smaller than 1024786 or 19201080. A perfect solution would be if I somehow could get 1920*1080 frames in the onCameraFrame function. Then I could process the frame, downscale it and return it so it fits in my view.