Skip to content

devices: Initial PinePhone support

James Westman requested to merge pinephone into master

The PinePhone device implementation adds support for the back camera flash and for switching cameras.

Switching cameras is tricky on the PinePhone because both cameras are on the same bus. To switch between them, various v4l2 commands must be used, rather than simply switching the device path. Thus, it requires custom code.

Merge request reports