Android, high definition view
Hello, I'm trying to make an app that has 1024x786 or 1920x1080 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 1200x500 so the highest resolution I get is 800x480. 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 1024x786 or 1920x1080. A perfect solution would be if I somehow could get 1920x1080 frames in the onCameraFrame function. Then I could process the frame, downscale it and return it so it fits in my view.