PinePhone: get camera working in Phosh
According to #421 (closed), it's somewhat working in Plasma Mobile. Let's make it work in Phosh, too.
There is an open merge request !1442 (closed), but it doesn't work yet. Besides, it modifies the supported_pixformats
in the kernel to pretend that only V4L2_PIX_FMT_YUYV
and V4L2_PIX_FMT_UYVY
exist, as well as hardcoding framesizes
and frameintervals
. These are things that should really be fixed in userspace applications instead.
(Maybe we can use the plasma mobile camera app in Phosh as workaround?)