I use the Sony Camera Remote API to stream the live view from my Sony a7R to my Android smartphone. I started with the sample application which is shipped with the SDK. In this scenario, the image quality is not great, but acceptable.
However, I am only interested in the central 1/9th-tile of the image (i.e. 1/3 of both width and height of the original image). I want to magnify this center tile to cover all of the screen of the Android device, the rest is not shown. The magnified image exhibits severe artifacts (see screenshot of my Android app). The camera itself of course produces image-qualities far beyond of what is sent by the Remote API currently.
Is it possible to increase the quality of the images sent by the camera? How can this be achieved?