dreemurrs-embedded / Pine64-Arch

:penguin: Arch Linux ARM for your PinePhone/Pro and PineTab/2
706 stars 108 forks source link

Kernel device tree - front camera OmniVision OV8858 #259

Closed bjadel closed 1 year ago

bjadel commented 2 years ago
[alarm@danctnix ~]$ cat /proc/device-tree/i2c\@ff110000/camera\@3c/compatible 
ovti,ov5640
[alarm@danctnix ~]$ cat /proc/device-tree/i2c\@ff110000/camera\@1a/compatible
sony,imx258

I think the kernel device tree is not correct because my Pinephone Pro probably has the OmniVision OV8858 front camera installed. See here.

How can I check which camera is actually installed in my case?

Danct12 commented 1 year ago

There should be support for the front camera in the kernel as well in libcamera. Closing.