Add YUYV mode for the pinephone
This commit is contained in:
@@ -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: {
|
||||
);
|
||||
}
|
||||
);
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user