Definitely! I will credit you as well on the Gitlab repo
Did you compile the code from the SDK or was it a QML file you just modified to hard code the orientation?
I just had to modify the qml file, and change some settings in dconf. I've attached the camera qml file.
rename the attached CameraPage.txt to CameraPage.qml, then copy to
/usr/share/jolla-camera/pages/CameraPage.qml
remember to make a backup first.
Then change some settings to enable the full sensor, and make sure focus works. To change settings, in the terminal use:
dconf write /apps/jolla-camera/primary/image/imageResolution "'2560x1920'"
dconf write /apps/jolla-camera/primary/image/focusDistanceValues "[8, 4, 16]"
you can see all the modes with:
droid-camres -w /tmp/a.txt
Add/set the values as per this file to change things like video res etc. Remember the " around the ' character otherwise you will get an error.
[ Invalid Attachment ]