enable MIPI camera

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-06 23:39:50 +01:00
parent ec22fafec6
commit 897a92ea57
30 changed files with 22984 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{ channels, ... }:
final: prev:
{
libcamera-unstable = channels.unstable.libcamera;
pipewire-unstable = channels.unstable.pipewire;
}