You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the colors in camera preview are inverted.
For Xperia 10 III camera2 reports the following supported formats:
10-13 20:23:08.170 4552 942 I DroidMediaCamera: format 32 20 AIMAGE_FORMAT_RAW16
10-13 20:23:08.170 4552 942 I DroidMediaCamera: format 34 22 AIMAGE_FORMAT_PRIVATE
10-13 20:23:08.170 4552 942 I DroidMediaCamera: format 35 23 AIMAGE_FORMAT_YUV_420_888
10-13 20:23:08.170 4552 942 I DroidMediaCamera: format 36 24 AIMAGE_FORMAT_RAW_PRIVATE
10-13 20:23:08.170 4552 942 I DroidMediaCamera: format 37 25 AIMAGE_FORMAT_RAW10
10-13 20:23:08.170 4552 942 I DroidMediaCamera: format 256 100 AIMAGE_FORMAT_JPEG
@mal dropped AIMAGE_FORMAT_YUV_420_888 in some places but commented it out, commenting it back in does not make it work unfortunately
The text was updated successfully, but these errors were encountered:
Fun fact: I reverted to camera1 and while sf-camera and fennec browser (via android app support) show the correct colors, sf-browser does not. It has the inverted colors on master/camera1.
Currently the colors in camera preview are inverted.
For Xperia 10 III camera2 reports the following supported formats:
@mal dropped
AIMAGE_FORMAT_YUV_420_888
in some places but commented it out, commenting it back in does not make it work unfortunatelyThe text was updated successfully, but these errors were encountered: