1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
[device]
make=Google
model=Pixel 3a
[front]
driver=imx355
media-driver=qcom-camss
rotate=270
mirrored=true
# This camera is capable of a higher resolution image, but the stride is
# aligned to 16 bytes. Use the highest resolution that is aligned to 16 bytes
# when it is aligned to 8 bytes (i.e. width / 6.4 rounds up to an even number).
capture-width=3264
capture-height=2448
capture-rate=30
capture-fmt=RGGB10P
preview-width=1940
preview-height=1096
preview-rate=30
preview-fmt=RGGB10P
media-links=imx355:0->msm_csiphy1:0,msm_csiphy1:1->msm_csid0:0,msm_csid0:1->msm_vfe0_rdi0:0
|