12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- Version = 1;
- Make: "PINE64";
- Model: "PinePhone";
- Rear: {
- SensorDriver: "ov5640";
- BridgeDriver: "sun6i-csi";
- FlashPath: "/sys/class/leds/white:flash";
- IsoMin: 100;
- IsoMax: 64000;
- Modes: (
- {
- Width: 2592;
- Height: 1944;
- Rate: 15;
- Format: "BGGR8";
- Rotate: 270;
- FocalLength: 3.33;
- FNumber: 3.0;
- Pipeline: (
- {Type: "Link", From: "ov5640", FromPad: 0, To: "sun6i-csi", ToPad: 0},
- {Type: "Mode", Entity: "ov5640", Width: 2592, Height: 1944, Format: "BGGR8"}
- );
- },
- {
- Width: 1280;
- Height: 720;
- Rate: 30;
- Format: "BGGR8";
- Rotate: 270;
- 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"}
- );
- }
- );
- };
- Front: {
- SensorDriver: "gc2145";
- BridgeDriver: "sun6i-csi";
- FlashDisplay: true;
- Modes: (
- {
- Width: 1280;
- Height: 960;
- Rate: 60;
- Format: "BGGR8";
- Rotate: 90;
- Mirror: true;
- Pipeline: (
- {Type: "Link", From: "gc2145", FromPad: 0, To: "sun6i-csi", ToPad: 0},
- {Type: "Mode", Entity: "gc2145"}
- );
- }
- );
- };
|