12345678910111213141516171819202122232425262728293031 |
- Version = 1;
- Make: "UVC";
- Model: "UVC";
- Rear: {
- SensorDriver: "ov5640";
- BridgeDriver: "uvcvideo";
- 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;
- },
- {
- Width: 1280;
- Height: 720;
- Rate: 30;
- Format: "BGGR8";
- FocalLength: 3.33;
- FNumber: 3.0;
- }
- );
- };
|