yaturner / tcamViewerRelease

Android application to view and save images from tCam
GNU General Public License v3.0
6 stars 1 forks source link

Picture size optimization to use the available screen area better #31

Open malansk opened 1 month ago

malansk commented 1 month ago

In the documentation there is a sample picture which is using the available screen size of the Android mobile phone quite good. camera_screen_start_streaming

On my device (Samsung Galaxy S10, Android Version 12, Samsung One-UI Version 4.1) the picture is smaller which makes it hard to read. Screenshot_20240531_151010_tcamViewer

My phone has a 1440x3040 pixel screen resolution (19:9 ratio), maybe it's because of the ratio is different from 16:9 ? Is there a way to expand the picture window ? Maybe auto-detect resolution / screen ratio and adapt the picture window ?

Best regards, Martin

danjulio commented 1 day ago

Adding this to the source code repo as an issue. It will be lower priority than fixing bugs.