Advertisement
Mister_Magister

whoa

Apr 24th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. [nemo@Jolla ~]$ camres
  2. Camres version 0.0.2
  3. usage: camres {-o json-output-filename}
  4.  
  5. Resolutions for Primary camera:
  6. image resolutions:
  7. 3264x1836 (16:9)
  8. 3264x2448 (4:3)
  9. 2592x1458 (16:9)
  10. 2592x1944 (4:3)
  11. 1440x1080 (4:3)
  12. 1920x1080 (16:9)
  13. 1280x720 (16:9)
  14. 1280x960 (4:3)
  15. 640x480 (4:3)
  16. 352x288 (5:4)
  17. video resolutions:
  18. 1280x720 (16:9)
  19. 640x480 (4:3)
  20. 720x480 (3:2)
  21. 864x480 (9:5)
  22. 352x288 (5:4)
  23. 320x240 (4:3)
  24. 176x144 (5:4)
  25. viewfinder resolutions:
  26. 960x720 (4:3)
  27. 1280x720 (16:9)
  28. 768x432 (16:9)
  29. 640x480 (4:3)
  30. 864x480 (9:5)
  31. 320x240 (4:3)
  32. 176x144 (5:4)
  33. Resolutions for Secondary camera:
  34. image resolutions:
  35. 1440x1080 (4:3)
  36. 1920x1080 (16:9)
  37. 1280x720 (16:9)
  38. 1280x960 (4:3)
  39. 640x480 (4:3)
  40. 352x288 (5:4)
  41. video resolutions:
  42. 1280x720 (16:9)
  43. 640x480 (4:3)
  44. 720x480 (3:2)
  45. 864x480 (9:5)
  46. 352x288 (5:4)
  47. 320x240 (4:3)
  48. 176x144 (5:4)
  49. viewfinder resolutions:
  50. 960x720 (4:3)
  51. 1280x720 (16:9)
  52. 768x432 (16:9)
  53. 640x480 (4:3)
  54. 864x480 (9:5)
  55. 320x240 (4:3)
  56. 176x144 (5:4)
  57.  
  58. {
  59. "primary":
  60. {
  61. "image":
  62. [
  63. { "resolution": "3264x1836", "aspectRatio": "16:9" },
  64. { "resolution": "3264x2448", "aspectRatio": "4:3" },
  65. { "resolution": "2592x1458", "aspectRatio": "16:9" },
  66. { "resolution": "2592x1944", "aspectRatio": "4:3" },
  67. { "resolution": "1440x1080", "aspectRatio": "4:3" },
  68. { "resolution": "1920x1080", "aspectRatio": "16:9" },
  69. { "resolution": "1280x720", "aspectRatio": "16:9" },
  70. { "resolution": "1280x960", "aspectRatio": "4:3" },
  71. { "resolution": "640x480", "aspectRatio": "4:3" },
  72. { "resolution": "352x288", "aspectRatio": "5:4" }
  73. ],
  74. "video":
  75. [
  76. { "resolution": "1280x720", "aspectRatio": "16:9" },
  77. { "resolution": "640x480", "aspectRatio": "4:3" },
  78. { "resolution": "720x480", "aspectRatio": "3:2" },
  79. { "resolution": "864x480", "aspectRatio": "9:5" },
  80. { "resolution": "352x288", "aspectRatio": "5:4" },
  81. { "resolution": "320x240", "aspectRatio": "4:3" },
  82. { "resolution": "176x144", "aspectRatio": "5:4" }
  83. ],
  84. "viewfinder":
  85. {
  86. "viewfinderResolution_4_3" : "960x720",
  87. "viewfinderResolution_16_9" : "1280x720"
  88. }
  89. },
  90. "secondary":
  91. {
  92. "image":
  93. [
  94. { "resolution": "1440x1080", "aspectRatio": "4:3" },
  95. { "resolution": "1920x1080", "aspectRatio": "16:9" },
  96. { "resolution": "1280x720", "aspectRatio": "16:9" },
  97. { "resolution": "1280x960", "aspectRatio": "4:3" },
  98. { "resolution": "640x480", "aspectRatio": "4:3" },
  99. { "resolution": "352x288", "aspectRatio": "5:4" }
  100. ],
  101. "video":
  102. [
  103. { "resolution": "1280x720", "aspectRatio": "16:9" },
  104. { "resolution": "640x480", "aspectRatio": "4:3" },
  105. { "resolution": "720x480", "aspectRatio": "3:2" },
  106. { "resolution": "864x480", "aspectRatio": "9:5" },
  107. { "resolution": "352x288", "aspectRatio": "5:4" },
  108. { "resolution": "320x240", "aspectRatio": "4:3" },
  109. { "resolution": "176x144", "aspectRatio": "5:4" }
  110. ],
  111. "viewfinder":
  112. {
  113. "viewfinderResolution_4_3" : "960x720",
  114. "viewfinderResolution_16_9" : "1280x720"
  115. }
  116. }
  117. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement