Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Android, high definition view

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.

Android, high definition view

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