uvc.conf 595 B

12345678910111213141516171819202122232425262728293031
  1. Version = 1;
  2. Make: "UVC";
  3. Model: "UVC";
  4. Rear: {
  5. SensorDriver: "ov5640";
  6. BridgeDriver: "uvcvideo";
  7. FlashPath: "/sys/class/leds/white:flash";
  8. IsoMin: 100;
  9. IsoMax: 64000;
  10. Modes: (
  11. {
  12. Width: 2592;
  13. Height: 1944;
  14. Rate: 15;
  15. Format: "BGGR8";
  16. Rotate: 270;
  17. FocalLength: 3.33;
  18. FNumber: 3.0;
  19. },
  20. {
  21. Width: 1280;
  22. Height: 720;
  23. Rate: 30;
  24. Format: "BGGR8";
  25. FocalLength: 3.33;
  26. FNumber: 3.0;
  27. }
  28. );
  29. };