edge-impulse-linux 1.19.0 → 1.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (180) hide show
  1. package/build/cli/linux/linux.js +9 -1
  2. package/build/cli/linux/linux.js.map +1 -1
  3. package/build/cli/linux/runner-downloader.js +5 -1
  4. package/build/cli/linux/runner-downloader.js.map +1 -1
  5. package/build/cli/linux/runner.js +21 -6
  6. package/build/cli/linux/runner.js.map +1 -1
  7. package/build/library/classifier/image-classifier.d.ts +2 -0
  8. package/build/library/classifier/image-classifier.js +84 -54
  9. package/build/library/classifier/image-classifier.js.map +1 -1
  10. package/build/library/data-forwarder.d.ts +1 -1
  11. package/build/library/data-forwarder.js +17 -33
  12. package/build/library/data-forwarder.js.map +1 -1
  13. package/build/library/sensors/gstreamer.d.ts +10 -4
  14. package/build/library/sensors/gstreamer.js +248 -58
  15. package/build/library/sensors/gstreamer.js.map +1 -1
  16. package/build/library/sensors/icamera.d.ts +30 -1
  17. package/build/library/sensors/imagesnap.d.ts +2 -2
  18. package/build/library/sensors/imagesnap.js +8 -2
  19. package/build/library/sensors/imagesnap.js.map +1 -1
  20. package/build/library/sensors/prophesee.d.ts +2 -2
  21. package/build/library/sensors/prophesee.js +6 -1
  22. package/build/library/sensors/prophesee.js.map +1 -1
  23. package/build/library/sensors/sensors-helper.d.ts +3 -0
  24. package/build/library/sensors/sensors-helper.js +4 -3
  25. package/build/library/sensors/sensors-helper.js.map +1 -1
  26. package/build/sdk/studio/sdk/api/adminApi.d.ts +4 -6
  27. package/build/sdk/studio/sdk/api/adminApi.js +4782 -4928
  28. package/build/sdk/studio/sdk/api/adminApi.js.map +1 -1
  29. package/build/sdk/studio/sdk/api/authApi.d.ts +4 -6
  30. package/build/sdk/studio/sdk/api/authApi.js +88 -56
  31. package/build/sdk/studio/sdk/api/authApi.js.map +1 -1
  32. package/build/sdk/studio/sdk/api/cDNApi.d.ts +4 -6
  33. package/build/sdk/studio/sdk/api/cDNApi.js +76 -53
  34. package/build/sdk/studio/sdk/api/cDNApi.js.map +1 -1
  35. package/build/sdk/studio/sdk/api/canaryApi.d.ts +4 -6
  36. package/build/sdk/studio/sdk/api/canaryApi.js +79 -53
  37. package/build/sdk/studio/sdk/api/canaryApi.js.map +1 -1
  38. package/build/sdk/studio/sdk/api/classifyApi.d.ts +4 -6
  39. package/build/sdk/studio/sdk/api/classifyApi.js +527 -499
  40. package/build/sdk/studio/sdk/api/classifyApi.js.map +1 -1
  41. package/build/sdk/studio/sdk/api/dSPApi.d.ts +4 -6
  42. package/build/sdk/studio/sdk/api/dSPApi.js +938 -942
  43. package/build/sdk/studio/sdk/api/dSPApi.js.map +1 -1
  44. package/build/sdk/studio/sdk/api/deploymentApi.d.ts +4 -6
  45. package/build/sdk/studio/sdk/api/deploymentApi.js +680 -603
  46. package/build/sdk/studio/sdk/api/deploymentApi.js.map +1 -1
  47. package/build/sdk/studio/sdk/api/devicesApi.d.ts +4 -6
  48. package/build/sdk/studio/sdk/api/devicesApi.js +802 -800
  49. package/build/sdk/studio/sdk/api/devicesApi.js.map +1 -1
  50. package/build/sdk/studio/sdk/api/emailVerificationApi.d.ts +4 -6
  51. package/build/sdk/studio/sdk/api/emailVerificationApi.js +184 -190
  52. package/build/sdk/studio/sdk/api/emailVerificationApi.js.map +1 -1
  53. package/build/sdk/studio/sdk/api/exportApi.d.ts +4 -6
  54. package/build/sdk/studio/sdk/api/exportApi.js +88 -56
  55. package/build/sdk/studio/sdk/api/exportApi.js.map +1 -1
  56. package/build/sdk/studio/sdk/api/featureFlagsApi.d.ts +4 -6
  57. package/build/sdk/studio/sdk/api/featureFlagsApi.js +76 -52
  58. package/build/sdk/studio/sdk/api/featureFlagsApi.js.map +1 -1
  59. package/build/sdk/studio/sdk/api/healthApi.d.ts +4 -6
  60. package/build/sdk/studio/sdk/api/healthApi.js +111 -97
  61. package/build/sdk/studio/sdk/api/healthApi.js.map +1 -1
  62. package/build/sdk/studio/sdk/api/impulseApi.d.ts +4 -6
  63. package/build/sdk/studio/sdk/api/impulseApi.js +942 -902
  64. package/build/sdk/studio/sdk/api/impulseApi.js.map +1 -1
  65. package/build/sdk/studio/sdk/api/integrationsApi.d.ts +4 -6
  66. package/build/sdk/studio/sdk/api/integrationsApi.js +136 -106
  67. package/build/sdk/studio/sdk/api/integrationsApi.js.map +1 -1
  68. package/build/sdk/studio/sdk/api/jobsApi.d.ts +4 -6
  69. package/build/sdk/studio/sdk/api/jobsApi.js +2270 -2326
  70. package/build/sdk/studio/sdk/api/jobsApi.js.map +1 -1
  71. package/build/sdk/studio/sdk/api/learnApi.d.ts +22 -6
  72. package/build/sdk/studio/sdk/api/learnApi.js +1597 -1424
  73. package/build/sdk/studio/sdk/api/learnApi.js.map +1 -1
  74. package/build/sdk/studio/sdk/api/loginApi.d.ts +4 -6
  75. package/build/sdk/studio/sdk/api/loginApi.js +112 -98
  76. package/build/sdk/studio/sdk/api/loginApi.js.map +1 -1
  77. package/build/sdk/studio/sdk/api/metricsApi.d.ts +4 -6
  78. package/build/sdk/studio/sdk/api/metricsApi.js +148 -144
  79. package/build/sdk/studio/sdk/api/metricsApi.js.map +1 -1
  80. package/build/sdk/studio/sdk/api/optimizationApi.d.ts +4 -6
  81. package/build/sdk/studio/sdk/api/optimizationApi.js +844 -844
  82. package/build/sdk/studio/sdk/api/optimizationApi.js.map +1 -1
  83. package/build/sdk/studio/sdk/api/organizationBlocksApi.d.ts +4 -6
  84. package/build/sdk/studio/sdk/api/organizationBlocksApi.js +1968 -1550
  85. package/build/sdk/studio/sdk/api/organizationBlocksApi.js.map +1 -1
  86. package/build/sdk/studio/sdk/api/organizationCreateProjectApi.d.ts +4 -6
  87. package/build/sdk/studio/sdk/api/organizationCreateProjectApi.js +700 -652
  88. package/build/sdk/studio/sdk/api/organizationCreateProjectApi.js.map +1 -1
  89. package/build/sdk/studio/sdk/api/organizationDataApi.d.ts +4 -6
  90. package/build/sdk/studio/sdk/api/organizationDataApi.js +2074 -1985
  91. package/build/sdk/studio/sdk/api/organizationDataApi.js.map +1 -1
  92. package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.d.ts +4 -6
  93. package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.js +626 -602
  94. package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.js.map +1 -1
  95. package/build/sdk/studio/sdk/api/organizationJobsApi.d.ts +4 -6
  96. package/build/sdk/studio/sdk/api/organizationJobsApi.js +417 -399
  97. package/build/sdk/studio/sdk/api/organizationJobsApi.js.map +1 -1
  98. package/build/sdk/studio/sdk/api/organizationPipelinesApi.d.ts +4 -6
  99. package/build/sdk/studio/sdk/api/organizationPipelinesApi.js +419 -401
  100. package/build/sdk/studio/sdk/api/organizationPipelinesApi.js.map +1 -1
  101. package/build/sdk/studio/sdk/api/organizationPortalsApi.d.ts +4 -6
  102. package/build/sdk/studio/sdk/api/organizationPortalsApi.js +372 -352
  103. package/build/sdk/studio/sdk/api/organizationPortalsApi.js.map +1 -1
  104. package/build/sdk/studio/sdk/api/organizationsApi.d.ts +4 -6
  105. package/build/sdk/studio/sdk/api/organizationsApi.js +4024 -4050
  106. package/build/sdk/studio/sdk/api/organizationsApi.js.map +1 -1
  107. package/build/sdk/studio/sdk/api/performanceCalibrationApi.d.ts +4 -6
  108. package/build/sdk/studio/sdk/api/performanceCalibrationApi.js +586 -560
  109. package/build/sdk/studio/sdk/api/performanceCalibrationApi.js.map +1 -1
  110. package/build/sdk/studio/sdk/api/postProcessingApi.d.ts +4 -6
  111. package/build/sdk/studio/sdk/api/postProcessingApi.js +279 -255
  112. package/build/sdk/studio/sdk/api/postProcessingApi.js.map +1 -1
  113. package/build/sdk/studio/sdk/api/projectsApi.d.ts +4 -6
  114. package/build/sdk/studio/sdk/api/projectsApi.js +2758 -2818
  115. package/build/sdk/studio/sdk/api/projectsApi.js.map +1 -1
  116. package/build/sdk/studio/sdk/api/rawDataApi.d.ts +4 -6
  117. package/build/sdk/studio/sdk/api/rawDataApi.js +3055 -3131
  118. package/build/sdk/studio/sdk/api/rawDataApi.js.map +1 -1
  119. package/build/sdk/studio/sdk/api/testApi.d.ts +4 -6
  120. package/build/sdk/studio/sdk/api/testApi.js +152 -108
  121. package/build/sdk/studio/sdk/api/testApi.js.map +1 -1
  122. package/build/sdk/studio/sdk/api/themesApi.d.ts +4 -6
  123. package/build/sdk/studio/sdk/api/themesApi.js +341 -305
  124. package/build/sdk/studio/sdk/api/themesApi.js.map +1 -1
  125. package/build/sdk/studio/sdk/api/thirdPartyAuthApi.d.ts +4 -6
  126. package/build/sdk/studio/sdk/api/thirdPartyAuthApi.js +387 -353
  127. package/build/sdk/studio/sdk/api/thirdPartyAuthApi.js.map +1 -1
  128. package/build/sdk/studio/sdk/api/uploadPortalApi.d.ts +4 -6
  129. package/build/sdk/studio/sdk/api/uploadPortalApi.js +375 -355
  130. package/build/sdk/studio/sdk/api/uploadPortalApi.js.map +1 -1
  131. package/build/sdk/studio/sdk/api/userApi.d.ts +4 -6
  132. package/build/sdk/studio/sdk/api/userApi.js +2345 -2452
  133. package/build/sdk/studio/sdk/api/userApi.js.map +1 -1
  134. package/build/sdk/studio/sdk/api/vlmApi.d.ts +4 -6
  135. package/build/sdk/studio/sdk/api/vlmApi.js +277 -253
  136. package/build/sdk/studio/sdk/api/vlmApi.js.map +1 -1
  137. package/build/sdk/studio/sdk/api/whitelabelsApi.d.ts +4 -6
  138. package/build/sdk/studio/sdk/api/whitelabelsApi.js +408 -398
  139. package/build/sdk/studio/sdk/api/whitelabelsApi.js.map +1 -1
  140. package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.d.ts +4 -0
  141. package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.js +5 -0
  142. package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.js.map +1 -1
  143. package/build/sdk/studio/sdk/model/models.d.ts +47 -7
  144. package/build/sdk/studio/sdk/model/models.js +42 -38
  145. package/build/sdk/studio/sdk/model/models.js.map +1 -1
  146. package/build/sdk/studio/sdk/model/uploadPretrainedModelByUrlRequest.d.ts +47 -0
  147. package/build/sdk/studio/sdk/model/uploadPretrainedModelByUrlRequest.js +55 -0
  148. package/build/sdk/studio/sdk/model/uploadPretrainedModelByUrlRequest.js.map +1 -0
  149. package/build/sdk/studio/sdk/model/uploadPretrainedModelRequest.d.ts +4 -0
  150. package/build/sdk/studio/sdk/model/uploadPretrainedModelRequest.js +5 -0
  151. package/build/sdk/studio/sdk/model/uploadPretrainedModelRequest.js.map +1 -1
  152. package/package.json +4 -2
  153. package/test/gstreamer.test.ts +1487 -3840
  154. package/test/imx219-csi-on-arduino-unoq-inspect.txt +564 -0
  155. package/test/imx219-csi-on-arduino-unoq-monitor.txt +285 -0
  156. package/test/logitech-c920-on-ubuntu-22-parallells.txt +211 -0
  157. package/test/logitech-c922-on-rpi-bullseye-2.txt +270 -0
  158. package/test/logitech-c922-on-rpi-bullseye.txt +331 -0
  159. package/test/macbook-pro-w-internal-and-external-cam-inspect.txt +1496 -0
  160. package/test/macbook-pro-w-internal-and-external-cam-monitor.txt +209 -0
  161. package/test/nvidia-jetson-w-csi-camera.txt +94 -0
  162. package/test/nvidia-jetson-w-logitech-c922-monitor.txt +204 -0
  163. package/test/nvidia-orin-w-basler-camera-inspect.txt +859 -0
  164. package/test/nvidia-orin-w-basler-camera-pylonsrc.txt +806 -0
  165. package/test/qualcomm-rb3-gen-2-ubuntu-no-external-camera-inspect-qtiqmmfsrc.txt +438 -0
  166. package/test/qualcomm-rb3-gen-2-ubuntu-no-external-camera-inspect.txt +958 -0
  167. package/test/qualcomm-rb3-gen-2-ubuntu-no-external-camera-monitor.txt +159 -0
  168. package/test/rb1-debian-inspect.txt +568 -0
  169. package/test/rb1-debian-libcamera-monitor.txt +190 -0
  170. package/test/rpi-cam-v3-c920-webcam-bookworm-no-libcamerasrc.txt +383 -0
  171. package/test/rpi4-trixie-csi-gst-device-monitor.txt +1110 -0
  172. package/test/rpi4-trixie-csi-gst-inspect.txt +1379 -0
  173. package/test/rpi5-with-csi-imx500-camera-monitor.txt +3617 -0
  174. package/test/rpi5-with-csi-imx708-monitor.txt +2277 -0
  175. package/test/usb-camera-on-rpi-w-image-jpg.txt +130 -0
  176. /package/test/{qualcomm-rb3-inspect-qtiqmmfsrc.txt → qualcomm-rb3-gen-2-qimp-linux-1-2-with-logitech-brio-inspect-qtiqmmfsrc.txt} +0 -0
  177. /package/test/{qualcomm-rb3-inspect.txt → qualcomm-rb3-gen-2-qimp-linux-1-2-with-logitech-brio-inspect.txt} +0 -0
  178. /package/test/{qualcomm-rb3-monitor-brio.txt → qualcomm-rb3-gen-2-qimp-linux-1-2-with-logitech-brio-monitor.txt} +0 -0
  179. /package/test/{triple-vision-camera-inspect.txt → triple-vision-ai-industrial-camera-inspect.txt} +0 -0
  180. /package/test/{triple-vision-camera-monitor.txt → triple-vision-ai-industrial-camera-monitor.txt} +0 -0
@@ -0,0 +1,2277 @@
1
+ Probing devices...
2
+
3
+
4
+ Device found:
5
+
6
+ name : /base/axi/pcie@1000120000/rp1/i2c@88000/imx708@1a
7
+ class : Source/Video
8
+ caps : video/x-raw, format=GRAY8, width=160, height=120
9
+ video/x-raw, format=GRAY8, width=240, height=160
10
+ video/x-raw, format=GRAY8, width=320, height=240
11
+ video/x-raw, format=GRAY8, width=400, height=240
12
+ video/x-raw, format=GRAY8, width=480, height=320
13
+ video/x-raw, format=GRAY8, width=640, height=360
14
+ video/x-raw, format=GRAY8, width=640, height=480
15
+ video/x-raw, format=GRAY8, width=720, height=480
16
+ video/x-raw, format=GRAY8, width=768, height=480
17
+ video/x-raw, format=GRAY8, width=854, height=480
18
+ video/x-raw, format=GRAY8, width=720, height=576
19
+ video/x-raw, format=GRAY8, width=800, height=600
20
+ video/x-raw, format=GRAY8, width=960, height=540
21
+ video/x-raw, format=GRAY8, width=1024, height=576
22
+ video/x-raw, format=GRAY8, width=960, height=640
23
+ video/x-raw, format=GRAY8, width=1024, height=600
24
+ video/x-raw, format=GRAY8, width=1024, height=768
25
+ video/x-raw, format=GRAY8, width=1280, height=720
26
+ video/x-raw, format=GRAY8, width=1152, height=864
27
+ video/x-raw, format=GRAY8, width=1280, height=800
28
+ video/x-raw, format=GRAY8, width=1360, height=768
29
+ video/x-raw, format=GRAY8, width=1366, height=768
30
+ video/x-raw, format=GRAY8, width=1440, height=900
31
+ video/x-raw, format=GRAY8, width=1280, height=1024
32
+ video/x-raw, format=GRAY8, width=1536, height=864
33
+ video/x-raw, format=GRAY8, width=1280, height=1080
34
+ video/x-raw, format=GRAY8, width=1600, height=900
35
+ video/x-raw, format=GRAY8, width=1400, height=1050
36
+ video/x-raw, format=GRAY8, width=1680, height=1050
37
+ video/x-raw, format=GRAY8, width=1600, height=1200
38
+ video/x-raw, format=GRAY8, width=1920, height=1080
39
+ video/x-raw, format=GRAY8, width=2048, height=1080
40
+ video/x-raw, format=GRAY8, width=1920, height=1200
41
+ video/x-raw, format=GRAY8, width=2160, height=1080
42
+ video/x-raw, format=GRAY8, width=2048, height=1152
43
+ video/x-raw, format=GRAY8, width=2560, height=1080
44
+ video/x-raw, format=GRAY8, width=2048, height=1536
45
+ video/x-raw, format=GRAY8, width=2560, height=1440
46
+ video/x-raw, format=GRAY8, width=2560, height=1600
47
+ video/x-raw, format=GRAY8, width=3840, height=1080
48
+ video/x-raw, format=GRAY8, width=2960, height=1440
49
+ video/x-raw, format=GRAY8, width=3440, height=1440
50
+ video/x-raw, format=GRAY8, width=2560, height=2048
51
+ video/x-raw, format=GRAY8, width=3200, height=1800
52
+ video/x-raw, format=GRAY8, width=3840, height=1600
53
+ video/x-raw, format=GRAY8, width=3200, height=2048
54
+ video/x-raw, format=GRAY8, width=3200, height=2400
55
+ video/x-raw, format=GRAY8, width=3840, height=2160
56
+ video/x-raw, format=GRAY8, width=4096, height=2160
57
+ video/x-raw, format=GRAY8, width=3840, height=2400
58
+ video/x-raw, format=GRAY8, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
59
+ video/x-raw, format=GRAY16_LE, width=160, height=120
60
+ video/x-raw, format=GRAY16_LE, width=240, height=160
61
+ video/x-raw, format=GRAY16_LE, width=320, height=240
62
+ video/x-raw, format=GRAY16_LE, width=400, height=240
63
+ video/x-raw, format=GRAY16_LE, width=480, height=320
64
+ video/x-raw, format=GRAY16_LE, width=640, height=360
65
+ video/x-raw, format=GRAY16_LE, width=640, height=480
66
+ video/x-raw, format=GRAY16_LE, width=720, height=480
67
+ video/x-raw, format=GRAY16_LE, width=768, height=480
68
+ video/x-raw, format=GRAY16_LE, width=854, height=480
69
+ video/x-raw, format=GRAY16_LE, width=720, height=576
70
+ video/x-raw, format=GRAY16_LE, width=800, height=600
71
+ video/x-raw, format=GRAY16_LE, width=960, height=540
72
+ video/x-raw, format=GRAY16_LE, width=1024, height=576
73
+ video/x-raw, format=GRAY16_LE, width=960, height=640
74
+ video/x-raw, format=GRAY16_LE, width=1024, height=600
75
+ video/x-raw, format=GRAY16_LE, width=1024, height=768
76
+ video/x-raw, format=GRAY16_LE, width=1280, height=720
77
+ video/x-raw, format=GRAY16_LE, width=1152, height=864
78
+ video/x-raw, format=GRAY16_LE, width=1280, height=800
79
+ video/x-raw, format=GRAY16_LE, width=1360, height=768
80
+ video/x-raw, format=GRAY16_LE, width=1366, height=768
81
+ video/x-raw, format=GRAY16_LE, width=1440, height=900
82
+ video/x-raw, format=GRAY16_LE, width=1280, height=1024
83
+ video/x-raw, format=GRAY16_LE, width=1536, height=864
84
+ video/x-raw, format=GRAY16_LE, width=1280, height=1080
85
+ video/x-raw, format=GRAY16_LE, width=1600, height=900
86
+ video/x-raw, format=GRAY16_LE, width=1400, height=1050
87
+ video/x-raw, format=GRAY16_LE, width=1680, height=1050
88
+ video/x-raw, format=GRAY16_LE, width=1600, height=1200
89
+ video/x-raw, format=GRAY16_LE, width=1920, height=1080
90
+ video/x-raw, format=GRAY16_LE, width=2048, height=1080
91
+ video/x-raw, format=GRAY16_LE, width=1920, height=1200
92
+ video/x-raw, format=GRAY16_LE, width=2160, height=1080
93
+ video/x-raw, format=GRAY16_LE, width=2048, height=1152
94
+ video/x-raw, format=GRAY16_LE, width=2560, height=1080
95
+ video/x-raw, format=GRAY16_LE, width=2048, height=1536
96
+ video/x-raw, format=GRAY16_LE, width=2560, height=1440
97
+ video/x-raw, format=GRAY16_LE, width=2560, height=1600
98
+ video/x-raw, format=GRAY16_LE, width=3840, height=1080
99
+ video/x-raw, format=GRAY16_LE, width=2960, height=1440
100
+ video/x-raw, format=GRAY16_LE, width=3440, height=1440
101
+ video/x-raw, format=GRAY16_LE, width=2560, height=2048
102
+ video/x-raw, format=GRAY16_LE, width=3200, height=1800
103
+ video/x-raw, format=GRAY16_LE, width=3840, height=1600
104
+ video/x-raw, format=GRAY16_LE, width=3200, height=2048
105
+ video/x-raw, format=GRAY16_LE, width=3200, height=2400
106
+ video/x-raw, format=GRAY16_LE, width=3840, height=2160
107
+ video/x-raw, format=GRAY16_LE, width=4096, height=2160
108
+ video/x-raw, format=GRAY16_LE, width=3840, height=2400
109
+ video/x-raw, format=GRAY16_LE, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
110
+ video/x-bayer, format=grbg10le, width=160, height=120
111
+ video/x-bayer, format=grbg10le, width=240, height=160
112
+ video/x-bayer, format=grbg10le, width=320, height=240
113
+ video/x-bayer, format=grbg10le, width=400, height=240
114
+ video/x-bayer, format=grbg10le, width=480, height=320
115
+ video/x-bayer, format=grbg10le, width=640, height=360
116
+ video/x-bayer, format=grbg10le, width=640, height=480
117
+ video/x-bayer, format=grbg10le, width=720, height=480
118
+ video/x-bayer, format=grbg10le, width=768, height=480
119
+ video/x-bayer, format=grbg10le, width=854, height=480
120
+ video/x-bayer, format=grbg10le, width=720, height=576
121
+ video/x-bayer, format=grbg10le, width=800, height=600
122
+ video/x-bayer, format=grbg10le, width=960, height=540
123
+ video/x-bayer, format=grbg10le, width=1024, height=576
124
+ video/x-bayer, format=grbg10le, width=960, height=640
125
+ video/x-bayer, format=grbg10le, width=1024, height=600
126
+ video/x-bayer, format=grbg10le, width=1024, height=768
127
+ video/x-bayer, format=grbg10le, width=1280, height=720
128
+ video/x-bayer, format=grbg10le, width=1152, height=864
129
+ video/x-bayer, format=grbg10le, width=1280, height=800
130
+ video/x-bayer, format=grbg10le, width=1360, height=768
131
+ video/x-bayer, format=grbg10le, width=1366, height=768
132
+ video/x-bayer, format=grbg10le, width=1440, height=900
133
+ video/x-bayer, format=grbg10le, width=1280, height=1024
134
+ video/x-bayer, format=grbg10le, width=1536, height=864
135
+ video/x-bayer, format=grbg10le, width=1280, height=1080
136
+ video/x-bayer, format=grbg10le, width=1600, height=900
137
+ video/x-bayer, format=grbg10le, width=1400, height=1050
138
+ video/x-bayer, format=grbg10le, width=1680, height=1050
139
+ video/x-bayer, format=grbg10le, width=1600, height=1200
140
+ video/x-bayer, format=grbg10le, width=1920, height=1080
141
+ video/x-bayer, format=grbg10le, width=2048, height=1080
142
+ video/x-bayer, format=grbg10le, width=1920, height=1200
143
+ video/x-bayer, format=grbg10le, width=2160, height=1080
144
+ video/x-bayer, format=grbg10le, width=2048, height=1152
145
+ video/x-bayer, format=grbg10le, width=2560, height=1080
146
+ video/x-bayer, format=grbg10le, width=2048, height=1536
147
+ video/x-bayer, format=grbg10le, width=2560, height=1440
148
+ video/x-bayer, format=grbg10le, width=2560, height=1600
149
+ video/x-bayer, format=grbg10le, width=3840, height=1080
150
+ video/x-bayer, format=grbg10le, width=2960, height=1440
151
+ video/x-bayer, format=grbg10le, width=3440, height=1440
152
+ video/x-bayer, format=grbg10le, width=2560, height=2048
153
+ video/x-bayer, format=grbg10le, width=3200, height=1800
154
+ video/x-bayer, format=grbg10le, width=3840, height=1600
155
+ video/x-bayer, format=grbg10le, width=3200, height=2048
156
+ video/x-bayer, format=grbg10le, width=3200, height=2400
157
+ video/x-bayer, format=grbg10le, width=3840, height=2160
158
+ video/x-bayer, format=grbg10le, width=4096, height=2160
159
+ video/x-bayer, format=grbg10le, width=3840, height=2400
160
+ video/x-bayer, format=grbg10le, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
161
+ video/x-bayer, format=gbrg10le, width=160, height=120
162
+ video/x-bayer, format=gbrg10le, width=240, height=160
163
+ video/x-bayer, format=gbrg10le, width=320, height=240
164
+ video/x-bayer, format=gbrg10le, width=400, height=240
165
+ video/x-bayer, format=gbrg10le, width=480, height=320
166
+ video/x-bayer, format=gbrg10le, width=640, height=360
167
+ video/x-bayer, format=gbrg10le, width=640, height=480
168
+ video/x-bayer, format=gbrg10le, width=720, height=480
169
+ video/x-bayer, format=gbrg10le, width=768, height=480
170
+ video/x-bayer, format=gbrg10le, width=854, height=480
171
+ video/x-bayer, format=gbrg10le, width=720, height=576
172
+ video/x-bayer, format=gbrg10le, width=800, height=600
173
+ video/x-bayer, format=gbrg10le, width=960, height=540
174
+ video/x-bayer, format=gbrg10le, width=1024, height=576
175
+ video/x-bayer, format=gbrg10le, width=960, height=640
176
+ video/x-bayer, format=gbrg10le, width=1024, height=600
177
+ video/x-bayer, format=gbrg10le, width=1024, height=768
178
+ video/x-bayer, format=gbrg10le, width=1280, height=720
179
+ video/x-bayer, format=gbrg10le, width=1152, height=864
180
+ video/x-bayer, format=gbrg10le, width=1280, height=800
181
+ video/x-bayer, format=gbrg10le, width=1360, height=768
182
+ video/x-bayer, format=gbrg10le, width=1366, height=768
183
+ video/x-bayer, format=gbrg10le, width=1440, height=900
184
+ video/x-bayer, format=gbrg10le, width=1280, height=1024
185
+ video/x-bayer, format=gbrg10le, width=1536, height=864
186
+ video/x-bayer, format=gbrg10le, width=1280, height=1080
187
+ video/x-bayer, format=gbrg10le, width=1600, height=900
188
+ video/x-bayer, format=gbrg10le, width=1400, height=1050
189
+ video/x-bayer, format=gbrg10le, width=1680, height=1050
190
+ video/x-bayer, format=gbrg10le, width=1600, height=1200
191
+ video/x-bayer, format=gbrg10le, width=1920, height=1080
192
+ video/x-bayer, format=gbrg10le, width=2048, height=1080
193
+ video/x-bayer, format=gbrg10le, width=1920, height=1200
194
+ video/x-bayer, format=gbrg10le, width=2160, height=1080
195
+ video/x-bayer, format=gbrg10le, width=2048, height=1152
196
+ video/x-bayer, format=gbrg10le, width=2560, height=1080
197
+ video/x-bayer, format=gbrg10le, width=2048, height=1536
198
+ video/x-bayer, format=gbrg10le, width=2560, height=1440
199
+ video/x-bayer, format=gbrg10le, width=2560, height=1600
200
+ video/x-bayer, format=gbrg10le, width=3840, height=1080
201
+ video/x-bayer, format=gbrg10le, width=2960, height=1440
202
+ video/x-bayer, format=gbrg10le, width=3440, height=1440
203
+ video/x-bayer, format=gbrg10le, width=2560, height=2048
204
+ video/x-bayer, format=gbrg10le, width=3200, height=1800
205
+ video/x-bayer, format=gbrg10le, width=3840, height=1600
206
+ video/x-bayer, format=gbrg10le, width=3200, height=2048
207
+ video/x-bayer, format=gbrg10le, width=3200, height=2400
208
+ video/x-bayer, format=gbrg10le, width=3840, height=2160
209
+ video/x-bayer, format=gbrg10le, width=4096, height=2160
210
+ video/x-bayer, format=gbrg10le, width=3840, height=2400
211
+ video/x-bayer, format=gbrg10le, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
212
+ video/x-bayer, format=bggr10le, width=160, height=120
213
+ video/x-bayer, format=bggr10le, width=240, height=160
214
+ video/x-bayer, format=bggr10le, width=320, height=240
215
+ video/x-bayer, format=bggr10le, width=400, height=240
216
+ video/x-bayer, format=bggr10le, width=480, height=320
217
+ video/x-bayer, format=bggr10le, width=640, height=360
218
+ video/x-bayer, format=bggr10le, width=640, height=480
219
+ video/x-bayer, format=bggr10le, width=720, height=480
220
+ video/x-bayer, format=bggr10le, width=768, height=480
221
+ video/x-bayer, format=bggr10le, width=854, height=480
222
+ video/x-bayer, format=bggr10le, width=720, height=576
223
+ video/x-bayer, format=bggr10le, width=800, height=600
224
+ video/x-bayer, format=bggr10le, width=960, height=540
225
+ video/x-bayer, format=bggr10le, width=1024, height=576
226
+ video/x-bayer, format=bggr10le, width=960, height=640
227
+ video/x-bayer, format=bggr10le, width=1024, height=600
228
+ video/x-bayer, format=bggr10le, width=1024, height=768
229
+ video/x-bayer, format=bggr10le, width=1280, height=720
230
+ video/x-bayer, format=bggr10le, width=1152, height=864
231
+ video/x-bayer, format=bggr10le, width=1280, height=800
232
+ video/x-bayer, format=bggr10le, width=1360, height=768
233
+ video/x-bayer, format=bggr10le, width=1366, height=768
234
+ video/x-bayer, format=bggr10le, width=1440, height=900
235
+ video/x-bayer, format=bggr10le, width=1280, height=1024
236
+ video/x-bayer, format=bggr10le, width=1536, height=864
237
+ video/x-bayer, format=bggr10le, width=1280, height=1080
238
+ video/x-bayer, format=bggr10le, width=1600, height=900
239
+ video/x-bayer, format=bggr10le, width=1400, height=1050
240
+ video/x-bayer, format=bggr10le, width=1680, height=1050
241
+ video/x-bayer, format=bggr10le, width=1600, height=1200
242
+ video/x-bayer, format=bggr10le, width=1920, height=1080
243
+ video/x-bayer, format=bggr10le, width=2048, height=1080
244
+ video/x-bayer, format=bggr10le, width=1920, height=1200
245
+ video/x-bayer, format=bggr10le, width=2160, height=1080
246
+ video/x-bayer, format=bggr10le, width=2048, height=1152
247
+ video/x-bayer, format=bggr10le, width=2560, height=1080
248
+ video/x-bayer, format=bggr10le, width=2048, height=1536
249
+ video/x-bayer, format=bggr10le, width=2560, height=1440
250
+ video/x-bayer, format=bggr10le, width=2560, height=1600
251
+ video/x-bayer, format=bggr10le, width=3840, height=1080
252
+ video/x-bayer, format=bggr10le, width=2960, height=1440
253
+ video/x-bayer, format=bggr10le, width=3440, height=1440
254
+ video/x-bayer, format=bggr10le, width=2560, height=2048
255
+ video/x-bayer, format=bggr10le, width=3200, height=1800
256
+ video/x-bayer, format=bggr10le, width=3840, height=1600
257
+ video/x-bayer, format=bggr10le, width=3200, height=2048
258
+ video/x-bayer, format=bggr10le, width=3200, height=2400
259
+ video/x-bayer, format=bggr10le, width=3840, height=2160
260
+ video/x-bayer, format=bggr10le, width=4096, height=2160
261
+ video/x-bayer, format=bggr10le, width=3840, height=2400
262
+ video/x-bayer, format=bggr10le, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
263
+ video/x-bayer, format=rggb10le, width=160, height=120
264
+ video/x-bayer, format=rggb10le, width=240, height=160
265
+ video/x-bayer, format=rggb10le, width=320, height=240
266
+ video/x-bayer, format=rggb10le, width=400, height=240
267
+ video/x-bayer, format=rggb10le, width=480, height=320
268
+ video/x-bayer, format=rggb10le, width=640, height=360
269
+ video/x-bayer, format=rggb10le, width=640, height=480
270
+ video/x-bayer, format=rggb10le, width=720, height=480
271
+ video/x-bayer, format=rggb10le, width=768, height=480
272
+ video/x-bayer, format=rggb10le, width=854, height=480
273
+ video/x-bayer, format=rggb10le, width=720, height=576
274
+ video/x-bayer, format=rggb10le, width=800, height=600
275
+ video/x-bayer, format=rggb10le, width=960, height=540
276
+ video/x-bayer, format=rggb10le, width=1024, height=576
277
+ video/x-bayer, format=rggb10le, width=960, height=640
278
+ video/x-bayer, format=rggb10le, width=1024, height=600
279
+ video/x-bayer, format=rggb10le, width=1024, height=768
280
+ video/x-bayer, format=rggb10le, width=1280, height=720
281
+ video/x-bayer, format=rggb10le, width=1152, height=864
282
+ video/x-bayer, format=rggb10le, width=1280, height=800
283
+ video/x-bayer, format=rggb10le, width=1360, height=768
284
+ video/x-bayer, format=rggb10le, width=1366, height=768
285
+ video/x-bayer, format=rggb10le, width=1440, height=900
286
+ video/x-bayer, format=rggb10le, width=1280, height=1024
287
+ video/x-bayer, format=rggb10le, width=1536, height=864
288
+ video/x-bayer, format=rggb10le, width=1280, height=1080
289
+ video/x-bayer, format=rggb10le, width=1600, height=900
290
+ video/x-bayer, format=rggb10le, width=1400, height=1050
291
+ video/x-bayer, format=rggb10le, width=1680, height=1050
292
+ video/x-bayer, format=rggb10le, width=1600, height=1200
293
+ video/x-bayer, format=rggb10le, width=1920, height=1080
294
+ video/x-bayer, format=rggb10le, width=2048, height=1080
295
+ video/x-bayer, format=rggb10le, width=1920, height=1200
296
+ video/x-bayer, format=rggb10le, width=2160, height=1080
297
+ video/x-bayer, format=rggb10le, width=2048, height=1152
298
+ video/x-bayer, format=rggb10le, width=2560, height=1080
299
+ video/x-bayer, format=rggb10le, width=2048, height=1536
300
+ video/x-bayer, format=rggb10le, width=2560, height=1440
301
+ video/x-bayer, format=rggb10le, width=2560, height=1600
302
+ video/x-bayer, format=rggb10le, width=3840, height=1080
303
+ video/x-bayer, format=rggb10le, width=2960, height=1440
304
+ video/x-bayer, format=rggb10le, width=3440, height=1440
305
+ video/x-bayer, format=rggb10le, width=2560, height=2048
306
+ video/x-bayer, format=rggb10le, width=3200, height=1800
307
+ video/x-bayer, format=rggb10le, width=3840, height=1600
308
+ video/x-bayer, format=rggb10le, width=3200, height=2048
309
+ video/x-bayer, format=rggb10le, width=3200, height=2400
310
+ video/x-bayer, format=rggb10le, width=3840, height=2160
311
+ video/x-bayer, format=rggb10le, width=4096, height=2160
312
+ video/x-bayer, format=rggb10le, width=3840, height=2400
313
+ video/x-bayer, format=rggb10le, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
314
+ video/x-raw, format=NV21, width=160, height=120
315
+ video/x-raw, format=NV21, width=240, height=160
316
+ video/x-raw, format=NV21, width=320, height=240
317
+ video/x-raw, format=NV21, width=400, height=240
318
+ video/x-raw, format=NV21, width=480, height=320
319
+ video/x-raw, format=NV21, width=640, height=360
320
+ video/x-raw, format=NV21, width=640, height=480
321
+ video/x-raw, format=NV21, width=720, height=480
322
+ video/x-raw, format=NV21, width=768, height=480
323
+ video/x-raw, format=NV21, width=854, height=480
324
+ video/x-raw, format=NV21, width=720, height=576
325
+ video/x-raw, format=NV21, width=800, height=600
326
+ video/x-raw, format=NV21, width=960, height=540
327
+ video/x-raw, format=NV21, width=1024, height=576
328
+ video/x-raw, format=NV21, width=960, height=640
329
+ video/x-raw, format=NV21, width=1024, height=600
330
+ video/x-raw, format=NV21, width=1024, height=768
331
+ video/x-raw, format=NV21, width=1280, height=720
332
+ video/x-raw, format=NV21, width=1152, height=864
333
+ video/x-raw, format=NV21, width=1280, height=800
334
+ video/x-raw, format=NV21, width=1360, height=768
335
+ video/x-raw, format=NV21, width=1366, height=768
336
+ video/x-raw, format=NV21, width=1440, height=900
337
+ video/x-raw, format=NV21, width=1280, height=1024
338
+ video/x-raw, format=NV21, width=1536, height=864
339
+ video/x-raw, format=NV21, width=1280, height=1080
340
+ video/x-raw, format=NV21, width=1600, height=900
341
+ video/x-raw, format=NV21, width=1400, height=1050
342
+ video/x-raw, format=NV21, width=1680, height=1050
343
+ video/x-raw, format=NV21, width=1600, height=1200
344
+ video/x-raw, format=NV21, width=1920, height=1080
345
+ video/x-raw, format=NV21, width=2048, height=1080
346
+ video/x-raw, format=NV21, width=1920, height=1200
347
+ video/x-raw, format=NV21, width=2160, height=1080
348
+ video/x-raw, format=NV21, width=2048, height=1152
349
+ video/x-raw, format=NV21, width=2560, height=1080
350
+ video/x-raw, format=NV21, width=2048, height=1536
351
+ video/x-raw, format=NV21, width=2560, height=1440
352
+ video/x-raw, format=NV21, width=2560, height=1600
353
+ video/x-raw, format=NV21, width=3840, height=1080
354
+ video/x-raw, format=NV21, width=2960, height=1440
355
+ video/x-raw, format=NV21, width=3440, height=1440
356
+ video/x-raw, format=NV21, width=2560, height=2048
357
+ video/x-raw, format=NV21, width=3200, height=1800
358
+ video/x-raw, format=NV21, width=3840, height=1600
359
+ video/x-raw, format=NV21, width=3200, height=2048
360
+ video/x-raw, format=NV21, width=3200, height=2400
361
+ video/x-raw, format=NV21, width=3840, height=2160
362
+ video/x-raw, format=NV21, width=4096, height=2160
363
+ video/x-raw, format=NV21, width=3840, height=2400
364
+ video/x-raw, format=NV21, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
365
+ video/x-bayer, format=bggr, width=160, height=120
366
+ video/x-bayer, format=bggr, width=240, height=160
367
+ video/x-bayer, format=bggr, width=320, height=240
368
+ video/x-bayer, format=bggr, width=400, height=240
369
+ video/x-bayer, format=bggr, width=480, height=320
370
+ video/x-bayer, format=bggr, width=640, height=360
371
+ video/x-bayer, format=bggr, width=640, height=480
372
+ video/x-bayer, format=bggr, width=720, height=480
373
+ video/x-bayer, format=bggr, width=768, height=480
374
+ video/x-bayer, format=bggr, width=854, height=480
375
+ video/x-bayer, format=bggr, width=720, height=576
376
+ video/x-bayer, format=bggr, width=800, height=600
377
+ video/x-bayer, format=bggr, width=960, height=540
378
+ video/x-bayer, format=bggr, width=1024, height=576
379
+ video/x-bayer, format=bggr, width=960, height=640
380
+ video/x-bayer, format=bggr, width=1024, height=600
381
+ video/x-bayer, format=bggr, width=1024, height=768
382
+ video/x-bayer, format=bggr, width=1280, height=720
383
+ video/x-bayer, format=bggr, width=1152, height=864
384
+ video/x-bayer, format=bggr, width=1280, height=800
385
+ video/x-bayer, format=bggr, width=1360, height=768
386
+ video/x-bayer, format=bggr, width=1366, height=768
387
+ video/x-bayer, format=bggr, width=1440, height=900
388
+ video/x-bayer, format=bggr, width=1280, height=1024
389
+ video/x-bayer, format=bggr, width=1536, height=864
390
+ video/x-bayer, format=bggr, width=1280, height=1080
391
+ video/x-bayer, format=bggr, width=1600, height=900
392
+ video/x-bayer, format=bggr, width=1400, height=1050
393
+ video/x-bayer, format=bggr, width=1680, height=1050
394
+ video/x-bayer, format=bggr, width=1600, height=1200
395
+ video/x-bayer, format=bggr, width=1920, height=1080
396
+ video/x-bayer, format=bggr, width=2048, height=1080
397
+ video/x-bayer, format=bggr, width=1920, height=1200
398
+ video/x-bayer, format=bggr, width=2160, height=1080
399
+ video/x-bayer, format=bggr, width=2048, height=1152
400
+ video/x-bayer, format=bggr, width=2560, height=1080
401
+ video/x-bayer, format=bggr, width=2048, height=1536
402
+ video/x-bayer, format=bggr, width=2560, height=1440
403
+ video/x-bayer, format=bggr, width=2560, height=1600
404
+ video/x-bayer, format=bggr, width=3840, height=1080
405
+ video/x-bayer, format=bggr, width=2960, height=1440
406
+ video/x-bayer, format=bggr, width=3440, height=1440
407
+ video/x-bayer, format=bggr, width=2560, height=2048
408
+ video/x-bayer, format=bggr, width=3200, height=1800
409
+ video/x-bayer, format=bggr, width=3840, height=1600
410
+ video/x-bayer, format=bggr, width=3200, height=2048
411
+ video/x-bayer, format=bggr, width=3200, height=2400
412
+ video/x-bayer, format=bggr, width=3840, height=2160
413
+ video/x-bayer, format=bggr, width=4096, height=2160
414
+ video/x-bayer, format=bggr, width=3840, height=2400
415
+ video/x-bayer, format=bggr, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
416
+ video/x-bayer, format=grbg12le, width=160, height=120
417
+ video/x-bayer, format=grbg12le, width=240, height=160
418
+ video/x-bayer, format=grbg12le, width=320, height=240
419
+ video/x-bayer, format=grbg12le, width=400, height=240
420
+ video/x-bayer, format=grbg12le, width=480, height=320
421
+ video/x-bayer, format=grbg12le, width=640, height=360
422
+ video/x-bayer, format=grbg12le, width=640, height=480
423
+ video/x-bayer, format=grbg12le, width=720, height=480
424
+ video/x-bayer, format=grbg12le, width=768, height=480
425
+ video/x-bayer, format=grbg12le, width=854, height=480
426
+ video/x-bayer, format=grbg12le, width=720, height=576
427
+ video/x-bayer, format=grbg12le, width=800, height=600
428
+ video/x-bayer, format=grbg12le, width=960, height=540
429
+ video/x-bayer, format=grbg12le, width=1024, height=576
430
+ video/x-bayer, format=grbg12le, width=960, height=640
431
+ video/x-bayer, format=grbg12le, width=1024, height=600
432
+ video/x-bayer, format=grbg12le, width=1024, height=768
433
+ video/x-bayer, format=grbg12le, width=1280, height=720
434
+ video/x-bayer, format=grbg12le, width=1152, height=864
435
+ video/x-bayer, format=grbg12le, width=1280, height=800
436
+ video/x-bayer, format=grbg12le, width=1360, height=768
437
+ video/x-bayer, format=grbg12le, width=1366, height=768
438
+ video/x-bayer, format=grbg12le, width=1440, height=900
439
+ video/x-bayer, format=grbg12le, width=1280, height=1024
440
+ video/x-bayer, format=grbg12le, width=1536, height=864
441
+ video/x-bayer, format=grbg12le, width=1280, height=1080
442
+ video/x-bayer, format=grbg12le, width=1600, height=900
443
+ video/x-bayer, format=grbg12le, width=1400, height=1050
444
+ video/x-bayer, format=grbg12le, width=1680, height=1050
445
+ video/x-bayer, format=grbg12le, width=1600, height=1200
446
+ video/x-bayer, format=grbg12le, width=1920, height=1080
447
+ video/x-bayer, format=grbg12le, width=2048, height=1080
448
+ video/x-bayer, format=grbg12le, width=1920, height=1200
449
+ video/x-bayer, format=grbg12le, width=2160, height=1080
450
+ video/x-bayer, format=grbg12le, width=2048, height=1152
451
+ video/x-bayer, format=grbg12le, width=2560, height=1080
452
+ video/x-bayer, format=grbg12le, width=2048, height=1536
453
+ video/x-bayer, format=grbg12le, width=2560, height=1440
454
+ video/x-bayer, format=grbg12le, width=2560, height=1600
455
+ video/x-bayer, format=grbg12le, width=3840, height=1080
456
+ video/x-bayer, format=grbg12le, width=2960, height=1440
457
+ video/x-bayer, format=grbg12le, width=3440, height=1440
458
+ video/x-bayer, format=grbg12le, width=2560, height=2048
459
+ video/x-bayer, format=grbg12le, width=3200, height=1800
460
+ video/x-bayer, format=grbg12le, width=3840, height=1600
461
+ video/x-bayer, format=grbg12le, width=3200, height=2048
462
+ video/x-bayer, format=grbg12le, width=3200, height=2400
463
+ video/x-bayer, format=grbg12le, width=3840, height=2160
464
+ video/x-bayer, format=grbg12le, width=4096, height=2160
465
+ video/x-bayer, format=grbg12le, width=3840, height=2400
466
+ video/x-bayer, format=grbg12le, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
467
+ video/x-bayer, format=gbrg12le, width=160, height=120
468
+ video/x-bayer, format=gbrg12le, width=240, height=160
469
+ video/x-bayer, format=gbrg12le, width=320, height=240
470
+ video/x-bayer, format=gbrg12le, width=400, height=240
471
+ video/x-bayer, format=gbrg12le, width=480, height=320
472
+ video/x-bayer, format=gbrg12le, width=640, height=360
473
+ video/x-bayer, format=gbrg12le, width=640, height=480
474
+ video/x-bayer, format=gbrg12le, width=720, height=480
475
+ video/x-bayer, format=gbrg12le, width=768, height=480
476
+ video/x-bayer, format=gbrg12le, width=854, height=480
477
+ video/x-bayer, format=gbrg12le, width=720, height=576
478
+ video/x-bayer, format=gbrg12le, width=800, height=600
479
+ video/x-bayer, format=gbrg12le, width=960, height=540
480
+ video/x-bayer, format=gbrg12le, width=1024, height=576
481
+ video/x-bayer, format=gbrg12le, width=960, height=640
482
+ video/x-bayer, format=gbrg12le, width=1024, height=600
483
+ video/x-bayer, format=gbrg12le, width=1024, height=768
484
+ video/x-bayer, format=gbrg12le, width=1280, height=720
485
+ video/x-bayer, format=gbrg12le, width=1152, height=864
486
+ video/x-bayer, format=gbrg12le, width=1280, height=800
487
+ video/x-bayer, format=gbrg12le, width=1360, height=768
488
+ video/x-bayer, format=gbrg12le, width=1366, height=768
489
+ video/x-bayer, format=gbrg12le, width=1440, height=900
490
+ video/x-bayer, format=gbrg12le, width=1280, height=1024
491
+ video/x-bayer, format=gbrg12le, width=1536, height=864
492
+ video/x-bayer, format=gbrg12le, width=1280, height=1080
493
+ video/x-bayer, format=gbrg12le, width=1600, height=900
494
+ video/x-bayer, format=gbrg12le, width=1400, height=1050
495
+ video/x-bayer, format=gbrg12le, width=1680, height=1050
496
+ video/x-bayer, format=gbrg12le, width=1600, height=1200
497
+ video/x-bayer, format=gbrg12le, width=1920, height=1080
498
+ video/x-bayer, format=gbrg12le, width=2048, height=1080
499
+ video/x-bayer, format=gbrg12le, width=1920, height=1200
500
+ video/x-bayer, format=gbrg12le, width=2160, height=1080
501
+ video/x-bayer, format=gbrg12le, width=2048, height=1152
502
+ video/x-bayer, format=gbrg12le, width=2560, height=1080
503
+ video/x-bayer, format=gbrg12le, width=2048, height=1536
504
+ video/x-bayer, format=gbrg12le, width=2560, height=1440
505
+ video/x-bayer, format=gbrg12le, width=2560, height=1600
506
+ video/x-bayer, format=gbrg12le, width=3840, height=1080
507
+ video/x-bayer, format=gbrg12le, width=2960, height=1440
508
+ video/x-bayer, format=gbrg12le, width=3440, height=1440
509
+ video/x-bayer, format=gbrg12le, width=2560, height=2048
510
+ video/x-bayer, format=gbrg12le, width=3200, height=1800
511
+ video/x-bayer, format=gbrg12le, width=3840, height=1600
512
+ video/x-bayer, format=gbrg12le, width=3200, height=2048
513
+ video/x-bayer, format=gbrg12le, width=3200, height=2400
514
+ video/x-bayer, format=gbrg12le, width=3840, height=2160
515
+ video/x-bayer, format=gbrg12le, width=4096, height=2160
516
+ video/x-bayer, format=gbrg12le, width=3840, height=2400
517
+ video/x-bayer, format=gbrg12le, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
518
+ video/x-bayer, format=bggr12le, width=160, height=120
519
+ video/x-bayer, format=bggr12le, width=240, height=160
520
+ video/x-bayer, format=bggr12le, width=320, height=240
521
+ video/x-bayer, format=bggr12le, width=400, height=240
522
+ video/x-bayer, format=bggr12le, width=480, height=320
523
+ video/x-bayer, format=bggr12le, width=640, height=360
524
+ video/x-bayer, format=bggr12le, width=640, height=480
525
+ video/x-bayer, format=bggr12le, width=720, height=480
526
+ video/x-bayer, format=bggr12le, width=768, height=480
527
+ video/x-bayer, format=bggr12le, width=854, height=480
528
+ video/x-bayer, format=bggr12le, width=720, height=576
529
+ video/x-bayer, format=bggr12le, width=800, height=600
530
+ video/x-bayer, format=bggr12le, width=960, height=540
531
+ video/x-bayer, format=bggr12le, width=1024, height=576
532
+ video/x-bayer, format=bggr12le, width=960, height=640
533
+ video/x-bayer, format=bggr12le, width=1024, height=600
534
+ video/x-bayer, format=bggr12le, width=1024, height=768
535
+ video/x-bayer, format=bggr12le, width=1280, height=720
536
+ video/x-bayer, format=bggr12le, width=1152, height=864
537
+ video/x-bayer, format=bggr12le, width=1280, height=800
538
+ video/x-bayer, format=bggr12le, width=1360, height=768
539
+ video/x-bayer, format=bggr12le, width=1366, height=768
540
+ video/x-bayer, format=bggr12le, width=1440, height=900
541
+ video/x-bayer, format=bggr12le, width=1280, height=1024
542
+ video/x-bayer, format=bggr12le, width=1536, height=864
543
+ video/x-bayer, format=bggr12le, width=1280, height=1080
544
+ video/x-bayer, format=bggr12le, width=1600, height=900
545
+ video/x-bayer, format=bggr12le, width=1400, height=1050
546
+ video/x-bayer, format=bggr12le, width=1680, height=1050
547
+ video/x-bayer, format=bggr12le, width=1600, height=1200
548
+ video/x-bayer, format=bggr12le, width=1920, height=1080
549
+ video/x-bayer, format=bggr12le, width=2048, height=1080
550
+ video/x-bayer, format=bggr12le, width=1920, height=1200
551
+ video/x-bayer, format=bggr12le, width=2160, height=1080
552
+ video/x-bayer, format=bggr12le, width=2048, height=1152
553
+ video/x-bayer, format=bggr12le, width=2560, height=1080
554
+ video/x-bayer, format=bggr12le, width=2048, height=1536
555
+ video/x-bayer, format=bggr12le, width=2560, height=1440
556
+ video/x-bayer, format=bggr12le, width=2560, height=1600
557
+ video/x-bayer, format=bggr12le, width=3840, height=1080
558
+ video/x-bayer, format=bggr12le, width=2960, height=1440
559
+ video/x-bayer, format=bggr12le, width=3440, height=1440
560
+ video/x-bayer, format=bggr12le, width=2560, height=2048
561
+ video/x-bayer, format=bggr12le, width=3200, height=1800
562
+ video/x-bayer, format=bggr12le, width=3840, height=1600
563
+ video/x-bayer, format=bggr12le, width=3200, height=2048
564
+ video/x-bayer, format=bggr12le, width=3200, height=2400
565
+ video/x-bayer, format=bggr12le, width=3840, height=2160
566
+ video/x-bayer, format=bggr12le, width=4096, height=2160
567
+ video/x-bayer, format=bggr12le, width=3840, height=2400
568
+ video/x-bayer, format=bggr12le, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
569
+ video/x-bayer, format=rggb12le, width=160, height=120
570
+ video/x-bayer, format=rggb12le, width=240, height=160
571
+ video/x-bayer, format=rggb12le, width=320, height=240
572
+ video/x-bayer, format=rggb12le, width=400, height=240
573
+ video/x-bayer, format=rggb12le, width=480, height=320
574
+ video/x-bayer, format=rggb12le, width=640, height=360
575
+ video/x-bayer, format=rggb12le, width=640, height=480
576
+ video/x-bayer, format=rggb12le, width=720, height=480
577
+ video/x-bayer, format=rggb12le, width=768, height=480
578
+ video/x-bayer, format=rggb12le, width=854, height=480
579
+ video/x-bayer, format=rggb12le, width=720, height=576
580
+ video/x-bayer, format=rggb12le, width=800, height=600
581
+ video/x-bayer, format=rggb12le, width=960, height=540
582
+ video/x-bayer, format=rggb12le, width=1024, height=576
583
+ video/x-bayer, format=rggb12le, width=960, height=640
584
+ video/x-bayer, format=rggb12le, width=1024, height=600
585
+ video/x-bayer, format=rggb12le, width=1024, height=768
586
+ video/x-bayer, format=rggb12le, width=1280, height=720
587
+ video/x-bayer, format=rggb12le, width=1152, height=864
588
+ video/x-bayer, format=rggb12le, width=1280, height=800
589
+ video/x-bayer, format=rggb12le, width=1360, height=768
590
+ video/x-bayer, format=rggb12le, width=1366, height=768
591
+ video/x-bayer, format=rggb12le, width=1440, height=900
592
+ video/x-bayer, format=rggb12le, width=1280, height=1024
593
+ video/x-bayer, format=rggb12le, width=1536, height=864
594
+ video/x-bayer, format=rggb12le, width=1280, height=1080
595
+ video/x-bayer, format=rggb12le, width=1600, height=900
596
+ video/x-bayer, format=rggb12le, width=1400, height=1050
597
+ video/x-bayer, format=rggb12le, width=1680, height=1050
598
+ video/x-bayer, format=rggb12le, width=1600, height=1200
599
+ video/x-bayer, format=rggb12le, width=1920, height=1080
600
+ video/x-bayer, format=rggb12le, width=2048, height=1080
601
+ video/x-bayer, format=rggb12le, width=1920, height=1200
602
+ video/x-bayer, format=rggb12le, width=2160, height=1080
603
+ video/x-bayer, format=rggb12le, width=2048, height=1152
604
+ video/x-bayer, format=rggb12le, width=2560, height=1080
605
+ video/x-bayer, format=rggb12le, width=2048, height=1536
606
+ video/x-bayer, format=rggb12le, width=2560, height=1440
607
+ video/x-bayer, format=rggb12le, width=2560, height=1600
608
+ video/x-bayer, format=rggb12le, width=3840, height=1080
609
+ video/x-bayer, format=rggb12le, width=2960, height=1440
610
+ video/x-bayer, format=rggb12le, width=3440, height=1440
611
+ video/x-bayer, format=rggb12le, width=2560, height=2048
612
+ video/x-bayer, format=rggb12le, width=3200, height=1800
613
+ video/x-bayer, format=rggb12le, width=3840, height=1600
614
+ video/x-bayer, format=rggb12le, width=3200, height=2048
615
+ video/x-bayer, format=rggb12le, width=3200, height=2400
616
+ video/x-bayer, format=rggb12le, width=3840, height=2160
617
+ video/x-bayer, format=rggb12le, width=4096, height=2160
618
+ video/x-bayer, format=rggb12le, width=3840, height=2400
619
+ video/x-bayer, format=rggb12le, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
620
+ video/x-raw, format=I420, width=160, height=120
621
+ video/x-raw, format=I420, width=240, height=160
622
+ video/x-raw, format=I420, width=320, height=240
623
+ video/x-raw, format=I420, width=400, height=240
624
+ video/x-raw, format=I420, width=480, height=320
625
+ video/x-raw, format=I420, width=640, height=360
626
+ video/x-raw, format=I420, width=640, height=480
627
+ video/x-raw, format=I420, width=720, height=480
628
+ video/x-raw, format=I420, width=768, height=480
629
+ video/x-raw, format=I420, width=854, height=480
630
+ video/x-raw, format=I420, width=720, height=576
631
+ video/x-raw, format=I420, width=800, height=600
632
+ video/x-raw, format=I420, width=960, height=540
633
+ video/x-raw, format=I420, width=1024, height=576
634
+ video/x-raw, format=I420, width=960, height=640
635
+ video/x-raw, format=I420, width=1024, height=600
636
+ video/x-raw, format=I420, width=1024, height=768
637
+ video/x-raw, format=I420, width=1280, height=720
638
+ video/x-raw, format=I420, width=1152, height=864
639
+ video/x-raw, format=I420, width=1280, height=800
640
+ video/x-raw, format=I420, width=1360, height=768
641
+ video/x-raw, format=I420, width=1366, height=768
642
+ video/x-raw, format=I420, width=1440, height=900
643
+ video/x-raw, format=I420, width=1280, height=1024
644
+ video/x-raw, format=I420, width=1536, height=864
645
+ video/x-raw, format=I420, width=1280, height=1080
646
+ video/x-raw, format=I420, width=1600, height=900
647
+ video/x-raw, format=I420, width=1400, height=1050
648
+ video/x-raw, format=I420, width=1680, height=1050
649
+ video/x-raw, format=I420, width=1600, height=1200
650
+ video/x-raw, format=I420, width=1920, height=1080
651
+ video/x-raw, format=I420, width=2048, height=1080
652
+ video/x-raw, format=I420, width=1920, height=1200
653
+ video/x-raw, format=I420, width=2160, height=1080
654
+ video/x-raw, format=I420, width=2048, height=1152
655
+ video/x-raw, format=I420, width=2560, height=1080
656
+ video/x-raw, format=I420, width=2048, height=1536
657
+ video/x-raw, format=I420, width=2560, height=1440
658
+ video/x-raw, format=I420, width=2560, height=1600
659
+ video/x-raw, format=I420, width=3840, height=1080
660
+ video/x-raw, format=I420, width=2960, height=1440
661
+ video/x-raw, format=I420, width=3440, height=1440
662
+ video/x-raw, format=I420, width=2560, height=2048
663
+ video/x-raw, format=I420, width=3200, height=1800
664
+ video/x-raw, format=I420, width=3840, height=1600
665
+ video/x-raw, format=I420, width=3200, height=2048
666
+ video/x-raw, format=I420, width=3200, height=2400
667
+ video/x-raw, format=I420, width=3840, height=2160
668
+ video/x-raw, format=I420, width=4096, height=2160
669
+ video/x-raw, format=I420, width=3840, height=2400
670
+ video/x-raw, format=I420, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
671
+ video/x-raw, format=NV12, width=160, height=120
672
+ video/x-raw, format=NV12, width=240, height=160
673
+ video/x-raw, format=NV12, width=320, height=240
674
+ video/x-raw, format=NV12, width=400, height=240
675
+ video/x-raw, format=NV12, width=480, height=320
676
+ video/x-raw, format=NV12, width=640, height=360
677
+ video/x-raw, format=NV12, width=640, height=480
678
+ video/x-raw, format=NV12, width=720, height=480
679
+ video/x-raw, format=NV12, width=768, height=480
680
+ video/x-raw, format=NV12, width=854, height=480
681
+ video/x-raw, format=NV12, width=720, height=576
682
+ video/x-raw, format=NV12, width=800, height=600
683
+ video/x-raw, format=NV12, width=960, height=540
684
+ video/x-raw, format=NV12, width=1024, height=576
685
+ video/x-raw, format=NV12, width=960, height=640
686
+ video/x-raw, format=NV12, width=1024, height=600
687
+ video/x-raw, format=NV12, width=1024, height=768
688
+ video/x-raw, format=NV12, width=1280, height=720
689
+ video/x-raw, format=NV12, width=1152, height=864
690
+ video/x-raw, format=NV12, width=1280, height=800
691
+ video/x-raw, format=NV12, width=1360, height=768
692
+ video/x-raw, format=NV12, width=1366, height=768
693
+ video/x-raw, format=NV12, width=1440, height=900
694
+ video/x-raw, format=NV12, width=1280, height=1024
695
+ video/x-raw, format=NV12, width=1536, height=864
696
+ video/x-raw, format=NV12, width=1280, height=1080
697
+ video/x-raw, format=NV12, width=1600, height=900
698
+ video/x-raw, format=NV12, width=1400, height=1050
699
+ video/x-raw, format=NV12, width=1680, height=1050
700
+ video/x-raw, format=NV12, width=1600, height=1200
701
+ video/x-raw, format=NV12, width=1920, height=1080
702
+ video/x-raw, format=NV12, width=2048, height=1080
703
+ video/x-raw, format=NV12, width=1920, height=1200
704
+ video/x-raw, format=NV12, width=2160, height=1080
705
+ video/x-raw, format=NV12, width=2048, height=1152
706
+ video/x-raw, format=NV12, width=2560, height=1080
707
+ video/x-raw, format=NV12, width=2048, height=1536
708
+ video/x-raw, format=NV12, width=2560, height=1440
709
+ video/x-raw, format=NV12, width=2560, height=1600
710
+ video/x-raw, format=NV12, width=3840, height=1080
711
+ video/x-raw, format=NV12, width=2960, height=1440
712
+ video/x-raw, format=NV12, width=3440, height=1440
713
+ video/x-raw, format=NV12, width=2560, height=2048
714
+ video/x-raw, format=NV12, width=3200, height=1800
715
+ video/x-raw, format=NV12, width=3840, height=1600
716
+ video/x-raw, format=NV12, width=3200, height=2048
717
+ video/x-raw, format=NV12, width=3200, height=2400
718
+ video/x-raw, format=NV12, width=3840, height=2160
719
+ video/x-raw, format=NV12, width=4096, height=2160
720
+ video/x-raw, format=NV12, width=3840, height=2400
721
+ video/x-raw, format=NV12, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
722
+ video/x-raw, format=YV12, width=160, height=120
723
+ video/x-raw, format=YV12, width=240, height=160
724
+ video/x-raw, format=YV12, width=320, height=240
725
+ video/x-raw, format=YV12, width=400, height=240
726
+ video/x-raw, format=YV12, width=480, height=320
727
+ video/x-raw, format=YV12, width=640, height=360
728
+ video/x-raw, format=YV12, width=640, height=480
729
+ video/x-raw, format=YV12, width=720, height=480
730
+ video/x-raw, format=YV12, width=768, height=480
731
+ video/x-raw, format=YV12, width=854, height=480
732
+ video/x-raw, format=YV12, width=720, height=576
733
+ video/x-raw, format=YV12, width=800, height=600
734
+ video/x-raw, format=YV12, width=960, height=540
735
+ video/x-raw, format=YV12, width=1024, height=576
736
+ video/x-raw, format=YV12, width=960, height=640
737
+ video/x-raw, format=YV12, width=1024, height=600
738
+ video/x-raw, format=YV12, width=1024, height=768
739
+ video/x-raw, format=YV12, width=1280, height=720
740
+ video/x-raw, format=YV12, width=1152, height=864
741
+ video/x-raw, format=YV12, width=1280, height=800
742
+ video/x-raw, format=YV12, width=1360, height=768
743
+ video/x-raw, format=YV12, width=1366, height=768
744
+ video/x-raw, format=YV12, width=1440, height=900
745
+ video/x-raw, format=YV12, width=1280, height=1024
746
+ video/x-raw, format=YV12, width=1536, height=864
747
+ video/x-raw, format=YV12, width=1280, height=1080
748
+ video/x-raw, format=YV12, width=1600, height=900
749
+ video/x-raw, format=YV12, width=1400, height=1050
750
+ video/x-raw, format=YV12, width=1680, height=1050
751
+ video/x-raw, format=YV12, width=1600, height=1200
752
+ video/x-raw, format=YV12, width=1920, height=1080
753
+ video/x-raw, format=YV12, width=2048, height=1080
754
+ video/x-raw, format=YV12, width=1920, height=1200
755
+ video/x-raw, format=YV12, width=2160, height=1080
756
+ video/x-raw, format=YV12, width=2048, height=1152
757
+ video/x-raw, format=YV12, width=2560, height=1080
758
+ video/x-raw, format=YV12, width=2048, height=1536
759
+ video/x-raw, format=YV12, width=2560, height=1440
760
+ video/x-raw, format=YV12, width=2560, height=1600
761
+ video/x-raw, format=YV12, width=3840, height=1080
762
+ video/x-raw, format=YV12, width=2960, height=1440
763
+ video/x-raw, format=YV12, width=3440, height=1440
764
+ video/x-raw, format=YV12, width=2560, height=2048
765
+ video/x-raw, format=YV12, width=3200, height=1800
766
+ video/x-raw, format=YV12, width=3840, height=1600
767
+ video/x-raw, format=YV12, width=3200, height=2048
768
+ video/x-raw, format=YV12, width=3200, height=2400
769
+ video/x-raw, format=YV12, width=3840, height=2160
770
+ video/x-raw, format=YV12, width=4096, height=2160
771
+ video/x-raw, format=YV12, width=3840, height=2400
772
+ video/x-raw, format=YV12, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
773
+ video/x-bayer, format=bggr16le, width=160, height=120
774
+ video/x-bayer, format=bggr16le, width=240, height=160
775
+ video/x-bayer, format=bggr16le, width=320, height=240
776
+ video/x-bayer, format=bggr16le, width=400, height=240
777
+ video/x-bayer, format=bggr16le, width=480, height=320
778
+ video/x-bayer, format=bggr16le, width=640, height=360
779
+ video/x-bayer, format=bggr16le, width=640, height=480
780
+ video/x-bayer, format=bggr16le, width=720, height=480
781
+ video/x-bayer, format=bggr16le, width=768, height=480
782
+ video/x-bayer, format=bggr16le, width=854, height=480
783
+ video/x-bayer, format=bggr16le, width=720, height=576
784
+ video/x-bayer, format=bggr16le, width=800, height=600
785
+ video/x-bayer, format=bggr16le, width=960, height=540
786
+ video/x-bayer, format=bggr16le, width=1024, height=576
787
+ video/x-bayer, format=bggr16le, width=960, height=640
788
+ video/x-bayer, format=bggr16le, width=1024, height=600
789
+ video/x-bayer, format=bggr16le, width=1024, height=768
790
+ video/x-bayer, format=bggr16le, width=1280, height=720
791
+ video/x-bayer, format=bggr16le, width=1152, height=864
792
+ video/x-bayer, format=bggr16le, width=1280, height=800
793
+ video/x-bayer, format=bggr16le, width=1360, height=768
794
+ video/x-bayer, format=bggr16le, width=1366, height=768
795
+ video/x-bayer, format=bggr16le, width=1440, height=900
796
+ video/x-bayer, format=bggr16le, width=1280, height=1024
797
+ video/x-bayer, format=bggr16le, width=1536, height=864
798
+ video/x-bayer, format=bggr16le, width=1280, height=1080
799
+ video/x-bayer, format=bggr16le, width=1600, height=900
800
+ video/x-bayer, format=bggr16le, width=1400, height=1050
801
+ video/x-bayer, format=bggr16le, width=1680, height=1050
802
+ video/x-bayer, format=bggr16le, width=1600, height=1200
803
+ video/x-bayer, format=bggr16le, width=1920, height=1080
804
+ video/x-bayer, format=bggr16le, width=2048, height=1080
805
+ video/x-bayer, format=bggr16le, width=1920, height=1200
806
+ video/x-bayer, format=bggr16le, width=2160, height=1080
807
+ video/x-bayer, format=bggr16le, width=2048, height=1152
808
+ video/x-bayer, format=bggr16le, width=2560, height=1080
809
+ video/x-bayer, format=bggr16le, width=2048, height=1536
810
+ video/x-bayer, format=bggr16le, width=2560, height=1440
811
+ video/x-bayer, format=bggr16le, width=2560, height=1600
812
+ video/x-bayer, format=bggr16le, width=3840, height=1080
813
+ video/x-bayer, format=bggr16le, width=2960, height=1440
814
+ video/x-bayer, format=bggr16le, width=3440, height=1440
815
+ video/x-bayer, format=bggr16le, width=2560, height=2048
816
+ video/x-bayer, format=bggr16le, width=3200, height=1800
817
+ video/x-bayer, format=bggr16le, width=3840, height=1600
818
+ video/x-bayer, format=bggr16le, width=3200, height=2048
819
+ video/x-bayer, format=bggr16le, width=3200, height=2400
820
+ video/x-bayer, format=bggr16le, width=3840, height=2160
821
+ video/x-bayer, format=bggr16le, width=4096, height=2160
822
+ video/x-bayer, format=bggr16le, width=3840, height=2400
823
+ video/x-bayer, format=bggr16le, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
824
+ video/x-bayer, format=grbg14le, width=160, height=120
825
+ video/x-bayer, format=grbg14le, width=240, height=160
826
+ video/x-bayer, format=grbg14le, width=320, height=240
827
+ video/x-bayer, format=grbg14le, width=400, height=240
828
+ video/x-bayer, format=grbg14le, width=480, height=320
829
+ video/x-bayer, format=grbg14le, width=640, height=360
830
+ video/x-bayer, format=grbg14le, width=640, height=480
831
+ video/x-bayer, format=grbg14le, width=720, height=480
832
+ video/x-bayer, format=grbg14le, width=768, height=480
833
+ video/x-bayer, format=grbg14le, width=854, height=480
834
+ video/x-bayer, format=grbg14le, width=720, height=576
835
+ video/x-bayer, format=grbg14le, width=800, height=600
836
+ video/x-bayer, format=grbg14le, width=960, height=540
837
+ video/x-bayer, format=grbg14le, width=1024, height=576
838
+ video/x-bayer, format=grbg14le, width=960, height=640
839
+ video/x-bayer, format=grbg14le, width=1024, height=600
840
+ video/x-bayer, format=grbg14le, width=1024, height=768
841
+ video/x-bayer, format=grbg14le, width=1280, height=720
842
+ video/x-bayer, format=grbg14le, width=1152, height=864
843
+ video/x-bayer, format=grbg14le, width=1280, height=800
844
+ video/x-bayer, format=grbg14le, width=1360, height=768
845
+ video/x-bayer, format=grbg14le, width=1366, height=768
846
+ video/x-bayer, format=grbg14le, width=1440, height=900
847
+ video/x-bayer, format=grbg14le, width=1280, height=1024
848
+ video/x-bayer, format=grbg14le, width=1536, height=864
849
+ video/x-bayer, format=grbg14le, width=1280, height=1080
850
+ video/x-bayer, format=grbg14le, width=1600, height=900
851
+ video/x-bayer, format=grbg14le, width=1400, height=1050
852
+ video/x-bayer, format=grbg14le, width=1680, height=1050
853
+ video/x-bayer, format=grbg14le, width=1600, height=1200
854
+ video/x-bayer, format=grbg14le, width=1920, height=1080
855
+ video/x-bayer, format=grbg14le, width=2048, height=1080
856
+ video/x-bayer, format=grbg14le, width=1920, height=1200
857
+ video/x-bayer, format=grbg14le, width=2160, height=1080
858
+ video/x-bayer, format=grbg14le, width=2048, height=1152
859
+ video/x-bayer, format=grbg14le, width=2560, height=1080
860
+ video/x-bayer, format=grbg14le, width=2048, height=1536
861
+ video/x-bayer, format=grbg14le, width=2560, height=1440
862
+ video/x-bayer, format=grbg14le, width=2560, height=1600
863
+ video/x-bayer, format=grbg14le, width=3840, height=1080
864
+ video/x-bayer, format=grbg14le, width=2960, height=1440
865
+ video/x-bayer, format=grbg14le, width=3440, height=1440
866
+ video/x-bayer, format=grbg14le, width=2560, height=2048
867
+ video/x-bayer, format=grbg14le, width=3200, height=1800
868
+ video/x-bayer, format=grbg14le, width=3840, height=1600
869
+ video/x-bayer, format=grbg14le, width=3200, height=2048
870
+ video/x-bayer, format=grbg14le, width=3200, height=2400
871
+ video/x-bayer, format=grbg14le, width=3840, height=2160
872
+ video/x-bayer, format=grbg14le, width=4096, height=2160
873
+ video/x-bayer, format=grbg14le, width=3840, height=2400
874
+ video/x-bayer, format=grbg14le, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
875
+ video/x-bayer, format=gbrg14le, width=160, height=120
876
+ video/x-bayer, format=gbrg14le, width=240, height=160
877
+ video/x-bayer, format=gbrg14le, width=320, height=240
878
+ video/x-bayer, format=gbrg14le, width=400, height=240
879
+ video/x-bayer, format=gbrg14le, width=480, height=320
880
+ video/x-bayer, format=gbrg14le, width=640, height=360
881
+ video/x-bayer, format=gbrg14le, width=640, height=480
882
+ video/x-bayer, format=gbrg14le, width=720, height=480
883
+ video/x-bayer, format=gbrg14le, width=768, height=480
884
+ video/x-bayer, format=gbrg14le, width=854, height=480
885
+ video/x-bayer, format=gbrg14le, width=720, height=576
886
+ video/x-bayer, format=gbrg14le, width=800, height=600
887
+ video/x-bayer, format=gbrg14le, width=960, height=540
888
+ video/x-bayer, format=gbrg14le, width=1024, height=576
889
+ video/x-bayer, format=gbrg14le, width=960, height=640
890
+ video/x-bayer, format=gbrg14le, width=1024, height=600
891
+ video/x-bayer, format=gbrg14le, width=1024, height=768
892
+ video/x-bayer, format=gbrg14le, width=1280, height=720
893
+ video/x-bayer, format=gbrg14le, width=1152, height=864
894
+ video/x-bayer, format=gbrg14le, width=1280, height=800
895
+ video/x-bayer, format=gbrg14le, width=1360, height=768
896
+ video/x-bayer, format=gbrg14le, width=1366, height=768
897
+ video/x-bayer, format=gbrg14le, width=1440, height=900
898
+ video/x-bayer, format=gbrg14le, width=1280, height=1024
899
+ video/x-bayer, format=gbrg14le, width=1536, height=864
900
+ video/x-bayer, format=gbrg14le, width=1280, height=1080
901
+ video/x-bayer, format=gbrg14le, width=1600, height=900
902
+ video/x-bayer, format=gbrg14le, width=1400, height=1050
903
+ video/x-bayer, format=gbrg14le, width=1680, height=1050
904
+ video/x-bayer, format=gbrg14le, width=1600, height=1200
905
+ video/x-bayer, format=gbrg14le, width=1920, height=1080
906
+ video/x-bayer, format=gbrg14le, width=2048, height=1080
907
+ video/x-bayer, format=gbrg14le, width=1920, height=1200
908
+ video/x-bayer, format=gbrg14le, width=2160, height=1080
909
+ video/x-bayer, format=gbrg14le, width=2048, height=1152
910
+ video/x-bayer, format=gbrg14le, width=2560, height=1080
911
+ video/x-bayer, format=gbrg14le, width=2048, height=1536
912
+ video/x-bayer, format=gbrg14le, width=2560, height=1440
913
+ video/x-bayer, format=gbrg14le, width=2560, height=1600
914
+ video/x-bayer, format=gbrg14le, width=3840, height=1080
915
+ video/x-bayer, format=gbrg14le, width=2960, height=1440
916
+ video/x-bayer, format=gbrg14le, width=3440, height=1440
917
+ video/x-bayer, format=gbrg14le, width=2560, height=2048
918
+ video/x-bayer, format=gbrg14le, width=3200, height=1800
919
+ video/x-bayer, format=gbrg14le, width=3840, height=1600
920
+ video/x-bayer, format=gbrg14le, width=3200, height=2048
921
+ video/x-bayer, format=gbrg14le, width=3200, height=2400
922
+ video/x-bayer, format=gbrg14le, width=3840, height=2160
923
+ video/x-bayer, format=gbrg14le, width=4096, height=2160
924
+ video/x-bayer, format=gbrg14le, width=3840, height=2400
925
+ video/x-bayer, format=gbrg14le, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
926
+ video/x-bayer, format=bggr14le, width=160, height=120
927
+ video/x-bayer, format=bggr14le, width=240, height=160
928
+ video/x-bayer, format=bggr14le, width=320, height=240
929
+ video/x-bayer, format=bggr14le, width=400, height=240
930
+ video/x-bayer, format=bggr14le, width=480, height=320
931
+ video/x-bayer, format=bggr14le, width=640, height=360
932
+ video/x-bayer, format=bggr14le, width=640, height=480
933
+ video/x-bayer, format=bggr14le, width=720, height=480
934
+ video/x-bayer, format=bggr14le, width=768, height=480
935
+ video/x-bayer, format=bggr14le, width=854, height=480
936
+ video/x-bayer, format=bggr14le, width=720, height=576
937
+ video/x-bayer, format=bggr14le, width=800, height=600
938
+ video/x-bayer, format=bggr14le, width=960, height=540
939
+ video/x-bayer, format=bggr14le, width=1024, height=576
940
+ video/x-bayer, format=bggr14le, width=960, height=640
941
+ video/x-bayer, format=bggr14le, width=1024, height=600
942
+ video/x-bayer, format=bggr14le, width=1024, height=768
943
+ video/x-bayer, format=bggr14le, width=1280, height=720
944
+ video/x-bayer, format=bggr14le, width=1152, height=864
945
+ video/x-bayer, format=bggr14le, width=1280, height=800
946
+ video/x-bayer, format=bggr14le, width=1360, height=768
947
+ video/x-bayer, format=bggr14le, width=1366, height=768
948
+ video/x-bayer, format=bggr14le, width=1440, height=900
949
+ video/x-bayer, format=bggr14le, width=1280, height=1024
950
+ video/x-bayer, format=bggr14le, width=1536, height=864
951
+ video/x-bayer, format=bggr14le, width=1280, height=1080
952
+ video/x-bayer, format=bggr14le, width=1600, height=900
953
+ video/x-bayer, format=bggr14le, width=1400, height=1050
954
+ video/x-bayer, format=bggr14le, width=1680, height=1050
955
+ video/x-bayer, format=bggr14le, width=1600, height=1200
956
+ video/x-bayer, format=bggr14le, width=1920, height=1080
957
+ video/x-bayer, format=bggr14le, width=2048, height=1080
958
+ video/x-bayer, format=bggr14le, width=1920, height=1200
959
+ video/x-bayer, format=bggr14le, width=2160, height=1080
960
+ video/x-bayer, format=bggr14le, width=2048, height=1152
961
+ video/x-bayer, format=bggr14le, width=2560, height=1080
962
+ video/x-bayer, format=bggr14le, width=2048, height=1536
963
+ video/x-bayer, format=bggr14le, width=2560, height=1440
964
+ video/x-bayer, format=bggr14le, width=2560, height=1600
965
+ video/x-bayer, format=bggr14le, width=3840, height=1080
966
+ video/x-bayer, format=bggr14le, width=2960, height=1440
967
+ video/x-bayer, format=bggr14le, width=3440, height=1440
968
+ video/x-bayer, format=bggr14le, width=2560, height=2048
969
+ video/x-bayer, format=bggr14le, width=3200, height=1800
970
+ video/x-bayer, format=bggr14le, width=3840, height=1600
971
+ video/x-bayer, format=bggr14le, width=3200, height=2048
972
+ video/x-bayer, format=bggr14le, width=3200, height=2400
973
+ video/x-bayer, format=bggr14le, width=3840, height=2160
974
+ video/x-bayer, format=bggr14le, width=4096, height=2160
975
+ video/x-bayer, format=bggr14le, width=3840, height=2400
976
+ video/x-bayer, format=bggr14le, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
977
+ video/x-bayer, format=rggb14le, width=160, height=120
978
+ video/x-bayer, format=rggb14le, width=240, height=160
979
+ video/x-bayer, format=rggb14le, width=320, height=240
980
+ video/x-bayer, format=rggb14le, width=400, height=240
981
+ video/x-bayer, format=rggb14le, width=480, height=320
982
+ video/x-bayer, format=rggb14le, width=640, height=360
983
+ video/x-bayer, format=rggb14le, width=640, height=480
984
+ video/x-bayer, format=rggb14le, width=720, height=480
985
+ video/x-bayer, format=rggb14le, width=768, height=480
986
+ video/x-bayer, format=rggb14le, width=854, height=480
987
+ video/x-bayer, format=rggb14le, width=720, height=576
988
+ video/x-bayer, format=rggb14le, width=800, height=600
989
+ video/x-bayer, format=rggb14le, width=960, height=540
990
+ video/x-bayer, format=rggb14le, width=1024, height=576
991
+ video/x-bayer, format=rggb14le, width=960, height=640
992
+ video/x-bayer, format=rggb14le, width=1024, height=600
993
+ video/x-bayer, format=rggb14le, width=1024, height=768
994
+ video/x-bayer, format=rggb14le, width=1280, height=720
995
+ video/x-bayer, format=rggb14le, width=1152, height=864
996
+ video/x-bayer, format=rggb14le, width=1280, height=800
997
+ video/x-bayer, format=rggb14le, width=1360, height=768
998
+ video/x-bayer, format=rggb14le, width=1366, height=768
999
+ video/x-bayer, format=rggb14le, width=1440, height=900
1000
+ video/x-bayer, format=rggb14le, width=1280, height=1024
1001
+ video/x-bayer, format=rggb14le, width=1536, height=864
1002
+ video/x-bayer, format=rggb14le, width=1280, height=1080
1003
+ video/x-bayer, format=rggb14le, width=1600, height=900
1004
+ video/x-bayer, format=rggb14le, width=1400, height=1050
1005
+ video/x-bayer, format=rggb14le, width=1680, height=1050
1006
+ video/x-bayer, format=rggb14le, width=1600, height=1200
1007
+ video/x-bayer, format=rggb14le, width=1920, height=1080
1008
+ video/x-bayer, format=rggb14le, width=2048, height=1080
1009
+ video/x-bayer, format=rggb14le, width=1920, height=1200
1010
+ video/x-bayer, format=rggb14le, width=2160, height=1080
1011
+ video/x-bayer, format=rggb14le, width=2048, height=1152
1012
+ video/x-bayer, format=rggb14le, width=2560, height=1080
1013
+ video/x-bayer, format=rggb14le, width=2048, height=1536
1014
+ video/x-bayer, format=rggb14le, width=2560, height=1440
1015
+ video/x-bayer, format=rggb14le, width=2560, height=1600
1016
+ video/x-bayer, format=rggb14le, width=3840, height=1080
1017
+ video/x-bayer, format=rggb14le, width=2960, height=1440
1018
+ video/x-bayer, format=rggb14le, width=3440, height=1440
1019
+ video/x-bayer, format=rggb14le, width=2560, height=2048
1020
+ video/x-bayer, format=rggb14le, width=3200, height=1800
1021
+ video/x-bayer, format=rggb14le, width=3840, height=1600
1022
+ video/x-bayer, format=rggb14le, width=3200, height=2048
1023
+ video/x-bayer, format=rggb14le, width=3200, height=2400
1024
+ video/x-bayer, format=rggb14le, width=3840, height=2160
1025
+ video/x-bayer, format=rggb14le, width=4096, height=2160
1026
+ video/x-bayer, format=rggb14le, width=3840, height=2400
1027
+ video/x-bayer, format=rggb14le, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
1028
+ video/x-raw, format=RGBx, width=160, height=120
1029
+ video/x-raw, format=RGBx, width=240, height=160
1030
+ video/x-raw, format=RGBx, width=320, height=240
1031
+ video/x-raw, format=RGBx, width=400, height=240
1032
+ video/x-raw, format=RGBx, width=480, height=320
1033
+ video/x-raw, format=RGBx, width=640, height=360
1034
+ video/x-raw, format=RGBx, width=640, height=480
1035
+ video/x-raw, format=RGBx, width=720, height=480
1036
+ video/x-raw, format=RGBx, width=768, height=480
1037
+ video/x-raw, format=RGBx, width=854, height=480
1038
+ video/x-raw, format=RGBx, width=720, height=576
1039
+ video/x-raw, format=RGBx, width=800, height=600
1040
+ video/x-raw, format=RGBx, width=960, height=540
1041
+ video/x-raw, format=RGBx, width=1024, height=576
1042
+ video/x-raw, format=RGBx, width=960, height=640
1043
+ video/x-raw, format=RGBx, width=1024, height=600
1044
+ video/x-raw, format=RGBx, width=1024, height=768
1045
+ video/x-raw, format=RGBx, width=1280, height=720
1046
+ video/x-raw, format=RGBx, width=1152, height=864
1047
+ video/x-raw, format=RGBx, width=1280, height=800
1048
+ video/x-raw, format=RGBx, width=1360, height=768
1049
+ video/x-raw, format=RGBx, width=1366, height=768
1050
+ video/x-raw, format=RGBx, width=1440, height=900
1051
+ video/x-raw, format=RGBx, width=1280, height=1024
1052
+ video/x-raw, format=RGBx, width=1536, height=864
1053
+ video/x-raw, format=RGBx, width=1280, height=1080
1054
+ video/x-raw, format=RGBx, width=1600, height=900
1055
+ video/x-raw, format=RGBx, width=1400, height=1050
1056
+ video/x-raw, format=RGBx, width=1680, height=1050
1057
+ video/x-raw, format=RGBx, width=1600, height=1200
1058
+ video/x-raw, format=RGBx, width=1920, height=1080
1059
+ video/x-raw, format=RGBx, width=2048, height=1080
1060
+ video/x-raw, format=RGBx, width=1920, height=1200
1061
+ video/x-raw, format=RGBx, width=2160, height=1080
1062
+ video/x-raw, format=RGBx, width=2048, height=1152
1063
+ video/x-raw, format=RGBx, width=2560, height=1080
1064
+ video/x-raw, format=RGBx, width=2048, height=1536
1065
+ video/x-raw, format=RGBx, width=2560, height=1440
1066
+ video/x-raw, format=RGBx, width=2560, height=1600
1067
+ video/x-raw, format=RGBx, width=3840, height=1080
1068
+ video/x-raw, format=RGBx, width=2960, height=1440
1069
+ video/x-raw, format=RGBx, width=3440, height=1440
1070
+ video/x-raw, format=RGBx, width=2560, height=2048
1071
+ video/x-raw, format=RGBx, width=3200, height=1800
1072
+ video/x-raw, format=RGBx, width=3840, height=1600
1073
+ video/x-raw, format=RGBx, width=3200, height=2048
1074
+ video/x-raw, format=RGBx, width=3200, height=2400
1075
+ video/x-raw, format=RGBx, width=3840, height=2160
1076
+ video/x-raw, format=RGBx, width=4096, height=2160
1077
+ video/x-raw, format=RGBx, width=3840, height=2400
1078
+ video/x-raw, format=RGBx, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
1079
+ video/x-raw, format=RGB, width=160, height=120
1080
+ video/x-raw, format=RGB, width=240, height=160
1081
+ video/x-raw, format=RGB, width=320, height=240
1082
+ video/x-raw, format=RGB, width=400, height=240
1083
+ video/x-raw, format=RGB, width=480, height=320
1084
+ video/x-raw, format=RGB, width=640, height=360
1085
+ video/x-raw, format=RGB, width=640, height=480
1086
+ video/x-raw, format=RGB, width=720, height=480
1087
+ video/x-raw, format=RGB, width=768, height=480
1088
+ video/x-raw, format=RGB, width=854, height=480
1089
+ video/x-raw, format=RGB, width=720, height=576
1090
+ video/x-raw, format=RGB, width=800, height=600
1091
+ video/x-raw, format=RGB, width=960, height=540
1092
+ video/x-raw, format=RGB, width=1024, height=576
1093
+ video/x-raw, format=RGB, width=960, height=640
1094
+ video/x-raw, format=RGB, width=1024, height=600
1095
+ video/x-raw, format=RGB, width=1024, height=768
1096
+ video/x-raw, format=RGB, width=1280, height=720
1097
+ video/x-raw, format=RGB, width=1152, height=864
1098
+ video/x-raw, format=RGB, width=1280, height=800
1099
+ video/x-raw, format=RGB, width=1360, height=768
1100
+ video/x-raw, format=RGB, width=1366, height=768
1101
+ video/x-raw, format=RGB, width=1440, height=900
1102
+ video/x-raw, format=RGB, width=1280, height=1024
1103
+ video/x-raw, format=RGB, width=1536, height=864
1104
+ video/x-raw, format=RGB, width=1280, height=1080
1105
+ video/x-raw, format=RGB, width=1600, height=900
1106
+ video/x-raw, format=RGB, width=1400, height=1050
1107
+ video/x-raw, format=RGB, width=1680, height=1050
1108
+ video/x-raw, format=RGB, width=1600, height=1200
1109
+ video/x-raw, format=RGB, width=1920, height=1080
1110
+ video/x-raw, format=RGB, width=2048, height=1080
1111
+ video/x-raw, format=RGB, width=1920, height=1200
1112
+ video/x-raw, format=RGB, width=2160, height=1080
1113
+ video/x-raw, format=RGB, width=2048, height=1152
1114
+ video/x-raw, format=RGB, width=2560, height=1080
1115
+ video/x-raw, format=RGB, width=2048, height=1536
1116
+ video/x-raw, format=RGB, width=2560, height=1440
1117
+ video/x-raw, format=RGB, width=2560, height=1600
1118
+ video/x-raw, format=RGB, width=3840, height=1080
1119
+ video/x-raw, format=RGB, width=2960, height=1440
1120
+ video/x-raw, format=RGB, width=3440, height=1440
1121
+ video/x-raw, format=RGB, width=2560, height=2048
1122
+ video/x-raw, format=RGB, width=3200, height=1800
1123
+ video/x-raw, format=RGB, width=3840, height=1600
1124
+ video/x-raw, format=RGB, width=3200, height=2048
1125
+ video/x-raw, format=RGB, width=3200, height=2400
1126
+ video/x-raw, format=RGB, width=3840, height=2160
1127
+ video/x-raw, format=RGB, width=4096, height=2160
1128
+ video/x-raw, format=RGB, width=3840, height=2400
1129
+ video/x-raw, format=RGB, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
1130
+ video/x-raw, format=BGR, width=160, height=120
1131
+ video/x-raw, format=BGR, width=240, height=160
1132
+ video/x-raw, format=BGR, width=320, height=240
1133
+ video/x-raw, format=BGR, width=400, height=240
1134
+ video/x-raw, format=BGR, width=480, height=320
1135
+ video/x-raw, format=BGR, width=640, height=360
1136
+ video/x-raw, format=BGR, width=640, height=480
1137
+ video/x-raw, format=BGR, width=720, height=480
1138
+ video/x-raw, format=BGR, width=768, height=480
1139
+ video/x-raw, format=BGR, width=854, height=480
1140
+ video/x-raw, format=BGR, width=720, height=576
1141
+ video/x-raw, format=BGR, width=800, height=600
1142
+ video/x-raw, format=BGR, width=960, height=540
1143
+ video/x-raw, format=BGR, width=1024, height=576
1144
+ video/x-raw, format=BGR, width=960, height=640
1145
+ video/x-raw, format=BGR, width=1024, height=600
1146
+ video/x-raw, format=BGR, width=1024, height=768
1147
+ video/x-raw, format=BGR, width=1280, height=720
1148
+ video/x-raw, format=BGR, width=1152, height=864
1149
+ video/x-raw, format=BGR, width=1280, height=800
1150
+ video/x-raw, format=BGR, width=1360, height=768
1151
+ video/x-raw, format=BGR, width=1366, height=768
1152
+ video/x-raw, format=BGR, width=1440, height=900
1153
+ video/x-raw, format=BGR, width=1280, height=1024
1154
+ video/x-raw, format=BGR, width=1536, height=864
1155
+ video/x-raw, format=BGR, width=1280, height=1080
1156
+ video/x-raw, format=BGR, width=1600, height=900
1157
+ video/x-raw, format=BGR, width=1400, height=1050
1158
+ video/x-raw, format=BGR, width=1680, height=1050
1159
+ video/x-raw, format=BGR, width=1600, height=1200
1160
+ video/x-raw, format=BGR, width=1920, height=1080
1161
+ video/x-raw, format=BGR, width=2048, height=1080
1162
+ video/x-raw, format=BGR, width=1920, height=1200
1163
+ video/x-raw, format=BGR, width=2160, height=1080
1164
+ video/x-raw, format=BGR, width=2048, height=1152
1165
+ video/x-raw, format=BGR, width=2560, height=1080
1166
+ video/x-raw, format=BGR, width=2048, height=1536
1167
+ video/x-raw, format=BGR, width=2560, height=1440
1168
+ video/x-raw, format=BGR, width=2560, height=1600
1169
+ video/x-raw, format=BGR, width=3840, height=1080
1170
+ video/x-raw, format=BGR, width=2960, height=1440
1171
+ video/x-raw, format=BGR, width=3440, height=1440
1172
+ video/x-raw, format=BGR, width=2560, height=2048
1173
+ video/x-raw, format=BGR, width=3200, height=1800
1174
+ video/x-raw, format=BGR, width=3840, height=1600
1175
+ video/x-raw, format=BGR, width=3200, height=2048
1176
+ video/x-raw, format=BGR, width=3200, height=2400
1177
+ video/x-raw, format=BGR, width=3840, height=2160
1178
+ video/x-raw, format=BGR, width=4096, height=2160
1179
+ video/x-raw, format=BGR, width=3840, height=2400
1180
+ video/x-raw, format=BGR, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
1181
+ video/x-raw, format=BGRx, width=160, height=120
1182
+ video/x-raw, format=BGRx, width=240, height=160
1183
+ video/x-raw, format=BGRx, width=320, height=240
1184
+ video/x-raw, format=BGRx, width=400, height=240
1185
+ video/x-raw, format=BGRx, width=480, height=320
1186
+ video/x-raw, format=BGRx, width=640, height=360
1187
+ video/x-raw, format=BGRx, width=640, height=480
1188
+ video/x-raw, format=BGRx, width=720, height=480
1189
+ video/x-raw, format=BGRx, width=768, height=480
1190
+ video/x-raw, format=BGRx, width=854, height=480
1191
+ video/x-raw, format=BGRx, width=720, height=576
1192
+ video/x-raw, format=BGRx, width=800, height=600
1193
+ video/x-raw, format=BGRx, width=960, height=540
1194
+ video/x-raw, format=BGRx, width=1024, height=576
1195
+ video/x-raw, format=BGRx, width=960, height=640
1196
+ video/x-raw, format=BGRx, width=1024, height=600
1197
+ video/x-raw, format=BGRx, width=1024, height=768
1198
+ video/x-raw, format=BGRx, width=1280, height=720
1199
+ video/x-raw, format=BGRx, width=1152, height=864
1200
+ video/x-raw, format=BGRx, width=1280, height=800
1201
+ video/x-raw, format=BGRx, width=1360, height=768
1202
+ video/x-raw, format=BGRx, width=1366, height=768
1203
+ video/x-raw, format=BGRx, width=1440, height=900
1204
+ video/x-raw, format=BGRx, width=1280, height=1024
1205
+ video/x-raw, format=BGRx, width=1536, height=864
1206
+ video/x-raw, format=BGRx, width=1280, height=1080
1207
+ video/x-raw, format=BGRx, width=1600, height=900
1208
+ video/x-raw, format=BGRx, width=1400, height=1050
1209
+ video/x-raw, format=BGRx, width=1680, height=1050
1210
+ video/x-raw, format=BGRx, width=1600, height=1200
1211
+ video/x-raw, format=BGRx, width=1920, height=1080
1212
+ video/x-raw, format=BGRx, width=2048, height=1080
1213
+ video/x-raw, format=BGRx, width=1920, height=1200
1214
+ video/x-raw, format=BGRx, width=2160, height=1080
1215
+ video/x-raw, format=BGRx, width=2048, height=1152
1216
+ video/x-raw, format=BGRx, width=2560, height=1080
1217
+ video/x-raw, format=BGRx, width=2048, height=1536
1218
+ video/x-raw, format=BGRx, width=2560, height=1440
1219
+ video/x-raw, format=BGRx, width=2560, height=1600
1220
+ video/x-raw, format=BGRx, width=3840, height=1080
1221
+ video/x-raw, format=BGRx, width=2960, height=1440
1222
+ video/x-raw, format=BGRx, width=3440, height=1440
1223
+ video/x-raw, format=BGRx, width=2560, height=2048
1224
+ video/x-raw, format=BGRx, width=3200, height=1800
1225
+ video/x-raw, format=BGRx, width=3840, height=1600
1226
+ video/x-raw, format=BGRx, width=3200, height=2048
1227
+ video/x-raw, format=BGRx, width=3200, height=2400
1228
+ video/x-raw, format=BGRx, width=3840, height=2160
1229
+ video/x-raw, format=BGRx, width=4096, height=2160
1230
+ video/x-raw, format=BGRx, width=3840, height=2400
1231
+ video/x-raw, format=BGRx, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
1232
+ video/x-raw, format=Y444, width=160, height=120
1233
+ video/x-raw, format=Y444, width=240, height=160
1234
+ video/x-raw, format=Y444, width=320, height=240
1235
+ video/x-raw, format=Y444, width=400, height=240
1236
+ video/x-raw, format=Y444, width=480, height=320
1237
+ video/x-raw, format=Y444, width=640, height=360
1238
+ video/x-raw, format=Y444, width=640, height=480
1239
+ video/x-raw, format=Y444, width=720, height=480
1240
+ video/x-raw, format=Y444, width=768, height=480
1241
+ video/x-raw, format=Y444, width=854, height=480
1242
+ video/x-raw, format=Y444, width=720, height=576
1243
+ video/x-raw, format=Y444, width=800, height=600
1244
+ video/x-raw, format=Y444, width=960, height=540
1245
+ video/x-raw, format=Y444, width=1024, height=576
1246
+ video/x-raw, format=Y444, width=960, height=640
1247
+ video/x-raw, format=Y444, width=1024, height=600
1248
+ video/x-raw, format=Y444, width=1024, height=768
1249
+ video/x-raw, format=Y444, width=1280, height=720
1250
+ video/x-raw, format=Y444, width=1152, height=864
1251
+ video/x-raw, format=Y444, width=1280, height=800
1252
+ video/x-raw, format=Y444, width=1360, height=768
1253
+ video/x-raw, format=Y444, width=1366, height=768
1254
+ video/x-raw, format=Y444, width=1440, height=900
1255
+ video/x-raw, format=Y444, width=1280, height=1024
1256
+ video/x-raw, format=Y444, width=1536, height=864
1257
+ video/x-raw, format=Y444, width=1280, height=1080
1258
+ video/x-raw, format=Y444, width=1600, height=900
1259
+ video/x-raw, format=Y444, width=1400, height=1050
1260
+ video/x-raw, format=Y444, width=1680, height=1050
1261
+ video/x-raw, format=Y444, width=1600, height=1200
1262
+ video/x-raw, format=Y444, width=1920, height=1080
1263
+ video/x-raw, format=Y444, width=2048, height=1080
1264
+ video/x-raw, format=Y444, width=1920, height=1200
1265
+ video/x-raw, format=Y444, width=2160, height=1080
1266
+ video/x-raw, format=Y444, width=2048, height=1152
1267
+ video/x-raw, format=Y444, width=2560, height=1080
1268
+ video/x-raw, format=Y444, width=2048, height=1536
1269
+ video/x-raw, format=Y444, width=2560, height=1440
1270
+ video/x-raw, format=Y444, width=2560, height=1600
1271
+ video/x-raw, format=Y444, width=3840, height=1080
1272
+ video/x-raw, format=Y444, width=2960, height=1440
1273
+ video/x-raw, format=Y444, width=3440, height=1440
1274
+ video/x-raw, format=Y444, width=2560, height=2048
1275
+ video/x-raw, format=Y444, width=3200, height=1800
1276
+ video/x-raw, format=Y444, width=3840, height=1600
1277
+ video/x-raw, format=Y444, width=3200, height=2048
1278
+ video/x-raw, format=Y444, width=3200, height=2400
1279
+ video/x-raw, format=Y444, width=3840, height=2160
1280
+ video/x-raw, format=Y444, width=4096, height=2160
1281
+ video/x-raw, format=Y444, width=3840, height=2400
1282
+ video/x-raw, format=Y444, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
1283
+ video/x-bayer, format=gbrg16le, width=160, height=120
1284
+ video/x-bayer, format=gbrg16le, width=240, height=160
1285
+ video/x-bayer, format=gbrg16le, width=320, height=240
1286
+ video/x-bayer, format=gbrg16le, width=400, height=240
1287
+ video/x-bayer, format=gbrg16le, width=480, height=320
1288
+ video/x-bayer, format=gbrg16le, width=640, height=360
1289
+ video/x-bayer, format=gbrg16le, width=640, height=480
1290
+ video/x-bayer, format=gbrg16le, width=720, height=480
1291
+ video/x-bayer, format=gbrg16le, width=768, height=480
1292
+ video/x-bayer, format=gbrg16le, width=854, height=480
1293
+ video/x-bayer, format=gbrg16le, width=720, height=576
1294
+ video/x-bayer, format=gbrg16le, width=800, height=600
1295
+ video/x-bayer, format=gbrg16le, width=960, height=540
1296
+ video/x-bayer, format=gbrg16le, width=1024, height=576
1297
+ video/x-bayer, format=gbrg16le, width=960, height=640
1298
+ video/x-bayer, format=gbrg16le, width=1024, height=600
1299
+ video/x-bayer, format=gbrg16le, width=1024, height=768
1300
+ video/x-bayer, format=gbrg16le, width=1280, height=720
1301
+ video/x-bayer, format=gbrg16le, width=1152, height=864
1302
+ video/x-bayer, format=gbrg16le, width=1280, height=800
1303
+ video/x-bayer, format=gbrg16le, width=1360, height=768
1304
+ video/x-bayer, format=gbrg16le, width=1366, height=768
1305
+ video/x-bayer, format=gbrg16le, width=1440, height=900
1306
+ video/x-bayer, format=gbrg16le, width=1280, height=1024
1307
+ video/x-bayer, format=gbrg16le, width=1536, height=864
1308
+ video/x-bayer, format=gbrg16le, width=1280, height=1080
1309
+ video/x-bayer, format=gbrg16le, width=1600, height=900
1310
+ video/x-bayer, format=gbrg16le, width=1400, height=1050
1311
+ video/x-bayer, format=gbrg16le, width=1680, height=1050
1312
+ video/x-bayer, format=gbrg16le, width=1600, height=1200
1313
+ video/x-bayer, format=gbrg16le, width=1920, height=1080
1314
+ video/x-bayer, format=gbrg16le, width=2048, height=1080
1315
+ video/x-bayer, format=gbrg16le, width=1920, height=1200
1316
+ video/x-bayer, format=gbrg16le, width=2160, height=1080
1317
+ video/x-bayer, format=gbrg16le, width=2048, height=1152
1318
+ video/x-bayer, format=gbrg16le, width=2560, height=1080
1319
+ video/x-bayer, format=gbrg16le, width=2048, height=1536
1320
+ video/x-bayer, format=gbrg16le, width=2560, height=1440
1321
+ video/x-bayer, format=gbrg16le, width=2560, height=1600
1322
+ video/x-bayer, format=gbrg16le, width=3840, height=1080
1323
+ video/x-bayer, format=gbrg16le, width=2960, height=1440
1324
+ video/x-bayer, format=gbrg16le, width=3440, height=1440
1325
+ video/x-bayer, format=gbrg16le, width=2560, height=2048
1326
+ video/x-bayer, format=gbrg16le, width=3200, height=1800
1327
+ video/x-bayer, format=gbrg16le, width=3840, height=1600
1328
+ video/x-bayer, format=gbrg16le, width=3200, height=2048
1329
+ video/x-bayer, format=gbrg16le, width=3200, height=2400
1330
+ video/x-bayer, format=gbrg16le, width=3840, height=2160
1331
+ video/x-bayer, format=gbrg16le, width=4096, height=2160
1332
+ video/x-bayer, format=gbrg16le, width=3840, height=2400
1333
+ video/x-bayer, format=gbrg16le, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
1334
+ video/x-bayer, format=grbg16le, width=160, height=120
1335
+ video/x-bayer, format=grbg16le, width=240, height=160
1336
+ video/x-bayer, format=grbg16le, width=320, height=240
1337
+ video/x-bayer, format=grbg16le, width=400, height=240
1338
+ video/x-bayer, format=grbg16le, width=480, height=320
1339
+ video/x-bayer, format=grbg16le, width=640, height=360
1340
+ video/x-bayer, format=grbg16le, width=640, height=480
1341
+ video/x-bayer, format=grbg16le, width=720, height=480
1342
+ video/x-bayer, format=grbg16le, width=768, height=480
1343
+ video/x-bayer, format=grbg16le, width=854, height=480
1344
+ video/x-bayer, format=grbg16le, width=720, height=576
1345
+ video/x-bayer, format=grbg16le, width=800, height=600
1346
+ video/x-bayer, format=grbg16le, width=960, height=540
1347
+ video/x-bayer, format=grbg16le, width=1024, height=576
1348
+ video/x-bayer, format=grbg16le, width=960, height=640
1349
+ video/x-bayer, format=grbg16le, width=1024, height=600
1350
+ video/x-bayer, format=grbg16le, width=1024, height=768
1351
+ video/x-bayer, format=grbg16le, width=1280, height=720
1352
+ video/x-bayer, format=grbg16le, width=1152, height=864
1353
+ video/x-bayer, format=grbg16le, width=1280, height=800
1354
+ video/x-bayer, format=grbg16le, width=1360, height=768
1355
+ video/x-bayer, format=grbg16le, width=1366, height=768
1356
+ video/x-bayer, format=grbg16le, width=1440, height=900
1357
+ video/x-bayer, format=grbg16le, width=1280, height=1024
1358
+ video/x-bayer, format=grbg16le, width=1536, height=864
1359
+ video/x-bayer, format=grbg16le, width=1280, height=1080
1360
+ video/x-bayer, format=grbg16le, width=1600, height=900
1361
+ video/x-bayer, format=grbg16le, width=1400, height=1050
1362
+ video/x-bayer, format=grbg16le, width=1680, height=1050
1363
+ video/x-bayer, format=grbg16le, width=1600, height=1200
1364
+ video/x-bayer, format=grbg16le, width=1920, height=1080
1365
+ video/x-bayer, format=grbg16le, width=2048, height=1080
1366
+ video/x-bayer, format=grbg16le, width=1920, height=1200
1367
+ video/x-bayer, format=grbg16le, width=2160, height=1080
1368
+ video/x-bayer, format=grbg16le, width=2048, height=1152
1369
+ video/x-bayer, format=grbg16le, width=2560, height=1080
1370
+ video/x-bayer, format=grbg16le, width=2048, height=1536
1371
+ video/x-bayer, format=grbg16le, width=2560, height=1440
1372
+ video/x-bayer, format=grbg16le, width=2560, height=1600
1373
+ video/x-bayer, format=grbg16le, width=3840, height=1080
1374
+ video/x-bayer, format=grbg16le, width=2960, height=1440
1375
+ video/x-bayer, format=grbg16le, width=3440, height=1440
1376
+ video/x-bayer, format=grbg16le, width=2560, height=2048
1377
+ video/x-bayer, format=grbg16le, width=3200, height=1800
1378
+ video/x-bayer, format=grbg16le, width=3840, height=1600
1379
+ video/x-bayer, format=grbg16le, width=3200, height=2048
1380
+ video/x-bayer, format=grbg16le, width=3200, height=2400
1381
+ video/x-bayer, format=grbg16le, width=3840, height=2160
1382
+ video/x-bayer, format=grbg16le, width=4096, height=2160
1383
+ video/x-bayer, format=grbg16le, width=3840, height=2400
1384
+ video/x-bayer, format=grbg16le, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
1385
+ video/x-raw, format=Y42B, width=160, height=120
1386
+ video/x-raw, format=Y42B, width=240, height=160
1387
+ video/x-raw, format=Y42B, width=320, height=240
1388
+ video/x-raw, format=Y42B, width=400, height=240
1389
+ video/x-raw, format=Y42B, width=480, height=320
1390
+ video/x-raw, format=Y42B, width=640, height=360
1391
+ video/x-raw, format=Y42B, width=640, height=480
1392
+ video/x-raw, format=Y42B, width=720, height=480
1393
+ video/x-raw, format=Y42B, width=768, height=480
1394
+ video/x-raw, format=Y42B, width=854, height=480
1395
+ video/x-raw, format=Y42B, width=720, height=576
1396
+ video/x-raw, format=Y42B, width=800, height=600
1397
+ video/x-raw, format=Y42B, width=960, height=540
1398
+ video/x-raw, format=Y42B, width=1024, height=576
1399
+ video/x-raw, format=Y42B, width=960, height=640
1400
+ video/x-raw, format=Y42B, width=1024, height=600
1401
+ video/x-raw, format=Y42B, width=1024, height=768
1402
+ video/x-raw, format=Y42B, width=1280, height=720
1403
+ video/x-raw, format=Y42B, width=1152, height=864
1404
+ video/x-raw, format=Y42B, width=1280, height=800
1405
+ video/x-raw, format=Y42B, width=1360, height=768
1406
+ video/x-raw, format=Y42B, width=1366, height=768
1407
+ video/x-raw, format=Y42B, width=1440, height=900
1408
+ video/x-raw, format=Y42B, width=1280, height=1024
1409
+ video/x-raw, format=Y42B, width=1536, height=864
1410
+ video/x-raw, format=Y42B, width=1280, height=1080
1411
+ video/x-raw, format=Y42B, width=1600, height=900
1412
+ video/x-raw, format=Y42B, width=1400, height=1050
1413
+ video/x-raw, format=Y42B, width=1680, height=1050
1414
+ video/x-raw, format=Y42B, width=1600, height=1200
1415
+ video/x-raw, format=Y42B, width=1920, height=1080
1416
+ video/x-raw, format=Y42B, width=2048, height=1080
1417
+ video/x-raw, format=Y42B, width=1920, height=1200
1418
+ video/x-raw, format=Y42B, width=2160, height=1080
1419
+ video/x-raw, format=Y42B, width=2048, height=1152
1420
+ video/x-raw, format=Y42B, width=2560, height=1080
1421
+ video/x-raw, format=Y42B, width=2048, height=1536
1422
+ video/x-raw, format=Y42B, width=2560, height=1440
1423
+ video/x-raw, format=Y42B, width=2560, height=1600
1424
+ video/x-raw, format=Y42B, width=3840, height=1080
1425
+ video/x-raw, format=Y42B, width=2960, height=1440
1426
+ video/x-raw, format=Y42B, width=3440, height=1440
1427
+ video/x-raw, format=Y42B, width=2560, height=2048
1428
+ video/x-raw, format=Y42B, width=3200, height=1800
1429
+ video/x-raw, format=Y42B, width=3840, height=1600
1430
+ video/x-raw, format=Y42B, width=3200, height=2048
1431
+ video/x-raw, format=Y42B, width=3200, height=2400
1432
+ video/x-raw, format=Y42B, width=3840, height=2160
1433
+ video/x-raw, format=Y42B, width=4096, height=2160
1434
+ video/x-raw, format=Y42B, width=3840, height=2400
1435
+ video/x-raw, format=Y42B, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
1436
+ video/x-bayer, format=rggb16le, width=160, height=120
1437
+ video/x-bayer, format=rggb16le, width=240, height=160
1438
+ video/x-bayer, format=rggb16le, width=320, height=240
1439
+ video/x-bayer, format=rggb16le, width=400, height=240
1440
+ video/x-bayer, format=rggb16le, width=480, height=320
1441
+ video/x-bayer, format=rggb16le, width=640, height=360
1442
+ video/x-bayer, format=rggb16le, width=640, height=480
1443
+ video/x-bayer, format=rggb16le, width=720, height=480
1444
+ video/x-bayer, format=rggb16le, width=768, height=480
1445
+ video/x-bayer, format=rggb16le, width=854, height=480
1446
+ video/x-bayer, format=rggb16le, width=720, height=576
1447
+ video/x-bayer, format=rggb16le, width=800, height=600
1448
+ video/x-bayer, format=rggb16le, width=960, height=540
1449
+ video/x-bayer, format=rggb16le, width=1024, height=576
1450
+ video/x-bayer, format=rggb16le, width=960, height=640
1451
+ video/x-bayer, format=rggb16le, width=1024, height=600
1452
+ video/x-bayer, format=rggb16le, width=1024, height=768
1453
+ video/x-bayer, format=rggb16le, width=1280, height=720
1454
+ video/x-bayer, format=rggb16le, width=1152, height=864
1455
+ video/x-bayer, format=rggb16le, width=1280, height=800
1456
+ video/x-bayer, format=rggb16le, width=1360, height=768
1457
+ video/x-bayer, format=rggb16le, width=1366, height=768
1458
+ video/x-bayer, format=rggb16le, width=1440, height=900
1459
+ video/x-bayer, format=rggb16le, width=1280, height=1024
1460
+ video/x-bayer, format=rggb16le, width=1536, height=864
1461
+ video/x-bayer, format=rggb16le, width=1280, height=1080
1462
+ video/x-bayer, format=rggb16le, width=1600, height=900
1463
+ video/x-bayer, format=rggb16le, width=1400, height=1050
1464
+ video/x-bayer, format=rggb16le, width=1680, height=1050
1465
+ video/x-bayer, format=rggb16le, width=1600, height=1200
1466
+ video/x-bayer, format=rggb16le, width=1920, height=1080
1467
+ video/x-bayer, format=rggb16le, width=2048, height=1080
1468
+ video/x-bayer, format=rggb16le, width=1920, height=1200
1469
+ video/x-bayer, format=rggb16le, width=2160, height=1080
1470
+ video/x-bayer, format=rggb16le, width=2048, height=1152
1471
+ video/x-bayer, format=rggb16le, width=2560, height=1080
1472
+ video/x-bayer, format=rggb16le, width=2048, height=1536
1473
+ video/x-bayer, format=rggb16le, width=2560, height=1440
1474
+ video/x-bayer, format=rggb16le, width=2560, height=1600
1475
+ video/x-bayer, format=rggb16le, width=3840, height=1080
1476
+ video/x-bayer, format=rggb16le, width=2960, height=1440
1477
+ video/x-bayer, format=rggb16le, width=3440, height=1440
1478
+ video/x-bayer, format=rggb16le, width=2560, height=2048
1479
+ video/x-bayer, format=rggb16le, width=3200, height=1800
1480
+ video/x-bayer, format=rggb16le, width=3840, height=1600
1481
+ video/x-bayer, format=rggb16le, width=3200, height=2048
1482
+ video/x-bayer, format=rggb16le, width=3200, height=2400
1483
+ video/x-bayer, format=rggb16le, width=3840, height=2160
1484
+ video/x-bayer, format=rggb16le, width=4096, height=2160
1485
+ video/x-bayer, format=rggb16le, width=3840, height=2400
1486
+ video/x-bayer, format=rggb16le, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
1487
+ video/x-bayer, format=rggb, width=160, height=120
1488
+ video/x-bayer, format=rggb, width=240, height=160
1489
+ video/x-bayer, format=rggb, width=320, height=240
1490
+ video/x-bayer, format=rggb, width=400, height=240
1491
+ video/x-bayer, format=rggb, width=480, height=320
1492
+ video/x-bayer, format=rggb, width=640, height=360
1493
+ video/x-bayer, format=rggb, width=640, height=480
1494
+ video/x-bayer, format=rggb, width=720, height=480
1495
+ video/x-bayer, format=rggb, width=768, height=480
1496
+ video/x-bayer, format=rggb, width=854, height=480
1497
+ video/x-bayer, format=rggb, width=720, height=576
1498
+ video/x-bayer, format=rggb, width=800, height=600
1499
+ video/x-bayer, format=rggb, width=960, height=540
1500
+ video/x-bayer, format=rggb, width=1024, height=576
1501
+ video/x-bayer, format=rggb, width=960, height=640
1502
+ video/x-bayer, format=rggb, width=1024, height=600
1503
+ video/x-bayer, format=rggb, width=1024, height=768
1504
+ video/x-bayer, format=rggb, width=1280, height=720
1505
+ video/x-bayer, format=rggb, width=1152, height=864
1506
+ video/x-bayer, format=rggb, width=1280, height=800
1507
+ video/x-bayer, format=rggb, width=1360, height=768
1508
+ video/x-bayer, format=rggb, width=1366, height=768
1509
+ video/x-bayer, format=rggb, width=1440, height=900
1510
+ video/x-bayer, format=rggb, width=1280, height=1024
1511
+ video/x-bayer, format=rggb, width=1536, height=864
1512
+ video/x-bayer, format=rggb, width=1280, height=1080
1513
+ video/x-bayer, format=rggb, width=1600, height=900
1514
+ video/x-bayer, format=rggb, width=1400, height=1050
1515
+ video/x-bayer, format=rggb, width=1680, height=1050
1516
+ video/x-bayer, format=rggb, width=1600, height=1200
1517
+ video/x-bayer, format=rggb, width=1920, height=1080
1518
+ video/x-bayer, format=rggb, width=2048, height=1080
1519
+ video/x-bayer, format=rggb, width=1920, height=1200
1520
+ video/x-bayer, format=rggb, width=2160, height=1080
1521
+ video/x-bayer, format=rggb, width=2048, height=1152
1522
+ video/x-bayer, format=rggb, width=2560, height=1080
1523
+ video/x-bayer, format=rggb, width=2048, height=1536
1524
+ video/x-bayer, format=rggb, width=2560, height=1440
1525
+ video/x-bayer, format=rggb, width=2560, height=1600
1526
+ video/x-bayer, format=rggb, width=3840, height=1080
1527
+ video/x-bayer, format=rggb, width=2960, height=1440
1528
+ video/x-bayer, format=rggb, width=3440, height=1440
1529
+ video/x-bayer, format=rggb, width=2560, height=2048
1530
+ video/x-bayer, format=rggb, width=3200, height=1800
1531
+ video/x-bayer, format=rggb, width=3840, height=1600
1532
+ video/x-bayer, format=rggb, width=3200, height=2048
1533
+ video/x-bayer, format=rggb, width=3200, height=2400
1534
+ video/x-bayer, format=rggb, width=3840, height=2160
1535
+ video/x-bayer, format=rggb, width=4096, height=2160
1536
+ video/x-bayer, format=rggb, width=3840, height=2400
1537
+ video/x-bayer, format=rggb, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
1538
+ video/x-bayer, format=grbg, width=160, height=120
1539
+ video/x-bayer, format=grbg, width=240, height=160
1540
+ video/x-bayer, format=grbg, width=320, height=240
1541
+ video/x-bayer, format=grbg, width=400, height=240
1542
+ video/x-bayer, format=grbg, width=480, height=320
1543
+ video/x-bayer, format=grbg, width=640, height=360
1544
+ video/x-bayer, format=grbg, width=640, height=480
1545
+ video/x-bayer, format=grbg, width=720, height=480
1546
+ video/x-bayer, format=grbg, width=768, height=480
1547
+ video/x-bayer, format=grbg, width=854, height=480
1548
+ video/x-bayer, format=grbg, width=720, height=576
1549
+ video/x-bayer, format=grbg, width=800, height=600
1550
+ video/x-bayer, format=grbg, width=960, height=540
1551
+ video/x-bayer, format=grbg, width=1024, height=576
1552
+ video/x-bayer, format=grbg, width=960, height=640
1553
+ video/x-bayer, format=grbg, width=1024, height=600
1554
+ video/x-bayer, format=grbg, width=1024, height=768
1555
+ video/x-bayer, format=grbg, width=1280, height=720
1556
+ video/x-bayer, format=grbg, width=1152, height=864
1557
+ video/x-bayer, format=grbg, width=1280, height=800
1558
+ video/x-bayer, format=grbg, width=1360, height=768
1559
+ video/x-bayer, format=grbg, width=1366, height=768
1560
+ video/x-bayer, format=grbg, width=1440, height=900
1561
+ video/x-bayer, format=grbg, width=1280, height=1024
1562
+ video/x-bayer, format=grbg, width=1536, height=864
1563
+ video/x-bayer, format=grbg, width=1280, height=1080
1564
+ video/x-bayer, format=grbg, width=1600, height=900
1565
+ video/x-bayer, format=grbg, width=1400, height=1050
1566
+ video/x-bayer, format=grbg, width=1680, height=1050
1567
+ video/x-bayer, format=grbg, width=1600, height=1200
1568
+ video/x-bayer, format=grbg, width=1920, height=1080
1569
+ video/x-bayer, format=grbg, width=2048, height=1080
1570
+ video/x-bayer, format=grbg, width=1920, height=1200
1571
+ video/x-bayer, format=grbg, width=2160, height=1080
1572
+ video/x-bayer, format=grbg, width=2048, height=1152
1573
+ video/x-bayer, format=grbg, width=2560, height=1080
1574
+ video/x-bayer, format=grbg, width=2048, height=1536
1575
+ video/x-bayer, format=grbg, width=2560, height=1440
1576
+ video/x-bayer, format=grbg, width=2560, height=1600
1577
+ video/x-bayer, format=grbg, width=3840, height=1080
1578
+ video/x-bayer, format=grbg, width=2960, height=1440
1579
+ video/x-bayer, format=grbg, width=3440, height=1440
1580
+ video/x-bayer, format=grbg, width=2560, height=2048
1581
+ video/x-bayer, format=grbg, width=3200, height=1800
1582
+ video/x-bayer, format=grbg, width=3840, height=1600
1583
+ video/x-bayer, format=grbg, width=3200, height=2048
1584
+ video/x-bayer, format=grbg, width=3200, height=2400
1585
+ video/x-bayer, format=grbg, width=3840, height=2160
1586
+ video/x-bayer, format=grbg, width=4096, height=2160
1587
+ video/x-bayer, format=grbg, width=3840, height=2400
1588
+ video/x-bayer, format=grbg, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
1589
+ video/x-bayer, format=gbrg, width=160, height=120
1590
+ video/x-bayer, format=gbrg, width=240, height=160
1591
+ video/x-bayer, format=gbrg, width=320, height=240
1592
+ video/x-bayer, format=gbrg, width=400, height=240
1593
+ video/x-bayer, format=gbrg, width=480, height=320
1594
+ video/x-bayer, format=gbrg, width=640, height=360
1595
+ video/x-bayer, format=gbrg, width=640, height=480
1596
+ video/x-bayer, format=gbrg, width=720, height=480
1597
+ video/x-bayer, format=gbrg, width=768, height=480
1598
+ video/x-bayer, format=gbrg, width=854, height=480
1599
+ video/x-bayer, format=gbrg, width=720, height=576
1600
+ video/x-bayer, format=gbrg, width=800, height=600
1601
+ video/x-bayer, format=gbrg, width=960, height=540
1602
+ video/x-bayer, format=gbrg, width=1024, height=576
1603
+ video/x-bayer, format=gbrg, width=960, height=640
1604
+ video/x-bayer, format=gbrg, width=1024, height=600
1605
+ video/x-bayer, format=gbrg, width=1024, height=768
1606
+ video/x-bayer, format=gbrg, width=1280, height=720
1607
+ video/x-bayer, format=gbrg, width=1152, height=864
1608
+ video/x-bayer, format=gbrg, width=1280, height=800
1609
+ video/x-bayer, format=gbrg, width=1360, height=768
1610
+ video/x-bayer, format=gbrg, width=1366, height=768
1611
+ video/x-bayer, format=gbrg, width=1440, height=900
1612
+ video/x-bayer, format=gbrg, width=1280, height=1024
1613
+ video/x-bayer, format=gbrg, width=1536, height=864
1614
+ video/x-bayer, format=gbrg, width=1280, height=1080
1615
+ video/x-bayer, format=gbrg, width=1600, height=900
1616
+ video/x-bayer, format=gbrg, width=1400, height=1050
1617
+ video/x-bayer, format=gbrg, width=1680, height=1050
1618
+ video/x-bayer, format=gbrg, width=1600, height=1200
1619
+ video/x-bayer, format=gbrg, width=1920, height=1080
1620
+ video/x-bayer, format=gbrg, width=2048, height=1080
1621
+ video/x-bayer, format=gbrg, width=1920, height=1200
1622
+ video/x-bayer, format=gbrg, width=2160, height=1080
1623
+ video/x-bayer, format=gbrg, width=2048, height=1152
1624
+ video/x-bayer, format=gbrg, width=2560, height=1080
1625
+ video/x-bayer, format=gbrg, width=2048, height=1536
1626
+ video/x-bayer, format=gbrg, width=2560, height=1440
1627
+ video/x-bayer, format=gbrg, width=2560, height=1600
1628
+ video/x-bayer, format=gbrg, width=3840, height=1080
1629
+ video/x-bayer, format=gbrg, width=2960, height=1440
1630
+ video/x-bayer, format=gbrg, width=3440, height=1440
1631
+ video/x-bayer, format=gbrg, width=2560, height=2048
1632
+ video/x-bayer, format=gbrg, width=3200, height=1800
1633
+ video/x-bayer, format=gbrg, width=3840, height=1600
1634
+ video/x-bayer, format=gbrg, width=3200, height=2048
1635
+ video/x-bayer, format=gbrg, width=3200, height=2400
1636
+ video/x-bayer, format=gbrg, width=3840, height=2160
1637
+ video/x-bayer, format=gbrg, width=4096, height=2160
1638
+ video/x-bayer, format=gbrg, width=3840, height=2400
1639
+ video/x-bayer, format=gbrg, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
1640
+ video/x-raw, format=YVYU, width=160, height=120
1641
+ video/x-raw, format=YVYU, width=240, height=160
1642
+ video/x-raw, format=YVYU, width=320, height=240
1643
+ video/x-raw, format=YVYU, width=400, height=240
1644
+ video/x-raw, format=YVYU, width=480, height=320
1645
+ video/x-raw, format=YVYU, width=640, height=360
1646
+ video/x-raw, format=YVYU, width=640, height=480
1647
+ video/x-raw, format=YVYU, width=720, height=480
1648
+ video/x-raw, format=YVYU, width=768, height=480
1649
+ video/x-raw, format=YVYU, width=854, height=480
1650
+ video/x-raw, format=YVYU, width=720, height=576
1651
+ video/x-raw, format=YVYU, width=800, height=600
1652
+ video/x-raw, format=YVYU, width=960, height=540
1653
+ video/x-raw, format=YVYU, width=1024, height=576
1654
+ video/x-raw, format=YVYU, width=960, height=640
1655
+ video/x-raw, format=YVYU, width=1024, height=600
1656
+ video/x-raw, format=YVYU, width=1024, height=768
1657
+ video/x-raw, format=YVYU, width=1280, height=720
1658
+ video/x-raw, format=YVYU, width=1152, height=864
1659
+ video/x-raw, format=YVYU, width=1280, height=800
1660
+ video/x-raw, format=YVYU, width=1360, height=768
1661
+ video/x-raw, format=YVYU, width=1366, height=768
1662
+ video/x-raw, format=YVYU, width=1440, height=900
1663
+ video/x-raw, format=YVYU, width=1280, height=1024
1664
+ video/x-raw, format=YVYU, width=1536, height=864
1665
+ video/x-raw, format=YVYU, width=1280, height=1080
1666
+ video/x-raw, format=YVYU, width=1600, height=900
1667
+ video/x-raw, format=YVYU, width=1400, height=1050
1668
+ video/x-raw, format=YVYU, width=1680, height=1050
1669
+ video/x-raw, format=YVYU, width=1600, height=1200
1670
+ video/x-raw, format=YVYU, width=1920, height=1080
1671
+ video/x-raw, format=YVYU, width=2048, height=1080
1672
+ video/x-raw, format=YVYU, width=1920, height=1200
1673
+ video/x-raw, format=YVYU, width=2160, height=1080
1674
+ video/x-raw, format=YVYU, width=2048, height=1152
1675
+ video/x-raw, format=YVYU, width=2560, height=1080
1676
+ video/x-raw, format=YVYU, width=2048, height=1536
1677
+ video/x-raw, format=YVYU, width=2560, height=1440
1678
+ video/x-raw, format=YVYU, width=2560, height=1600
1679
+ video/x-raw, format=YVYU, width=3840, height=1080
1680
+ video/x-raw, format=YVYU, width=2960, height=1440
1681
+ video/x-raw, format=YVYU, width=3440, height=1440
1682
+ video/x-raw, format=YVYU, width=2560, height=2048
1683
+ video/x-raw, format=YVYU, width=3200, height=1800
1684
+ video/x-raw, format=YVYU, width=3840, height=1600
1685
+ video/x-raw, format=YVYU, width=3200, height=2048
1686
+ video/x-raw, format=YVYU, width=3200, height=2400
1687
+ video/x-raw, format=YVYU, width=3840, height=2160
1688
+ video/x-raw, format=YVYU, width=4096, height=2160
1689
+ video/x-raw, format=YVYU, width=3840, height=2400
1690
+ video/x-raw, format=YVYU, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
1691
+ video/x-raw, format=YUY2, width=160, height=120
1692
+ video/x-raw, format=YUY2, width=240, height=160
1693
+ video/x-raw, format=YUY2, width=320, height=240
1694
+ video/x-raw, format=YUY2, width=400, height=240
1695
+ video/x-raw, format=YUY2, width=480, height=320
1696
+ video/x-raw, format=YUY2, width=640, height=360
1697
+ video/x-raw, format=YUY2, width=640, height=480
1698
+ video/x-raw, format=YUY2, width=720, height=480
1699
+ video/x-raw, format=YUY2, width=768, height=480
1700
+ video/x-raw, format=YUY2, width=854, height=480
1701
+ video/x-raw, format=YUY2, width=720, height=576
1702
+ video/x-raw, format=YUY2, width=800, height=600
1703
+ video/x-raw, format=YUY2, width=960, height=540
1704
+ video/x-raw, format=YUY2, width=1024, height=576
1705
+ video/x-raw, format=YUY2, width=960, height=640
1706
+ video/x-raw, format=YUY2, width=1024, height=600
1707
+ video/x-raw, format=YUY2, width=1024, height=768
1708
+ video/x-raw, format=YUY2, width=1280, height=720
1709
+ video/x-raw, format=YUY2, width=1152, height=864
1710
+ video/x-raw, format=YUY2, width=1280, height=800
1711
+ video/x-raw, format=YUY2, width=1360, height=768
1712
+ video/x-raw, format=YUY2, width=1366, height=768
1713
+ video/x-raw, format=YUY2, width=1440, height=900
1714
+ video/x-raw, format=YUY2, width=1280, height=1024
1715
+ video/x-raw, format=YUY2, width=1536, height=864
1716
+ video/x-raw, format=YUY2, width=1280, height=1080
1717
+ video/x-raw, format=YUY2, width=1600, height=900
1718
+ video/x-raw, format=YUY2, width=1400, height=1050
1719
+ video/x-raw, format=YUY2, width=1680, height=1050
1720
+ video/x-raw, format=YUY2, width=1600, height=1200
1721
+ video/x-raw, format=YUY2, width=1920, height=1080
1722
+ video/x-raw, format=YUY2, width=2048, height=1080
1723
+ video/x-raw, format=YUY2, width=1920, height=1200
1724
+ video/x-raw, format=YUY2, width=2160, height=1080
1725
+ video/x-raw, format=YUY2, width=2048, height=1152
1726
+ video/x-raw, format=YUY2, width=2560, height=1080
1727
+ video/x-raw, format=YUY2, width=2048, height=1536
1728
+ video/x-raw, format=YUY2, width=2560, height=1440
1729
+ video/x-raw, format=YUY2, width=2560, height=1600
1730
+ video/x-raw, format=YUY2, width=3840, height=1080
1731
+ video/x-raw, format=YUY2, width=2960, height=1440
1732
+ video/x-raw, format=YUY2, width=3440, height=1440
1733
+ video/x-raw, format=YUY2, width=2560, height=2048
1734
+ video/x-raw, format=YUY2, width=3200, height=1800
1735
+ video/x-raw, format=YUY2, width=3840, height=1600
1736
+ video/x-raw, format=YUY2, width=3200, height=2048
1737
+ video/x-raw, format=YUY2, width=3200, height=2400
1738
+ video/x-raw, format=YUY2, width=3840, height=2160
1739
+ video/x-raw, format=YUY2, width=4096, height=2160
1740
+ video/x-raw, format=YUY2, width=3840, height=2400
1741
+ video/x-raw, format=YUY2, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
1742
+ video/x-raw, format=VYUY, width=160, height=120
1743
+ video/x-raw, format=VYUY, width=240, height=160
1744
+ video/x-raw, format=VYUY, width=320, height=240
1745
+ video/x-raw, format=VYUY, width=400, height=240
1746
+ video/x-raw, format=VYUY, width=480, height=320
1747
+ video/x-raw, format=VYUY, width=640, height=360
1748
+ video/x-raw, format=VYUY, width=640, height=480
1749
+ video/x-raw, format=VYUY, width=720, height=480
1750
+ video/x-raw, format=VYUY, width=768, height=480
1751
+ video/x-raw, format=VYUY, width=854, height=480
1752
+ video/x-raw, format=VYUY, width=720, height=576
1753
+ video/x-raw, format=VYUY, width=800, height=600
1754
+ video/x-raw, format=VYUY, width=960, height=540
1755
+ video/x-raw, format=VYUY, width=1024, height=576
1756
+ video/x-raw, format=VYUY, width=960, height=640
1757
+ video/x-raw, format=VYUY, width=1024, height=600
1758
+ video/x-raw, format=VYUY, width=1024, height=768
1759
+ video/x-raw, format=VYUY, width=1280, height=720
1760
+ video/x-raw, format=VYUY, width=1152, height=864
1761
+ video/x-raw, format=VYUY, width=1280, height=800
1762
+ video/x-raw, format=VYUY, width=1360, height=768
1763
+ video/x-raw, format=VYUY, width=1366, height=768
1764
+ video/x-raw, format=VYUY, width=1440, height=900
1765
+ video/x-raw, format=VYUY, width=1280, height=1024
1766
+ video/x-raw, format=VYUY, width=1536, height=864
1767
+ video/x-raw, format=VYUY, width=1280, height=1080
1768
+ video/x-raw, format=VYUY, width=1600, height=900
1769
+ video/x-raw, format=VYUY, width=1400, height=1050
1770
+ video/x-raw, format=VYUY, width=1680, height=1050
1771
+ video/x-raw, format=VYUY, width=1600, height=1200
1772
+ video/x-raw, format=VYUY, width=1920, height=1080
1773
+ video/x-raw, format=VYUY, width=2048, height=1080
1774
+ video/x-raw, format=VYUY, width=1920, height=1200
1775
+ video/x-raw, format=VYUY, width=2160, height=1080
1776
+ video/x-raw, format=VYUY, width=2048, height=1152
1777
+ video/x-raw, format=VYUY, width=2560, height=1080
1778
+ video/x-raw, format=VYUY, width=2048, height=1536
1779
+ video/x-raw, format=VYUY, width=2560, height=1440
1780
+ video/x-raw, format=VYUY, width=2560, height=1600
1781
+ video/x-raw, format=VYUY, width=3840, height=1080
1782
+ video/x-raw, format=VYUY, width=2960, height=1440
1783
+ video/x-raw, format=VYUY, width=3440, height=1440
1784
+ video/x-raw, format=VYUY, width=2560, height=2048
1785
+ video/x-raw, format=VYUY, width=3200, height=1800
1786
+ video/x-raw, format=VYUY, width=3840, height=1600
1787
+ video/x-raw, format=VYUY, width=3200, height=2048
1788
+ video/x-raw, format=VYUY, width=3200, height=2400
1789
+ video/x-raw, format=VYUY, width=3840, height=2160
1790
+ video/x-raw, format=VYUY, width=4096, height=2160
1791
+ video/x-raw, format=VYUY, width=3840, height=2400
1792
+ video/x-raw, format=VYUY, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
1793
+ video/x-raw, format=UYVY, width=160, height=120
1794
+ video/x-raw, format=UYVY, width=240, height=160
1795
+ video/x-raw, format=UYVY, width=320, height=240
1796
+ video/x-raw, format=UYVY, width=400, height=240
1797
+ video/x-raw, format=UYVY, width=480, height=320
1798
+ video/x-raw, format=UYVY, width=640, height=360
1799
+ video/x-raw, format=UYVY, width=640, height=480
1800
+ video/x-raw, format=UYVY, width=720, height=480
1801
+ video/x-raw, format=UYVY, width=768, height=480
1802
+ video/x-raw, format=UYVY, width=854, height=480
1803
+ video/x-raw, format=UYVY, width=720, height=576
1804
+ video/x-raw, format=UYVY, width=800, height=600
1805
+ video/x-raw, format=UYVY, width=960, height=540
1806
+ video/x-raw, format=UYVY, width=1024, height=576
1807
+ video/x-raw, format=UYVY, width=960, height=640
1808
+ video/x-raw, format=UYVY, width=1024, height=600
1809
+ video/x-raw, format=UYVY, width=1024, height=768
1810
+ video/x-raw, format=UYVY, width=1280, height=720
1811
+ video/x-raw, format=UYVY, width=1152, height=864
1812
+ video/x-raw, format=UYVY, width=1280, height=800
1813
+ video/x-raw, format=UYVY, width=1360, height=768
1814
+ video/x-raw, format=UYVY, width=1366, height=768
1815
+ video/x-raw, format=UYVY, width=1440, height=900
1816
+ video/x-raw, format=UYVY, width=1280, height=1024
1817
+ video/x-raw, format=UYVY, width=1536, height=864
1818
+ video/x-raw, format=UYVY, width=1280, height=1080
1819
+ video/x-raw, format=UYVY, width=1600, height=900
1820
+ video/x-raw, format=UYVY, width=1400, height=1050
1821
+ video/x-raw, format=UYVY, width=1680, height=1050
1822
+ video/x-raw, format=UYVY, width=1600, height=1200
1823
+ video/x-raw, format=UYVY, width=1920, height=1080
1824
+ video/x-raw, format=UYVY, width=2048, height=1080
1825
+ video/x-raw, format=UYVY, width=1920, height=1200
1826
+ video/x-raw, format=UYVY, width=2160, height=1080
1827
+ video/x-raw, format=UYVY, width=2048, height=1152
1828
+ video/x-raw, format=UYVY, width=2560, height=1080
1829
+ video/x-raw, format=UYVY, width=2048, height=1536
1830
+ video/x-raw, format=UYVY, width=2560, height=1440
1831
+ video/x-raw, format=UYVY, width=2560, height=1600
1832
+ video/x-raw, format=UYVY, width=3840, height=1080
1833
+ video/x-raw, format=UYVY, width=2960, height=1440
1834
+ video/x-raw, format=UYVY, width=3440, height=1440
1835
+ video/x-raw, format=UYVY, width=2560, height=2048
1836
+ video/x-raw, format=UYVY, width=3200, height=1800
1837
+ video/x-raw, format=UYVY, width=3840, height=1600
1838
+ video/x-raw, format=UYVY, width=3200, height=2048
1839
+ video/x-raw, format=UYVY, width=3200, height=2400
1840
+ video/x-raw, format=UYVY, width=3840, height=2160
1841
+ video/x-raw, format=UYVY, width=4096, height=2160
1842
+ video/x-raw, format=UYVY, width=3840, height=2400
1843
+ video/x-raw, format=UYVY, width=[ 32, 4608, 2 ], height=[ 32, 2592, 2 ]
1844
+ properties:
1845
+ api.libcamera.SystemDevices = < (gint64)20755, (gint64)20756, (gint64)20757, (gint64)20758, (gint64)20759, (gint64)20760, (gint64)20761, (gint64)20740, (gint64)20741, (gint64)20742, (gint64)20743 >
1846
+ api.libcamera.ScalerCropMaximum = < (int)0, (int)0, (int)0, (int)0 >
1847
+ api.libcamera.PixelArrayActiveAreas = < (int)16, (int)24, (int)4608, (int)2592 >
1848
+ api.libcamera.PixelArraySize = < (int)4608, (int)2592 >
1849
+ api.libcamera.Rotation = 180
1850
+ api.libcamera.Location = CameraLocationExternal
1851
+ api.libcamera.ColorFilterArrangement = RGGB
1852
+ api.libcamera.UnitCellSize = < (int)1400, (int)1400 >
1853
+ api.libcamera.Model = imx708
1854
+ gst-launch-1.0 libcamerasrc camera-name="/base/axi/pcie\@1000120000/rp1/i2c\@88000/imx708\@1a" ! ...
1855
+
1856
+
1857
+ Device found:
1858
+
1859
+ name : /base/axi/pcie@1000120000/rp1/usb@200000-1:1.0-046d:085c
1860
+ class : Source/Video
1861
+ caps : image/jpeg, width=160, height=90
1862
+ image/jpeg, width=160, height=120
1863
+ image/jpeg, width=176, height=144
1864
+ image/jpeg, width=320, height=180
1865
+ image/jpeg, width=320, height=240
1866
+ image/jpeg, width=352, height=288
1867
+ image/jpeg, width=432, height=240
1868
+ image/jpeg, width=640, height=360
1869
+ image/jpeg, width=640, height=480
1870
+ image/jpeg, width=800, height=448
1871
+ image/jpeg, width=864, height=480
1872
+ image/jpeg, width=800, height=600
1873
+ image/jpeg, width=1024, height=576
1874
+ image/jpeg, width=960, height=720
1875
+ image/jpeg, width=1280, height=720
1876
+ image/jpeg, width=1600, height=896
1877
+ image/jpeg, width=1920, height=1080
1878
+ video/x-raw, format=YUY2, width=160, height=90
1879
+ video/x-raw, format=YUY2, width=160, height=120
1880
+ video/x-raw, format=YUY2, width=176, height=144
1881
+ video/x-raw, format=YUY2, width=320, height=180
1882
+ video/x-raw, format=YUY2, width=320, height=240
1883
+ video/x-raw, format=YUY2, width=352, height=288
1884
+ video/x-raw, format=YUY2, width=432, height=240
1885
+ video/x-raw, format=YUY2, width=640, height=360
1886
+ video/x-raw, format=YUY2, width=640, height=480
1887
+ video/x-raw, format=YUY2, width=800, height=448
1888
+ video/x-raw, format=YUY2, width=864, height=480
1889
+ video/x-raw, format=YUY2, width=800, height=600
1890
+ video/x-raw, format=YUY2, width=1024, height=576
1891
+ video/x-raw, format=YUY2, width=960, height=720
1892
+ video/x-raw, format=YUY2, width=1280, height=720
1893
+ video/x-raw, format=YUY2, width=1600, height=896
1894
+ video/x-raw, format=YUY2, width=1920, height=1080
1895
+ video/x-raw, format=YUY2, width=2304, height=1296
1896
+ video/x-raw, format=YUY2, width=2304, height=1536
1897
+ properties:
1898
+ api.libcamera.SystemDevices = < (gint64)20753 >
1899
+ api.libcamera.PixelArrayActiveAreas = < (int)0, (int)0, (int)2304, (int)1536 >
1900
+ api.libcamera.PixelArraySize = < (int)2304, (int)1536 >
1901
+ api.libcamera.Location = CameraLocationExternal
1902
+ api.libcamera.Model = C922 Pro Stream Webcam
1903
+ gst-launch-1.0 libcamerasrc camera-name="/base/axi/pcie\@1000120000/rp1/usb\@200000-1:1.0-046d:085c" ! ...
1904
+
1905
+
1906
+ Device found:
1907
+
1908
+ name : C922 Pro Stream Webcam Analog Stereo
1909
+ class : Audio/Source
1910
+ caps : audio/x-raw, format={ (string)S16LE, (string)S16BE, (string)F32LE, (string)F32BE, (string)S32LE, (string)S32BE, (string)S24LE, (string)S24BE, (string)S24_32LE, (string)S24_32BE, (string)U8 }, layout=interleaved, rate=[ 1, 768000 ], channels=[ 1, 32 ]
1911
+ audio/x-alaw, rate=[ 1, 768000 ], channels=[ 1, 32 ]
1912
+ audio/x-mulaw, rate=[ 1, 768000 ], channels=[ 1, 32 ]
1913
+ properties:
1914
+ alsa.card = 2
1915
+ alsa.card_name = C922 Pro Stream Webcam
1916
+ alsa.class = generic
1917
+ alsa.components = USB046d:085c
1918
+ alsa.device = 0
1919
+ alsa.driver_name = snd_usb_audio
1920
+ alsa.id = USB Audio
1921
+ alsa.long_card_name = C922 Pro Stream Webcam at usb-xhci-hcd.0-1, high speed
1922
+ alsa.mixer_name = USB Mixer
1923
+ alsa.name = USB Audio
1924
+ alsa.resolution_bits = 16
1925
+ alsa.subclass = generic-mix
1926
+ alsa.subdevice = 0
1927
+ alsa.subdevice_name = subdevice #0
1928
+ alsa.sync.id = 00000000:00000000:00000000:00000000
1929
+ api.alsa.card.longname = C922 Pro Stream Webcam at usb-xhci-hcd.0-1, high speed
1930
+ api.alsa.card.name = C922 Pro Stream Webcam
1931
+ api.alsa.path = front:2
1932
+ api.alsa.pcm.card = 2
1933
+ api.alsa.pcm.stream = capture
1934
+ audio.channels = 2
1935
+ audio.position = FL,FR
1936
+ card.profile.device = 0
1937
+ device.api = alsa
1938
+ device.class = sound
1939
+ device.icon_name = audio-card-analog
1940
+ device.id = 48
1941
+ device.profile.description = Analog Stereo
1942
+ device.profile.name = analog-stereo
1943
+ device.routes = 1
1944
+ factory.name = api.alsa.pcm.source
1945
+ media.class = Audio/Source
1946
+ device.description = C922 Pro Stream Webcam
1947
+ node.name = alsa_input.usb-046d_C922_Pro_Stream_Webcam_FF92DB3F-02.analog-stereo
1948
+ node.nick = C922 Pro Stream Webcam
1949
+ node.pause-on-idle = false
1950
+ object.path = alsa:acp:Webcam:0:capture
1951
+ port.group = capture
1952
+ priority.driver = 2009
1953
+ priority.session = 2009
1954
+ factory.id = 19
1955
+ clock.quantum-limit = 8192
1956
+ client.id = 47
1957
+ node.driver = true
1958
+ node.loop.name = data-loop.0
1959
+ library.name = audioconvert/libspa-audioconvert
1960
+ object.id = 57
1961
+ object.serial = 57
1962
+ api.acp.auto-port = false
1963
+ api.acp.auto-profile = false
1964
+ api.alsa.card = 2
1965
+ api.alsa.split-enable = true
1966
+ api.alsa.use-acp = true
1967
+ api.dbus.ReserveDevice1 = Audio2
1968
+ api.dbus.ReserveDevice1.Priority = -20
1969
+ device.bus = usb
1970
+ device.bus-id = usb-046d_C922_Pro_Stream_Webcam_FF92DB3F-02
1971
+ device.bus_path = platform-xhci-hcd.0-usb-0:1:1.2
1972
+ device.enum.api = udev
1973
+ device.form_factor = webcam
1974
+ device.name = alsa_card.usb-046d_C922_Pro_Stream_Webcam_FF92DB3F-02
1975
+ device.nick = C922 Pro Stream Webcam
1976
+ device.plugged.usec = 6294780
1977
+ device.product.id = 0x085c
1978
+ device.product.name = C922 Pro Stream Webcam
1979
+ device.serial = 046d_C922_Pro_Stream_Webcam_FF92DB3F
1980
+ device.subsystem = sound
1981
+ sysfs.path = /devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb1/1-1/1-1:1.2/sound/card2
1982
+ device.vendor.id = 0x046d
1983
+ device.vendor.name = Logitech, Inc.
1984
+ spa.object.id = 6
1985
+ device.string = 2
1986
+ is-default = true
1987
+ gst-launch-1.0 pulsesrc device=alsa_input.usb-046d_C922_Pro_Stream_Webcam_FF92DB3F-02.analog-stereo ! ...
1988
+
1989
+
1990
+ Device found:
1991
+
1992
+ name : Monitor of Built-in Audio Digital Stereo (HDMI)
1993
+ class : Audio/Source
1994
+ caps : audio/x-raw, format={ (string)S16LE, (string)S16BE, (string)F32LE, (string)F32BE, (string)S32LE, (string)S32BE, (string)S24LE, (string)S24BE, (string)S24_32LE, (string)S24_32BE, (string)U8 }, layout=interleaved, rate=[ 1, 768000 ], channels=[ 1, 32 ]
1995
+ audio/x-alaw, rate=[ 1, 768000 ], channels=[ 1, 32 ]
1996
+ audio/x-mulaw, rate=[ 1, 768000 ], channels=[ 1, 32 ]
1997
+ properties:
1998
+ alsa.card = 0
1999
+ alsa.card_name = vc4-hdmi-0
2000
+ alsa.class = generic
2001
+ alsa.device = 0
2002
+ alsa.driver_name = vc4
2003
+ alsa.id = MAI PCM i2s-hifi-0
2004
+ alsa.long_card_name = vc4-hdmi-0
2005
+ alsa.name = MAI PCM i2s-hifi-0
2006
+ alsa.resolution_bits = 16
2007
+ alsa.subclass = generic-mix
2008
+ alsa.subdevice = 0
2009
+ alsa.subdevice_name = subdevice #0
2010
+ alsa.sync.id = 00000000:00000000:00000000:00000000
2011
+ api.alsa.card.longname = vc4-hdmi-0
2012
+ api.alsa.card.name = vc4-hdmi-0
2013
+ api.alsa.path = hdmi:0
2014
+ api.alsa.pcm.card = 0
2015
+ api.alsa.pcm.stream = playback
2016
+ audio.channels = 2
2017
+ audio.position = FL,FR
2018
+ card.profile.device = 1
2019
+ device.api = alsa
2020
+ device.class = monitor
2021
+ device.icon_name = audio-card-analog
2022
+ device.id = 49
2023
+ device.profile.description = Digital Stereo (HDMI)
2024
+ device.profile.name = hdmi-stereo
2025
+ device.routes = 1
2026
+ factory.name = api.alsa.pcm.sink
2027
+ iec958.codecs = ["PCM"]
2028
+ media.class = Audio/Sink
2029
+ device.description = Built-in Audio
2030
+ node.name = alsa_output.platform-107c701400.hdmi.hdmi-stereo
2031
+ node.nick = MAI PCM i2s-hifi-0
2032
+ node.pause-on-idle = false
2033
+ object.path = alsa:acp:vc4hdmi0:1:playback
2034
+ port.group = playback
2035
+ priority.driver = 1000
2036
+ priority.session = 1000
2037
+ factory.id = 19
2038
+ clock.quantum-limit = 8192
2039
+ client.id = 47
2040
+ node.driver = true
2041
+ node.loop.name = data-loop.0
2042
+ library.name = audioconvert/libspa-audioconvert
2043
+ object.id = 58
2044
+ object.serial = 58
2045
+ api.acp.auto-port = false
2046
+ api.acp.auto-profile = false
2047
+ api.alsa.card = 0
2048
+ api.alsa.split-enable = true
2049
+ api.alsa.use-acp = true
2050
+ api.dbus.ReserveDevice1 = Audio0
2051
+ api.dbus.ReserveDevice1.Priority = -20
2052
+ device.bus_path = platform-107c701400.hdmi
2053
+ device.enum.api = udev
2054
+ device.form_factor = internal
2055
+ device.name = alsa_card.platform-107c701400.hdmi
2056
+ device.nick = vc4-hdmi-0
2057
+ device.plugged.usec = 5469083
2058
+ device.subsystem = sound
2059
+ sysfs.path = /devices/platform/soc@107c000000/107c701400.hdmi/sound/card0
2060
+ spa.object.id = 2
2061
+ device.string = 0
2062
+ is-default = false
2063
+ gst-launch-1.0 pulsesrc device=alsa_output.platform-107c701400.hdmi.hdmi-stereo.monitor ! ...
2064
+
2065
+
2066
+ Device found:
2067
+
2068
+ name : Built-in Audio Digital Stereo (HDMI)
2069
+ class : Audio/Sink
2070
+ caps : audio/x-raw, format={ (string)S16LE, (string)S16BE, (string)F32LE, (string)F32BE, (string)S32LE, (string)S32BE, (string)S24LE, (string)S24BE, (string)S24_32LE, (string)S24_32BE, (string)U8 }, layout=interleaved, rate=[ 1, 768000 ], channels=[ 1, 32 ]
2071
+ audio/x-alaw, rate=[ 1, 768000 ], channels=[ 1, 32 ]
2072
+ audio/x-mulaw, rate=[ 1, 768000 ], channels=[ 1, 32 ]
2073
+ properties:
2074
+ alsa.card = 0
2075
+ alsa.card_name = vc4-hdmi-0
2076
+ alsa.class = generic
2077
+ alsa.device = 0
2078
+ alsa.driver_name = vc4
2079
+ alsa.id = MAI PCM i2s-hifi-0
2080
+ alsa.long_card_name = vc4-hdmi-0
2081
+ alsa.name = MAI PCM i2s-hifi-0
2082
+ alsa.resolution_bits = 16
2083
+ alsa.subclass = generic-mix
2084
+ alsa.subdevice = 0
2085
+ alsa.subdevice_name = subdevice #0
2086
+ alsa.sync.id = 00000000:00000000:00000000:00000000
2087
+ api.alsa.card.longname = vc4-hdmi-0
2088
+ api.alsa.card.name = vc4-hdmi-0
2089
+ api.alsa.path = hdmi:0
2090
+ api.alsa.pcm.card = 0
2091
+ api.alsa.pcm.stream = playback
2092
+ audio.channels = 2
2093
+ audio.position = FL,FR
2094
+ card.profile.device = 1
2095
+ device.api = alsa
2096
+ device.class = sound
2097
+ device.icon_name = audio-card-analog
2098
+ device.id = 49
2099
+ device.profile.description = Digital Stereo (HDMI)
2100
+ device.profile.name = hdmi-stereo
2101
+ device.routes = 1
2102
+ factory.name = api.alsa.pcm.sink
2103
+ iec958.codecs = ["PCM"]
2104
+ media.class = Audio/Sink
2105
+ device.description = Built-in Audio
2106
+ node.name = alsa_output.platform-107c701400.hdmi.hdmi-stereo
2107
+ node.nick = MAI PCM i2s-hifi-0
2108
+ node.pause-on-idle = false
2109
+ object.path = alsa:acp:vc4hdmi0:1:playback
2110
+ port.group = playback
2111
+ priority.driver = 1000
2112
+ priority.session = 1000
2113
+ factory.id = 19
2114
+ clock.quantum-limit = 8192
2115
+ client.id = 47
2116
+ node.driver = true
2117
+ node.loop.name = data-loop.0
2118
+ library.name = audioconvert/libspa-audioconvert
2119
+ object.id = 58
2120
+ object.serial = 58
2121
+ api.acp.auto-port = false
2122
+ api.acp.auto-profile = false
2123
+ api.alsa.card = 0
2124
+ api.alsa.split-enable = true
2125
+ api.alsa.use-acp = true
2126
+ api.dbus.ReserveDevice1 = Audio0
2127
+ api.dbus.ReserveDevice1.Priority = -20
2128
+ device.bus_path = platform-107c701400.hdmi
2129
+ device.enum.api = udev
2130
+ device.form_factor = internal
2131
+ device.name = alsa_card.platform-107c701400.hdmi
2132
+ device.nick = vc4-hdmi-0
2133
+ device.plugged.usec = 5469083
2134
+ device.subsystem = sound
2135
+ sysfs.path = /devices/platform/soc@107c000000/107c701400.hdmi/sound/card0
2136
+ spa.object.id = 2
2137
+ device.string = 0
2138
+ is-default = true
2139
+ gst-launch-1.0 ... ! pulsesink device=alsa_output.platform-107c701400.hdmi.hdmi-stereo
2140
+
2141
+
2142
+ Device found:
2143
+
2144
+ name : UvcH264 C922 Pro Stream Webcam
2145
+ class : Video/CameraSource
2146
+ caps : video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=2304, height={ (int)1536, (int)1296 }, pixel-aspect-ratio=1/1, framerate=2/1
2147
+ video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=1920, height=1080, pixel-aspect-ratio=1/1, framerate=5/1
2148
+ video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=1600, height=896, pixel-aspect-ratio=1/1, framerate={ (fraction)15/2, (fraction)5/1 }
2149
+ video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=1280, height=720, pixel-aspect-ratio=1/1, framerate={ (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2150
+ video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=960, height=720, pixel-aspect-ratio=1/1, framerate={ (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2151
+ video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=1024, height=576, pixel-aspect-ratio=1/1, framerate={ (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2152
+ video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=800, height=600, pixel-aspect-ratio=1/1, framerate={ (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2153
+ video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=864, height=480, pixel-aspect-ratio=1/1, framerate={ (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2154
+ video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=800, height=448, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2155
+ video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=640, height={ (int)480, (int)360 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2156
+ video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=432, height=240, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2157
+ video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=352, height=288, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2158
+ video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=320, height={ (int)240, (int)180 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2159
+ video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=176, height=144, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2160
+ video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=160, height={ (int)120, (int)90 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2161
+ image/jpeg, parsed=true, width=1920, height=1080, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2162
+ image/jpeg, parsed=true, width=1600, height=896, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2163
+ image/jpeg, parsed=true, width=1280, height=720, pixel-aspect-ratio=1/1, framerate={ (fraction)60/1, (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2164
+ image/jpeg, parsed=true, width=960, height=720, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2165
+ image/jpeg, parsed=true, width=1024, height=576, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2166
+ image/jpeg, parsed=true, width=800, height={ (int)600, (int)448 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2167
+ image/jpeg, parsed=true, width=864, height=480, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2168
+ image/jpeg, parsed=true, width=640, height={ (int)480, (int)360 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2169
+ image/jpeg, parsed=true, width=432, height=240, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2170
+ image/jpeg, parsed=true, width=352, height=288, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2171
+ image/jpeg, parsed=true, width=320, height={ (int)240, (int)180 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2172
+ image/jpeg, parsed=true, width=176, height=144, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2173
+ image/jpeg, parsed=true, width=160, height={ (int)120, (int)90 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2174
+ video/x-raw, format=YUY2, width=2304, height={ (int)1536, (int)1296 }, pixel-aspect-ratio=1/1, framerate=2/1
2175
+ video/x-raw, format=YUY2, width=1920, height=1080, pixel-aspect-ratio=1/1, framerate=5/1
2176
+ video/x-raw, format=YUY2, width=1600, height=896, pixel-aspect-ratio=1/1, framerate={ (fraction)15/2, (fraction)5/1 }
2177
+ video/x-raw, format=YUY2, width=1280, height=720, pixel-aspect-ratio=1/1, framerate={ (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2178
+ video/x-raw, format=YUY2, width=960, height=720, pixel-aspect-ratio=1/1, framerate={ (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2179
+ video/x-raw, format=YUY2, width=1024, height=576, pixel-aspect-ratio=1/1, framerate={ (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2180
+ video/x-raw, format=YUY2, width=800, height=600, pixel-aspect-ratio=1/1, framerate={ (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2181
+ video/x-raw, format=YUY2, width=864, height=480, pixel-aspect-ratio=1/1, framerate={ (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2182
+ video/x-raw, format=YUY2, width=800, height=448, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2183
+ video/x-raw, format=YUY2, width=640, height={ (int)480, (int)360 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2184
+ video/x-raw, format=YUY2, width=432, height=240, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2185
+ video/x-raw, format=YUY2, width=352, height=288, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2186
+ video/x-raw, format=YUY2, width=320, height={ (int)240, (int)180 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2187
+ video/x-raw, format=YUY2, width=176, height=144, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2188
+ video/x-raw, format=YUY2, width=160, height={ (int)120, (int)90 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2189
+ properties:
2190
+ device.path = /dev/video0
2191
+ udev-probed = false
2192
+ device.api = uvch264
2193
+ v4l2.device.driver = uvcvideo
2194
+ v4l2.device.card = C922 Pro Stream Webcam
2195
+ v4l2.device.bus_info = usb-xhci-hcd.0-1
2196
+ v4l2.device.version = 396335 (0x00060c2f)
2197
+ v4l2.device.capabilities = 2225078273 (0x84a00001)
2198
+ v4l2.device.device_caps = 69206017 (0x04200001)
2199
+ device.is-camerasrc = true
2200
+ gst-launch-1.0 uvch264src.vfsrc name=camerasrc ! ... camerasrc.vidsrc ! [video/x-h264] ...
2201
+
2202
+
2203
+ Device found:
2204
+
2205
+ name : llvmpipe (LLVM 19.1.7, 128 bits)
2206
+ class : Video/Sink
2207
+ caps : video/x-raw(memory:VulkanImage)
2208
+ properties:
2209
+ vulkan.name = llvmpipe (LLVM 19.1.7, 128 bits)
2210
+ vulkan.type = CPU
2211
+ vulkan.api.version = 1.4.305
2212
+ vulkan.api.version.major = 1 (0x00000001)
2213
+ vulkan.api.version.minor = 4 (0x00000004)
2214
+ vulkan.api.version.patch = 305 (0x00000131)
2215
+ vulkan.driver.version = 0.0.1
2216
+ vulkan.driver.version.major = 0 (0x00000000)
2217
+ vulkan.driver.version.minor = 0 (0x00000000)
2218
+ vulkan.driver.version.patch = 1 (0x00000001)
2219
+ vulkan.vendor.id = 65541 (0x00010005)
2220
+ vulkan.device.id = 0 (0x00000000)
2221
+ vulkan.memory.n_heaps = 1 (0x00000001)
2222
+ vulkan.memory.heaps.0.size = 4242276352
2223
+ vulkan.memory.heaps.0.flags = 1 (0x00000001)
2224
+ vulkan.memory.heaps.0.flags.str = device-local
2225
+ vulkan.memory.n_types = 1 (0x00000001)
2226
+ vulkan.memory.types.0.heap = 0 (0x00000000)
2227
+ vulkan.memory.types.0.flags = 15 (0x0000000f)
2228
+ vulkan.memory.types.0.flags.str = device-local|host-visible|host-coherent|host-cached
2229
+ vulkan.n_queue_families = 1 (0x00000001)
2230
+ vulkan.queue_family.0.n_queues = 1 (0x00000001)
2231
+ vulkan.queue_family.0.flags = 15 (0x0000000f)
2232
+ vulkan.queue_family.0.flags.str = graphics|compute|transfer|sparse-binding
2233
+ vulkan.queue_family.0.timestamp_resolution = 64 (0x00000040)
2234
+ vulkan.queue_family.0.min_image_transfer_granuality.width = 1 (0x00000001)
2235
+ vulkan.queue_family.0.min_image_transfer_granuality.height = 1 (0x00000001)
2236
+ vulkan.queue_family.0.min_image_transfer_granuality.depth = 1 (0x00000001)
2237
+ is-default = false
2238
+ gst-launch-1.0 ... ! vulkansink
2239
+
2240
+
2241
+ Device found:
2242
+
2243
+ name : V3D 7.1.7.0
2244
+ class : Video/Sink
2245
+ caps : video/x-raw(memory:VulkanImage)
2246
+ properties:
2247
+ vulkan.name = V3D 7.1.7.0
2248
+ vulkan.type = integrated
2249
+ vulkan.api.version = 1.3.305
2250
+ vulkan.api.version.major = 1 (0x00000001)
2251
+ vulkan.api.version.minor = 3 (0x00000003)
2252
+ vulkan.api.version.patch = 305 (0x00000131)
2253
+ vulkan.driver.version = 25.0.7
2254
+ vulkan.driver.version.major = 25 (0x00000019)
2255
+ vulkan.driver.version.minor = 0 (0x00000000)
2256
+ vulkan.driver.version.patch = 7 (0x00000007)
2257
+ vulkan.vendor.id = 5348 (0x000014e4)
2258
+ vulkan.device.id = 1433410611 (0x55701c33)
2259
+ vulkan.memory.n_heaps = 1 (0x00000001)
2260
+ vulkan.memory.heaps.0.size = 2121138176
2261
+ vulkan.memory.heaps.0.flags = 1 (0x00000001)
2262
+ vulkan.memory.heaps.0.flags.str = device-local
2263
+ vulkan.memory.n_types = 1 (0x00000001)
2264
+ vulkan.memory.types.0.heap = 0 (0x00000000)
2265
+ vulkan.memory.types.0.flags = 7 (0x00000007)
2266
+ vulkan.memory.types.0.flags.str = device-local|host-visible|host-coherent
2267
+ vulkan.n_queue_families = 1 (0x00000001)
2268
+ vulkan.queue_family.0.n_queues = 1 (0x00000001)
2269
+ vulkan.queue_family.0.flags = 7 (0x00000007)
2270
+ vulkan.queue_family.0.flags.str = graphics|compute|transfer
2271
+ vulkan.queue_family.0.timestamp_resolution = 64 (0x00000040)
2272
+ vulkan.queue_family.0.min_image_transfer_granuality.width = 1 (0x00000001)
2273
+ vulkan.queue_family.0.min_image_transfer_granuality.height = 1 (0x00000001)
2274
+ vulkan.queue_family.0.min_image_transfer_granuality.depth = 1 (0x00000001)
2275
+ is-default = true
2276
+ gst-launch-1.0 ... ! vulkansink
2277
+