Add YUYV mode for the pinephone

This commit is contained in:
Martijn Braam
2024-05-09 22:47:34 +02:00
parent e2ee7d2ac1
commit ef39de0c48

View File

@@ -33,6 +33,20 @@ Rear: {
FocalLength: 3.33;
FNumber: 3.0;
Pipeline: (
{Type: "Link", From: "ov5640", FromPad: 0, To: "sun6i-csi", ToPad: 0},
{Type: "Mode", Entity: "ov5640"}
);
}
{
Width: 1280;
Height: 720;
Rate: 30;
Format: "YUYV";
Rotate: 270;
FocalLength: 3.33;
FNumber: 3.0;
Pipeline: (
{Type: "Link", From: "ov5640", FromPad: 0, To: "sun6i-csi", ToPad: 0},
{Type: "Mode", Entity: "ov5640"}
@@ -62,4 +76,4 @@ Front: {
);
}
);
};
};