edge-impulse-linux 1.18.3 → 1.20.1

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 (197) hide show
  1. package/build/cli/linux/linux.js +17 -6
  2. package/build/cli/linux/linux.js.map +1 -1
  3. package/build/cli/linux/runner-downloader.d.ts +0 -1
  4. package/build/cli/linux/runner-downloader.js +5 -11
  5. package/build/cli/linux/runner-downloader.js.map +1 -1
  6. package/build/cli/linux/runner-profiling.d.ts +6 -4
  7. package/build/cli/linux/runner-profiling.js +167 -37
  8. package/build/cli/linux/runner-profiling.js.map +1 -1
  9. package/build/cli/linux/runner.js +69 -56
  10. package/build/cli/linux/runner.js.map +1 -1
  11. package/build/library/sensors/gstreamer.d.ts +10 -3
  12. package/build/library/sensors/gstreamer.js +219 -52
  13. package/build/library/sensors/gstreamer.js.map +1 -1
  14. package/build/library/sensors/icamera.d.ts +21 -1
  15. package/build/library/sensors/imagesnap.d.ts +3 -2
  16. package/build/library/sensors/imagesnap.js +18 -1
  17. package/build/library/sensors/imagesnap.js.map +1 -1
  18. package/build/library/sensors/prophesee.d.ts +2 -2
  19. package/build/library/sensors/sensors-helper.d.ts +6 -1
  20. package/build/library/sensors/sensors-helper.js +32 -9
  21. package/build/library/sensors/sensors-helper.js.map +1 -1
  22. package/build/sdk/studio/sdk/api/adminApi.d.ts +4 -6
  23. package/build/sdk/studio/sdk/api/adminApi.js +4782 -4928
  24. package/build/sdk/studio/sdk/api/adminApi.js.map +1 -1
  25. package/build/sdk/studio/sdk/api/authApi.d.ts +4 -6
  26. package/build/sdk/studio/sdk/api/authApi.js +88 -56
  27. package/build/sdk/studio/sdk/api/authApi.js.map +1 -1
  28. package/build/sdk/studio/sdk/api/cDNApi.d.ts +4 -6
  29. package/build/sdk/studio/sdk/api/cDNApi.js +76 -53
  30. package/build/sdk/studio/sdk/api/cDNApi.js.map +1 -1
  31. package/build/sdk/studio/sdk/api/canaryApi.d.ts +4 -6
  32. package/build/sdk/studio/sdk/api/canaryApi.js +79 -53
  33. package/build/sdk/studio/sdk/api/canaryApi.js.map +1 -1
  34. package/build/sdk/studio/sdk/api/classifyApi.d.ts +4 -6
  35. package/build/sdk/studio/sdk/api/classifyApi.js +527 -499
  36. package/build/sdk/studio/sdk/api/classifyApi.js.map +1 -1
  37. package/build/sdk/studio/sdk/api/dSPApi.d.ts +4 -6
  38. package/build/sdk/studio/sdk/api/dSPApi.js +938 -942
  39. package/build/sdk/studio/sdk/api/dSPApi.js.map +1 -1
  40. package/build/sdk/studio/sdk/api/deploymentApi.d.ts +4 -6
  41. package/build/sdk/studio/sdk/api/deploymentApi.js +680 -603
  42. package/build/sdk/studio/sdk/api/deploymentApi.js.map +1 -1
  43. package/build/sdk/studio/sdk/api/devicesApi.d.ts +4 -6
  44. package/build/sdk/studio/sdk/api/devicesApi.js +802 -800
  45. package/build/sdk/studio/sdk/api/devicesApi.js.map +1 -1
  46. package/build/sdk/studio/sdk/api/emailVerificationApi.d.ts +4 -6
  47. package/build/sdk/studio/sdk/api/emailVerificationApi.js +184 -190
  48. package/build/sdk/studio/sdk/api/emailVerificationApi.js.map +1 -1
  49. package/build/sdk/studio/sdk/api/exportApi.d.ts +4 -6
  50. package/build/sdk/studio/sdk/api/exportApi.js +88 -56
  51. package/build/sdk/studio/sdk/api/exportApi.js.map +1 -1
  52. package/build/sdk/studio/sdk/api/featureFlagsApi.d.ts +4 -6
  53. package/build/sdk/studio/sdk/api/featureFlagsApi.js +76 -52
  54. package/build/sdk/studio/sdk/api/featureFlagsApi.js.map +1 -1
  55. package/build/sdk/studio/sdk/api/healthApi.d.ts +4 -6
  56. package/build/sdk/studio/sdk/api/healthApi.js +111 -97
  57. package/build/sdk/studio/sdk/api/healthApi.js.map +1 -1
  58. package/build/sdk/studio/sdk/api/impulseApi.d.ts +4 -6
  59. package/build/sdk/studio/sdk/api/impulseApi.js +942 -902
  60. package/build/sdk/studio/sdk/api/impulseApi.js.map +1 -1
  61. package/build/sdk/studio/sdk/api/integrationsApi.d.ts +4 -6
  62. package/build/sdk/studio/sdk/api/integrationsApi.js +136 -106
  63. package/build/sdk/studio/sdk/api/integrationsApi.js.map +1 -1
  64. package/build/sdk/studio/sdk/api/jobsApi.d.ts +4 -6
  65. package/build/sdk/studio/sdk/api/jobsApi.js +2270 -2326
  66. package/build/sdk/studio/sdk/api/jobsApi.js.map +1 -1
  67. package/build/sdk/studio/sdk/api/learnApi.d.ts +22 -6
  68. package/build/sdk/studio/sdk/api/learnApi.js +1597 -1424
  69. package/build/sdk/studio/sdk/api/learnApi.js.map +1 -1
  70. package/build/sdk/studio/sdk/api/loginApi.d.ts +4 -6
  71. package/build/sdk/studio/sdk/api/loginApi.js +112 -98
  72. package/build/sdk/studio/sdk/api/loginApi.js.map +1 -1
  73. package/build/sdk/studio/sdk/api/metricsApi.d.ts +4 -6
  74. package/build/sdk/studio/sdk/api/metricsApi.js +148 -144
  75. package/build/sdk/studio/sdk/api/metricsApi.js.map +1 -1
  76. package/build/sdk/studio/sdk/api/optimizationApi.d.ts +4 -6
  77. package/build/sdk/studio/sdk/api/optimizationApi.js +844 -844
  78. package/build/sdk/studio/sdk/api/optimizationApi.js.map +1 -1
  79. package/build/sdk/studio/sdk/api/organizationBlocksApi.d.ts +8 -6
  80. package/build/sdk/studio/sdk/api/organizationBlocksApi.js +1974 -1548
  81. package/build/sdk/studio/sdk/api/organizationBlocksApi.js.map +1 -1
  82. package/build/sdk/studio/sdk/api/organizationCreateProjectApi.d.ts +4 -6
  83. package/build/sdk/studio/sdk/api/organizationCreateProjectApi.js +700 -652
  84. package/build/sdk/studio/sdk/api/organizationCreateProjectApi.js.map +1 -1
  85. package/build/sdk/studio/sdk/api/organizationDataApi.d.ts +4 -6
  86. package/build/sdk/studio/sdk/api/organizationDataApi.js +2074 -1985
  87. package/build/sdk/studio/sdk/api/organizationDataApi.js.map +1 -1
  88. package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.d.ts +4 -6
  89. package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.js +626 -602
  90. package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.js.map +1 -1
  91. package/build/sdk/studio/sdk/api/organizationJobsApi.d.ts +4 -6
  92. package/build/sdk/studio/sdk/api/organizationJobsApi.js +417 -399
  93. package/build/sdk/studio/sdk/api/organizationJobsApi.js.map +1 -1
  94. package/build/sdk/studio/sdk/api/organizationPipelinesApi.d.ts +4 -6
  95. package/build/sdk/studio/sdk/api/organizationPipelinesApi.js +419 -401
  96. package/build/sdk/studio/sdk/api/organizationPipelinesApi.js.map +1 -1
  97. package/build/sdk/studio/sdk/api/organizationPortalsApi.d.ts +4 -6
  98. package/build/sdk/studio/sdk/api/organizationPortalsApi.js +372 -352
  99. package/build/sdk/studio/sdk/api/organizationPortalsApi.js.map +1 -1
  100. package/build/sdk/studio/sdk/api/organizationsApi.d.ts +4 -6
  101. package/build/sdk/studio/sdk/api/organizationsApi.js +4024 -4050
  102. package/build/sdk/studio/sdk/api/organizationsApi.js.map +1 -1
  103. package/build/sdk/studio/sdk/api/performanceCalibrationApi.d.ts +4 -6
  104. package/build/sdk/studio/sdk/api/performanceCalibrationApi.js +586 -560
  105. package/build/sdk/studio/sdk/api/performanceCalibrationApi.js.map +1 -1
  106. package/build/sdk/studio/sdk/api/postProcessingApi.d.ts +4 -6
  107. package/build/sdk/studio/sdk/api/postProcessingApi.js +279 -255
  108. package/build/sdk/studio/sdk/api/postProcessingApi.js.map +1 -1
  109. package/build/sdk/studio/sdk/api/projectsApi.d.ts +4 -6
  110. package/build/sdk/studio/sdk/api/projectsApi.js +2758 -2818
  111. package/build/sdk/studio/sdk/api/projectsApi.js.map +1 -1
  112. package/build/sdk/studio/sdk/api/rawDataApi.d.ts +4 -6
  113. package/build/sdk/studio/sdk/api/rawDataApi.js +3055 -3131
  114. package/build/sdk/studio/sdk/api/rawDataApi.js.map +1 -1
  115. package/build/sdk/studio/sdk/api/testApi.d.ts +4 -6
  116. package/build/sdk/studio/sdk/api/testApi.js +152 -108
  117. package/build/sdk/studio/sdk/api/testApi.js.map +1 -1
  118. package/build/sdk/studio/sdk/api/themesApi.d.ts +4 -6
  119. package/build/sdk/studio/sdk/api/themesApi.js +341 -305
  120. package/build/sdk/studio/sdk/api/themesApi.js.map +1 -1
  121. package/build/sdk/studio/sdk/api/thirdPartyAuthApi.d.ts +4 -6
  122. package/build/sdk/studio/sdk/api/thirdPartyAuthApi.js +387 -353
  123. package/build/sdk/studio/sdk/api/thirdPartyAuthApi.js.map +1 -1
  124. package/build/sdk/studio/sdk/api/uploadPortalApi.d.ts +4 -6
  125. package/build/sdk/studio/sdk/api/uploadPortalApi.js +375 -355
  126. package/build/sdk/studio/sdk/api/uploadPortalApi.js.map +1 -1
  127. package/build/sdk/studio/sdk/api/userApi.d.ts +4 -6
  128. package/build/sdk/studio/sdk/api/userApi.js +2345 -2452
  129. package/build/sdk/studio/sdk/api/userApi.js.map +1 -1
  130. package/build/sdk/studio/sdk/api/vlmApi.d.ts +4 -6
  131. package/build/sdk/studio/sdk/api/vlmApi.js +277 -253
  132. package/build/sdk/studio/sdk/api/vlmApi.js.map +1 -1
  133. package/build/sdk/studio/sdk/api/whitelabelsApi.d.ts +4 -6
  134. package/build/sdk/studio/sdk/api/whitelabelsApi.js +408 -398
  135. package/build/sdk/studio/sdk/api/whitelabelsApi.js.map +1 -1
  136. package/build/sdk/studio/sdk/model/addOrganizationDeployBlockRequest.d.ts +4 -0
  137. package/build/sdk/studio/sdk/model/addOrganizationDeployBlockRequest.js +5 -0
  138. package/build/sdk/studio/sdk/model/addOrganizationDeployBlockRequest.js.map +1 -1
  139. package/build/sdk/studio/sdk/model/buildOnDeviceModelRequest.d.ts +6 -0
  140. package/build/sdk/studio/sdk/model/buildOnDeviceModelRequest.js +5 -0
  141. package/build/sdk/studio/sdk/model/buildOnDeviceModelRequest.js.map +1 -1
  142. package/build/sdk/studio/sdk/model/buildOrganizationOnDeviceModelRequest.d.ts +6 -0
  143. package/build/sdk/studio/sdk/model/buildOrganizationOnDeviceModelRequest.js +5 -0
  144. package/build/sdk/studio/sdk/model/buildOrganizationOnDeviceModelRequest.js.map +1 -1
  145. package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.d.ts +4 -0
  146. package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.js +5 -0
  147. package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.js.map +1 -1
  148. package/build/sdk/studio/sdk/model/deploymentTarget.d.ts +2 -0
  149. package/build/sdk/studio/sdk/model/deploymentTarget.js +5 -0
  150. package/build/sdk/studio/sdk/model/deploymentTarget.js.map +1 -1
  151. package/build/sdk/studio/sdk/model/models.d.ts +47 -7
  152. package/build/sdk/studio/sdk/model/models.js +33 -22
  153. package/build/sdk/studio/sdk/model/models.js.map +1 -1
  154. package/build/sdk/studio/sdk/model/organizationDeployBlock.d.ts +9 -0
  155. package/build/sdk/studio/sdk/model/organizationDeployBlock.js +10 -0
  156. package/build/sdk/studio/sdk/model/organizationDeployBlock.js.map +1 -1
  157. package/build/sdk/studio/sdk/model/projectDeploymentTarget.d.ts +2 -0
  158. package/build/sdk/studio/sdk/model/projectDeploymentTarget.js +5 -0
  159. package/build/sdk/studio/sdk/model/projectDeploymentTarget.js.map +1 -1
  160. package/build/sdk/studio/sdk/model/transferLearningModel.d.ts +4 -0
  161. package/build/sdk/studio/sdk/model/transferLearningModel.js +5 -0
  162. package/build/sdk/studio/sdk/model/transferLearningModel.js.map +1 -1
  163. package/build/sdk/studio/sdk/model/updateOrganizationDeployBlockRequest.d.ts +4 -0
  164. package/build/sdk/studio/sdk/model/updateOrganizationDeployBlockRequest.js +5 -0
  165. package/build/sdk/studio/sdk/model/updateOrganizationDeployBlockRequest.js.map +1 -1
  166. package/build/sdk/studio/sdk/model/uploadPretrainedModelByUrlRequest.d.ts +47 -0
  167. package/build/sdk/studio/sdk/model/uploadPretrainedModelByUrlRequest.js +55 -0
  168. package/build/sdk/studio/sdk/model/uploadPretrainedModelByUrlRequest.js.map +1 -0
  169. package/build/sdk/studio/sdk/model/uploadPretrainedModelRequest.d.ts +4 -0
  170. package/build/sdk/studio/sdk/model/uploadPretrainedModelRequest.js +5 -0
  171. package/build/sdk/studio/sdk/model/uploadPretrainedModelRequest.js.map +1 -1
  172. package/package.json +4 -2
  173. package/test/gstreamer.test.ts +984 -3788
  174. package/test/imx219-csi-on-arduino-unoq-inspect.txt +564 -0
  175. package/test/imx219-csi-on-arduino-unoq-monitor.txt +285 -0
  176. package/test/logitech-c920-on-ubuntu-22-parallells.txt +211 -0
  177. package/test/logitech-c922-on-rpi-bullseye-2.txt +270 -0
  178. package/test/logitech-c922-on-rpi-bullseye.txt +331 -0
  179. package/test/macbook-pro-w-internal-and-external-cam-inspect.txt +1496 -0
  180. package/test/macbook-pro-w-internal-and-external-cam-monitor.txt +209 -0
  181. package/test/nvidia-jetson-w-csi-camera.txt +94 -0
  182. package/test/nvidia-jetson-w-logitech-c922-monitor.txt +204 -0
  183. package/test/nvidia-orin-w-basler-camera-inspect.txt +859 -0
  184. package/test/nvidia-orin-w-basler-camera-pylonsrc.txt +806 -0
  185. package/test/rb1-debian-inspect.txt +568 -0
  186. package/test/rb1-debian-libcamera-monitor.txt +190 -0
  187. package/test/rpi-cam-v3-c920-webcam-bookworm-no-libcamerasrc.txt +383 -0
  188. package/test/rpi4-trixie-csi-gst-device-monitor.txt +1110 -0
  189. package/test/rpi4-trixie-csi-gst-inspect.txt +1379 -0
  190. package/test/rpi5-with-csi-imx500-camera-monitor.txt +3617 -0
  191. package/test/rpi5-with-csi-imx708-monitor.txt +2277 -0
  192. package/test/usb-camera-on-rpi-w-image-jpg.txt +130 -0
  193. /package/test/{qualcomm-rb3-inspect-qtiqmmfsrc.txt → qualcomm-rb3-gen-2-qimp-linux-1-2-with-logitech-brio-inspect-qtiqmmfsrc.txt} +0 -0
  194. /package/test/{qualcomm-rb3-inspect.txt → qualcomm-rb3-gen-2-qimp-linux-1-2-with-logitech-brio-inspect.txt} +0 -0
  195. /package/test/{qualcomm-rb3-monitor-brio.txt → qualcomm-rb3-gen-2-qimp-linux-1-2-with-logitech-brio-monitor.txt} +0 -0
  196. /package/test/{triple-vision-camera-inspect.txt → triple-vision-ai-industrial-camera-inspect.txt} +0 -0
  197. /package/test/{triple-vision-camera-monitor.txt → triple-vision-ai-industrial-camera-monitor.txt} +0 -0
@@ -0,0 +1,285 @@
1
+ Probing devices...
2
+
3
+ [0:04:37.457180992] [1348] INFO Camera camera_manager.cpp:327 libcamera v0.4.0
4
+ [0:04:37.485357055] [1351] WARN CameraSensor camera_sensor_legacy.cpp:354 'imx219 2-0010': Recommended V4L2 control 0x009a0922 not supported
5
+ [0:04:37.485428202] [1351] WARN CameraSensor camera_sensor_legacy.cpp:426 'imx219 2-0010': The sensor kernel driver needs to be fixed
6
+ [0:04:37.485446953] [1351] WARN CameraSensor camera_sensor_legacy.cpp:428 'imx219 2-0010': See Documentation/sensor_driver_requirements.rst in the libcamera sources for more information
7
+ [0:04:37.486186707] [1351] WARN CameraSensor camera_sensor_legacy.cpp:594 'imx219 2-0010': Failed to retrieve the camera location
8
+ [0:04:37.486234780] [1351] WARN CameraSensor camera_sensor_legacy.cpp:616 'imx219 2-0010': Rotation control not available, default to 0 degrees
9
+ [0:04:37.489553230] [1351] WARN IPAProxy ipa_proxy.cpp:160 Configuration file 'imx219.yaml' not found for IPA module 'simple', falling back to 'uncalibrated.yaml'
10
+
11
+ Device found:
12
+
13
+ name : /base/soc@0/cci@5c1b000/i2c-bus@0/sensor@10
14
+ class : Source/Video
15
+ caps : video/x-raw, format=RGBA, width=160, height=120
16
+ video/x-raw, format=RGBA, width=240, height=160
17
+ video/x-raw, format=RGBA, width=320, height=240
18
+ video/x-raw, format=RGBA, width=400, height=240
19
+ video/x-raw, format=RGBA, width=480, height=320
20
+ video/x-raw, format=RGBA, width=640, height=360
21
+ video/x-raw, format=RGBA, width=640, height=480
22
+ video/x-raw, format=RGBA, width=720, height=480
23
+ video/x-raw, format=RGBA, width=768, height=480
24
+ video/x-raw, format=RGBA, width=854, height=480
25
+ video/x-raw, format=RGBA, width=720, height=576
26
+ video/x-raw, format=RGBA, width=800, height=600
27
+ video/x-raw, format=RGBA, width=960, height=540
28
+ video/x-raw, format=RGBA, width=1024, height=576
29
+ video/x-raw, format=RGBA, width=960, height=640
30
+ video/x-raw, format=RGBA, width=1024, height=600
31
+ video/x-raw, format=RGBA, width=1024, height=768
32
+ video/x-raw, format=RGBA, width=1280, height=720
33
+ video/x-raw, format=RGBA, width=1152, height=864
34
+ video/x-raw, format=RGBA, width=1280, height=800
35
+ video/x-raw, format=RGBA, width=1360, height=768
36
+ video/x-raw, format=RGBA, width=1366, height=768
37
+ video/x-raw, format=RGBA, width=1440, height=900
38
+ video/x-raw, format=RGBA, width=1280, height=1024
39
+ video/x-raw, format=RGBA, width=1536, height=864
40
+ video/x-raw, format=RGBA, width=1280, height=1080
41
+ video/x-raw, format=RGBA, width=1600, height=900
42
+ video/x-raw, format=RGBA, width=1400, height=1050
43
+ video/x-raw, format=RGBA, width=1680, height=1050
44
+ video/x-raw, format=RGBA, width=1600, height=1200
45
+ video/x-raw, format=RGBA, width=1920, height=1080
46
+ video/x-raw, format=RGBA, width=2048, height=1080
47
+ video/x-raw, format=RGBA, width=1920, height=1200
48
+ video/x-raw, format=RGBA, width=2160, height=1080
49
+ video/x-raw, format=RGBA, width=2048, height=1152
50
+ video/x-raw, format=RGBA, width=2560, height=1080
51
+ video/x-raw, format=RGBA, width=2048, height=1536
52
+ video/x-raw, format=RGBA, width=2560, height=1440
53
+ video/x-raw, format=RGBA, width=2560, height=1600
54
+ video/x-raw, format=RGBA, width=2960, height=1440
55
+ video/x-raw, format=RGBA, width=2560, height=2048
56
+ video/x-raw, format=RGBA, width=3200, height=1800
57
+ video/x-raw, format=RGBA, width=3200, height=2048
58
+ video/x-raw, format=RGBA, width=3200, height=2400
59
+ video/x-raw, format=RGBA, width=[ 2, 3272, 2 ], height=[ 2, 2464, 2 ]
60
+ video/x-raw, format=RGBx, width=160, height=120
61
+ video/x-raw, format=RGBx, width=240, height=160
62
+ video/x-raw, format=RGBx, width=320, height=240
63
+ video/x-raw, format=RGBx, width=400, height=240
64
+ video/x-raw, format=RGBx, width=480, height=320
65
+ video/x-raw, format=RGBx, width=640, height=360
66
+ video/x-raw, format=RGBx, width=640, height=480
67
+ video/x-raw, format=RGBx, width=720, height=480
68
+ video/x-raw, format=RGBx, width=768, height=480
69
+ video/x-raw, format=RGBx, width=854, height=480
70
+ video/x-raw, format=RGBx, width=720, height=576
71
+ video/x-raw, format=RGBx, width=800, height=600
72
+ video/x-raw, format=RGBx, width=960, height=540
73
+ video/x-raw, format=RGBx, width=1024, height=576
74
+ video/x-raw, format=RGBx, width=960, height=640
75
+ video/x-raw, format=RGBx, width=1024, height=600
76
+ video/x-raw, format=RGBx, width=1024, height=768
77
+ video/x-raw, format=RGBx, width=1280, height=720
78
+ video/x-raw, format=RGBx, width=1152, height=864
79
+ video/x-raw, format=RGBx, width=1280, height=800
80
+ video/x-raw, format=RGBx, width=1360, height=768
81
+ video/x-raw, format=RGBx, width=1366, height=768
82
+ video/x-raw, format=RGBx, width=1440, height=900
83
+ video/x-raw, format=RGBx, width=1280, height=1024
84
+ video/x-raw, format=RGBx, width=1536, height=864
85
+ video/x-raw, format=RGBx, width=1280, height=1080
86
+ video/x-raw, format=RGBx, width=1600, height=900
87
+ video/x-raw, format=RGBx, width=1400, height=1050
88
+ video/x-raw, format=RGBx, width=1680, height=1050
89
+ video/x-raw, format=RGBx, width=1600, height=1200
90
+ video/x-raw, format=RGBx, width=1920, height=1080
91
+ video/x-raw, format=RGBx, width=2048, height=1080
92
+ video/x-raw, format=RGBx, width=1920, height=1200
93
+ video/x-raw, format=RGBx, width=2160, height=1080
94
+ video/x-raw, format=RGBx, width=2048, height=1152
95
+ video/x-raw, format=RGBx, width=2560, height=1080
96
+ video/x-raw, format=RGBx, width=2048, height=1536
97
+ video/x-raw, format=RGBx, width=2560, height=1440
98
+ video/x-raw, format=RGBx, width=2560, height=1600
99
+ video/x-raw, format=RGBx, width=2960, height=1440
100
+ video/x-raw, format=RGBx, width=2560, height=2048
101
+ video/x-raw, format=RGBx, width=3200, height=1800
102
+ video/x-raw, format=RGBx, width=3200, height=2048
103
+ video/x-raw, format=RGBx, width=3200, height=2400
104
+ video/x-raw, format=RGBx, width=[ 2, 3272, 2 ], height=[ 2, 2464, 2 ]
105
+ video/x-raw, format=RGB, width=160, height=120
106
+ video/x-raw, format=RGB, width=240, height=160
107
+ video/x-raw, format=RGB, width=320, height=240
108
+ video/x-raw, format=RGB, width=400, height=240
109
+ video/x-raw, format=RGB, width=480, height=320
110
+ video/x-raw, format=RGB, width=640, height=360
111
+ video/x-raw, format=RGB, width=640, height=480
112
+ video/x-raw, format=RGB, width=720, height=480
113
+ video/x-raw, format=RGB, width=768, height=480
114
+ video/x-raw, format=RGB, width=854, height=480
115
+ video/x-raw, format=RGB, width=720, height=576
116
+ video/x-raw, format=RGB, width=800, height=600
117
+ video/x-raw, format=RGB, width=960, height=540
118
+ video/x-raw, format=RGB, width=1024, height=576
119
+ video/x-raw, format=RGB, width=960, height=640
120
+ video/x-raw, format=RGB, width=1024, height=600
121
+ video/x-raw, format=RGB, width=1024, height=768
122
+ video/x-raw, format=RGB, width=1280, height=720
123
+ video/x-raw, format=RGB, width=1152, height=864
124
+ video/x-raw, format=RGB, width=1280, height=800
125
+ video/x-raw, format=RGB, width=1360, height=768
126
+ video/x-raw, format=RGB, width=1366, height=768
127
+ video/x-raw, format=RGB, width=1440, height=900
128
+ video/x-raw, format=RGB, width=1280, height=1024
129
+ video/x-raw, format=RGB, width=1536, height=864
130
+ video/x-raw, format=RGB, width=1280, height=1080
131
+ video/x-raw, format=RGB, width=1600, height=900
132
+ video/x-raw, format=RGB, width=1400, height=1050
133
+ video/x-raw, format=RGB, width=1680, height=1050
134
+ video/x-raw, format=RGB, width=1600, height=1200
135
+ video/x-raw, format=RGB, width=1920, height=1080
136
+ video/x-raw, format=RGB, width=2048, height=1080
137
+ video/x-raw, format=RGB, width=1920, height=1200
138
+ video/x-raw, format=RGB, width=2160, height=1080
139
+ video/x-raw, format=RGB, width=2048, height=1152
140
+ video/x-raw, format=RGB, width=2560, height=1080
141
+ video/x-raw, format=RGB, width=2048, height=1536
142
+ video/x-raw, format=RGB, width=2560, height=1440
143
+ video/x-raw, format=RGB, width=2560, height=1600
144
+ video/x-raw, format=RGB, width=2960, height=1440
145
+ video/x-raw, format=RGB, width=2560, height=2048
146
+ video/x-raw, format=RGB, width=3200, height=1800
147
+ video/x-raw, format=RGB, width=3200, height=2048
148
+ video/x-raw, format=RGB, width=3200, height=2400
149
+ video/x-raw, format=RGB, width=[ 2, 3272, 2 ], height=[ 2, 2464, 2 ]
150
+ video/x-raw, format=BGR, width=160, height=120
151
+ video/x-raw, format=BGR, width=240, height=160
152
+ video/x-raw, format=BGR, width=320, height=240
153
+ video/x-raw, format=BGR, width=400, height=240
154
+ video/x-raw, format=BGR, width=480, height=320
155
+ video/x-raw, format=BGR, width=640, height=360
156
+ video/x-raw, format=BGR, width=640, height=480
157
+ video/x-raw, format=BGR, width=720, height=480
158
+ video/x-raw, format=BGR, width=768, height=480
159
+ video/x-raw, format=BGR, width=854, height=480
160
+ video/x-raw, format=BGR, width=720, height=576
161
+ video/x-raw, format=BGR, width=800, height=600
162
+ video/x-raw, format=BGR, width=960, height=540
163
+ video/x-raw, format=BGR, width=1024, height=576
164
+ video/x-raw, format=BGR, width=960, height=640
165
+ video/x-raw, format=BGR, width=1024, height=600
166
+ video/x-raw, format=BGR, width=1024, height=768
167
+ video/x-raw, format=BGR, width=1280, height=720
168
+ video/x-raw, format=BGR, width=1152, height=864
169
+ video/x-raw, format=BGR, width=1280, height=800
170
+ video/x-raw, format=BGR, width=1360, height=768
171
+ video/x-raw, format=BGR, width=1366, height=768
172
+ video/x-raw, format=BGR, width=1440, height=900
173
+ video/x-raw, format=BGR, width=1280, height=1024
174
+ video/x-raw, format=BGR, width=1536, height=864
175
+ video/x-raw, format=BGR, width=1280, height=1080
176
+ video/x-raw, format=BGR, width=1600, height=900
177
+ video/x-raw, format=BGR, width=1400, height=1050
178
+ video/x-raw, format=BGR, width=1680, height=1050
179
+ video/x-raw, format=BGR, width=1600, height=1200
180
+ video/x-raw, format=BGR, width=1920, height=1080
181
+ video/x-raw, format=BGR, width=2048, height=1080
182
+ video/x-raw, format=BGR, width=1920, height=1200
183
+ video/x-raw, format=BGR, width=2160, height=1080
184
+ video/x-raw, format=BGR, width=2048, height=1152
185
+ video/x-raw, format=BGR, width=2560, height=1080
186
+ video/x-raw, format=BGR, width=2048, height=1536
187
+ video/x-raw, format=BGR, width=2560, height=1440
188
+ video/x-raw, format=BGR, width=2560, height=1600
189
+ video/x-raw, format=BGR, width=2960, height=1440
190
+ video/x-raw, format=BGR, width=2560, height=2048
191
+ video/x-raw, format=BGR, width=3200, height=1800
192
+ video/x-raw, format=BGR, width=3200, height=2048
193
+ video/x-raw, format=BGR, width=3200, height=2400
194
+ video/x-raw, format=BGR, width=[ 2, 3272, 2 ], height=[ 2, 2464, 2 ]
195
+ video/x-raw, format=BGRA, width=160, height=120
196
+ video/x-raw, format=BGRA, width=240, height=160
197
+ video/x-raw, format=BGRA, width=320, height=240
198
+ video/x-raw, format=BGRA, width=400, height=240
199
+ video/x-raw, format=BGRA, width=480, height=320
200
+ video/x-raw, format=BGRA, width=640, height=360
201
+ video/x-raw, format=BGRA, width=640, height=480
202
+ video/x-raw, format=BGRA, width=720, height=480
203
+ video/x-raw, format=BGRA, width=768, height=480
204
+ video/x-raw, format=BGRA, width=854, height=480
205
+ video/x-raw, format=BGRA, width=720, height=576
206
+ video/x-raw, format=BGRA, width=800, height=600
207
+ video/x-raw, format=BGRA, width=960, height=540
208
+ video/x-raw, format=BGRA, width=1024, height=576
209
+ video/x-raw, format=BGRA, width=960, height=640
210
+ video/x-raw, format=BGRA, width=1024, height=600
211
+ video/x-raw, format=BGRA, width=1024, height=768
212
+ video/x-raw, format=BGRA, width=1280, height=720
213
+ video/x-raw, format=BGRA, width=1152, height=864
214
+ video/x-raw, format=BGRA, width=1280, height=800
215
+ video/x-raw, format=BGRA, width=1360, height=768
216
+ video/x-raw, format=BGRA, width=1366, height=768
217
+ video/x-raw, format=BGRA, width=1440, height=900
218
+ video/x-raw, format=BGRA, width=1280, height=1024
219
+ video/x-raw, format=BGRA, width=1536, height=864
220
+ video/x-raw, format=BGRA, width=1280, height=1080
221
+ video/x-raw, format=BGRA, width=1600, height=900
222
+ video/x-raw, format=BGRA, width=1400, height=1050
223
+ video/x-raw, format=BGRA, width=1680, height=1050
224
+ video/x-raw, format=BGRA, width=1600, height=1200
225
+ video/x-raw, format=BGRA, width=1920, height=1080
226
+ video/x-raw, format=BGRA, width=2048, height=1080
227
+ video/x-raw, format=BGRA, width=1920, height=1200
228
+ video/x-raw, format=BGRA, width=2160, height=1080
229
+ video/x-raw, format=BGRA, width=2048, height=1152
230
+ video/x-raw, format=BGRA, width=2560, height=1080
231
+ video/x-raw, format=BGRA, width=2048, height=1536
232
+ video/x-raw, format=BGRA, width=2560, height=1440
233
+ video/x-raw, format=BGRA, width=2560, height=1600
234
+ video/x-raw, format=BGRA, width=2960, height=1440
235
+ video/x-raw, format=BGRA, width=2560, height=2048
236
+ video/x-raw, format=BGRA, width=3200, height=1800
237
+ video/x-raw, format=BGRA, width=3200, height=2048
238
+ video/x-raw, format=BGRA, width=3200, height=2400
239
+ video/x-raw, format=BGRA, width=[ 2, 3272, 2 ], height=[ 2, 2464, 2 ]
240
+ video/x-raw, format=BGRx, width=160, height=120
241
+ video/x-raw, format=BGRx, width=240, height=160
242
+ video/x-raw, format=BGRx, width=320, height=240
243
+ video/x-raw, format=BGRx, width=400, height=240
244
+ video/x-raw, format=BGRx, width=480, height=320
245
+ video/x-raw, format=BGRx, width=640, height=360
246
+ video/x-raw, format=BGRx, width=640, height=480
247
+ video/x-raw, format=BGRx, width=720, height=480
248
+ video/x-raw, format=BGRx, width=768, height=480
249
+ video/x-raw, format=BGRx, width=854, height=480
250
+ video/x-raw, format=BGRx, width=720, height=576
251
+ video/x-raw, format=BGRx, width=800, height=600
252
+ video/x-raw, format=BGRx, width=960, height=540
253
+ video/x-raw, format=BGRx, width=1024, height=576
254
+ video/x-raw, format=BGRx, width=960, height=640
255
+ video/x-raw, format=BGRx, width=1024, height=600
256
+ video/x-raw, format=BGRx, width=1024, height=768
257
+ video/x-raw, format=BGRx, width=1280, height=720
258
+ video/x-raw, format=BGRx, width=1152, height=864
259
+ video/x-raw, format=BGRx, width=1280, height=800
260
+ video/x-raw, format=BGRx, width=1360, height=768
261
+ video/x-raw, format=BGRx, width=1366, height=768
262
+ video/x-raw, format=BGRx, width=1440, height=900
263
+ video/x-raw, format=BGRx, width=1280, height=1024
264
+ video/x-raw, format=BGRx, width=1536, height=864
265
+ video/x-raw, format=BGRx, width=1280, height=1080
266
+ video/x-raw, format=BGRx, width=1600, height=900
267
+ video/x-raw, format=BGRx, width=1400, height=1050
268
+ video/x-raw, format=BGRx, width=1680, height=1050
269
+ video/x-raw, format=BGRx, width=1600, height=1200
270
+ video/x-raw, format=BGRx, width=1920, height=1080
271
+ video/x-raw, format=BGRx, width=2048, height=1080
272
+ video/x-raw, format=BGRx, width=1920, height=1200
273
+ video/x-raw, format=BGRx, width=2160, height=1080
274
+ video/x-raw, format=BGRx, width=2048, height=1152
275
+ video/x-raw, format=BGRx, width=2560, height=1080
276
+ video/x-raw, format=BGRx, width=2048, height=1536
277
+ video/x-raw, format=BGRx, width=2560, height=1440
278
+ video/x-raw, format=BGRx, width=2560, height=1600
279
+ video/x-raw, format=BGRx, width=2960, height=1440
280
+ video/x-raw, format=BGRx, width=2560, height=2048
281
+ video/x-raw, format=BGRx, width=3200, height=1800
282
+ video/x-raw, format=BGRx, width=3200, height=2048
283
+ video/x-raw, format=BGRx, width=3200, height=2400
284
+ video/x-raw, format=BGRx, width=[ 2, 3272, 2 ], height=[ 2, 2464, 2 ]
285
+ gst-launch-1.0 libcamerasrc camera-name="/base/soc\@0/cci\@5c1b000/i2c-bus\@0/sensor\@10" ! ...
@@ -0,0 +1,211 @@
1
+ Probing devices...
2
+ Device found:
3
+ name : HD Pro Webcam C920
4
+ class : Video/Source
5
+ caps : video/x-raw, format=YUY2, width=640, height=480, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
6
+ video/x-raw, format=YUY2, width=160, height=90, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
7
+ video/x-raw, format=YUY2, width=160, height=120, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
8
+ video/x-raw, format=YUY2, width=176, height=144, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
9
+ video/x-raw, format=YUY2, width=320, height=180, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
10
+ video/x-raw, format=YUY2, width=320, height=240, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
11
+ video/x-raw, format=YUY2, width=352, height=288, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
12
+ video/x-raw, format=YUY2, width=432, height=240, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
13
+ video/x-raw, format=YUY2, width=640, height=360, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
14
+ video/x-raw, format=YUY2, width=800, height=448, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
15
+ video/x-raw, format=YUY2, width=800, height=600, framerate={ (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
16
+ video/x-raw, format=YUY2, width=864, height=480, framerate={ (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
17
+ video/x-raw, format=YUY2, width=960, height=720, framerate={ (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
18
+ video/x-raw, format=YUY2, width=1024, height=576, framerate={ (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
19
+ video/x-raw, format=YUY2, width=1280, height=720, framerate={ (fraction)10/1, (fraction)15/2, (fraction)5/1 }
20
+ video/x-raw, format=YUY2, width=1600, height=896, framerate={ (fraction)15/2, (fraction)5/1 }
21
+ image/jpeg, width=640, height=480, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
22
+ image/jpeg, width=160, height=90, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
23
+ image/jpeg, width=160, height=120, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
24
+ image/jpeg, width=176, height=144, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
25
+ image/jpeg, width=320, height=180, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
26
+ image/jpeg, width=320, height=240, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
27
+ image/jpeg, width=352, height=288, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
28
+ image/jpeg, width=432, height=240, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
29
+ image/jpeg, width=640, height=360, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
30
+ image/jpeg, width=800, height=448, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
31
+ image/jpeg, width=800, height=600, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
32
+ image/jpeg, width=864, height=480, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
33
+ image/jpeg, width=960, height=720, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
34
+ image/jpeg, width=1024, height=576, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
35
+ image/jpeg, width=1280, height=720, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
36
+ image/jpeg, width=1600, height=896, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
37
+ image/jpeg, width=1920, height=1080, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
38
+ properties:
39
+ object.path = v4l2:/dev/video0
40
+ device.api = v4l2
41
+ media.class = Video/Source
42
+ device.product.id = 2277
43
+ device.vendor.id = 1133
44
+ api.v4l2.path = /dev/video0
45
+ api.v4l2.cap.driver = uvcvideo
46
+ api.v4l2.cap.card = "HD\ Pro\ Webcam\ C920"
47
+ api.v4l2.cap.bus_info = usb-0000:00:1d.7-14
48
+ api.v4l2.cap.version = 6.5.13
49
+ api.v4l2.cap.capabilities = 84a00001
50
+ api.v4l2.cap.device-caps = 04200001
51
+ device.id = 33
52
+ node.name = v4l2_input.pci-0000_00_1d.7-usb-0_14_1.0.2
53
+ node.description = "HD\ Pro\ Webcam\ C920"
54
+ factory.name = api.v4l2.source
55
+ node.pause-on-idle = false
56
+ factory.id = 10
57
+ client.id = 32
58
+ clock.quantum-limit = 8192
59
+ media.role = Camera
60
+ node.driver = true
61
+ object.id = 35
62
+ object.serial = 40
63
+ gst-launch-1.0 pipewiresrc path=35 ! ...
64
+ Device found:
65
+ name : Monitor of Built-in Audio Analog Stereo
66
+ class : Audio/Source
67
+ 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, 384000 ], channels=[ 1, 32 ]
68
+ audio/x-alaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
69
+ audio/x-mulaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
70
+ properties:
71
+ device.description = "Monitor\ of\ Built-in\ Audio\ Analog\ Stereo"
72
+ device.class = monitor
73
+ alsa.card = 0
74
+ alsa.card_name = "Intel\ 82801BA-ICH2"
75
+ alsa.long_card_name = "Intel\ 82801BA-ICH2\ with\ ALC850\ at\ irq\ 17"
76
+ alsa.driver_name = snd_intel8x0
77
+ device.bus_path = pci-0000:00:1f.4
78
+ sysfs.path = /devices/pci0000:00/0000:00:1f.4/sound/card0
79
+ device.bus = pci
80
+ device.vendor.id = 8086
81
+ device.vendor.name = "Intel\ Corporation"
82
+ device.product.id = 2445
83
+ device.product.name = "82801BA/BAM\ AC\'97\ Audio\ Controller"
84
+ device.form_factor = internal
85
+ device.string = 0
86
+ module-udev-detect.discovered = 1
87
+ device.icon_name = audio-card-pci
88
+ is-default = false
89
+ gst-launch-1.0 pulsesrc device=alsa_output.pci-0000_00_1f.4.analog-stereo.monitor ! ...
90
+ Device found:
91
+ name : Built-in Audio Analog Stereo
92
+ class : Audio/Source
93
+ 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, 384000 ], channels=[ 1, 32 ]
94
+ audio/x-alaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
95
+ audio/x-mulaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
96
+ properties:
97
+ alsa.resolution_bits = 16
98
+ device.api = alsa
99
+ device.class = sound
100
+ alsa.class = generic
101
+ alsa.subclass = generic-mix
102
+ alsa.name = "Intel\ 82801BA-ICH2"
103
+ alsa.id = "Intel\ ICH"
104
+ alsa.subdevice = 0
105
+ alsa.subdevice_name = "subdevice\ \#0"
106
+ alsa.device = 0
107
+ alsa.card = 0
108
+ alsa.card_name = "Intel\ 82801BA-ICH2"
109
+ alsa.long_card_name = "Intel\ 82801BA-ICH2\ with\ ALC850\ at\ irq\ 17"
110
+ alsa.driver_name = snd_intel8x0
111
+ device.bus_path = pci-0000:00:1f.4
112
+ sysfs.path = /devices/pci0000:00/0000:00:1f.4/sound/card0
113
+ device.bus = pci
114
+ device.vendor.id = 8086
115
+ device.vendor.name = "Intel\ Corporation"
116
+ device.product.id = 2445
117
+ device.product.name = "82801BA/BAM\ AC\'97\ Audio\ Controller"
118
+ device.form_factor = internal
119
+ device.string = front:0
120
+ device.buffering.buffer_size = 17632
121
+ device.buffering.fragment_size = 4408
122
+ device.access_mode = mmap
123
+ device.profile.name = analog-stereo
124
+ device.profile.description = "Analog\ Stereo"
125
+ device.description = "Built-in\ Audio\ Analog\ Stereo"
126
+ module-udev-detect.discovered = 1
127
+ device.icon_name = audio-card-pci
128
+ is-default = false
129
+ gst-launch-1.0 pulsesrc device=alsa_input.pci-0000_00_1f.4.analog-stereo ! ...
130
+ Device found:
131
+ name : HD Pro Webcam C920 Analog Stereo
132
+ class : Audio/Source
133
+ 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, 384000 ], channels=[ 1, 32 ]
134
+ audio/x-alaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
135
+ audio/x-mulaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
136
+ properties:
137
+ alsa.resolution_bits = 16
138
+ device.api = alsa
139
+ device.class = sound
140
+ alsa.class = generic
141
+ alsa.subclass = generic-mix
142
+ alsa.name = "USB\ Audio"
143
+ alsa.id = "USB\ Audio"
144
+ alsa.subdevice = 0
145
+ alsa.subdevice_name = "subdevice\ \#0"
146
+ alsa.device = 0
147
+ alsa.card = 1
148
+ alsa.card_name = "HD\ Pro\ Webcam\ C920"
149
+ alsa.long_card_name = "HD\ Pro\ Webcam\ C920\ at\ usb-0000:00:1d.7-14\,\ high\ speed"
150
+ alsa.driver_name = snd_usb_audio
151
+ device.bus_path = pci-0000:00:1d.7-usb-0:14:1.2
152
+ sysfs.path = /devices/pci0000:00/0000:00:1d.7/usb1/1-14/1-14:1.2/sound/card1
153
+ udev.id = usb-046d_HD_Pro_Webcam_C920_0D7DE91F-02
154
+ device.bus = usb
155
+ device.vendor.id = 046d
156
+ device.vendor.name = "Logitech\,\ Inc."
157
+ device.product.id = 08e5
158
+ device.product.name = "HD\ Pro\ Webcam\ C920"
159
+ device.serial = 046d_HD_Pro_Webcam_C920_0D7DE91F
160
+ device.form_factor = webcam
161
+ device.string = front:1
162
+ device.buffering.buffer_size = 12792
163
+ device.buffering.fragment_size = 3196
164
+ device.access_mode = mmap
165
+ device.profile.name = analog-stereo
166
+ device.profile.description = "Analog\ Stereo"
167
+ device.description = "HD\ Pro\ Webcam\ C920\ Analog\ Stereo"
168
+ module-udev-detect.discovered = 1
169
+ device.icon_name = camera-web-usb
170
+ is-default = true
171
+ gst-launch-1.0 pulsesrc device=alsa_input.usb-046d_HD_Pro_Webcam_C920_0D7DE91F-02.analog-stereo ! ...
172
+ Device found:
173
+ name : Built-in Audio Analog Stereo
174
+ class : Audio/Sink
175
+ 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, 384000 ], channels=[ 1, 32 ]
176
+ audio/x-alaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
177
+ audio/x-mulaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
178
+ properties:
179
+ alsa.resolution_bits = 16
180
+ device.api = alsa
181
+ device.class = sound
182
+ alsa.class = generic
183
+ alsa.subclass = generic-mix
184
+ alsa.name = "Intel\ 82801BA-ICH2"
185
+ alsa.id = "Intel\ ICH"
186
+ alsa.subdevice = 0
187
+ alsa.subdevice_name = "subdevice\ \#0"
188
+ alsa.device = 0
189
+ alsa.card = 0
190
+ alsa.card_name = "Intel\ 82801BA-ICH2"
191
+ alsa.long_card_name = "Intel\ 82801BA-ICH2\ with\ ALC850\ at\ irq\ 17"
192
+ alsa.driver_name = snd_intel8x0
193
+ device.bus_path = pci-0000:00:1f.4
194
+ sysfs.path = /devices/pci0000:00/0000:00:1f.4/sound/card0
195
+ device.bus = pci
196
+ device.vendor.id = 8086
197
+ device.vendor.name = "Intel\ Corporation"
198
+ device.product.id = 2445
199
+ device.product.name = "82801BA/BAM\ AC\'97\ Audio\ Controller"
200
+ device.form_factor = internal
201
+ device.string = front:0
202
+ device.buffering.buffer_size = 17632
203
+ device.buffering.fragment_size = 4408
204
+ device.access_mode = mmap
205
+ device.profile.name = analog-stereo
206
+ device.profile.description = "Analog\ Stereo"
207
+ device.description = "Built-in\ Audio\ Analog\ Stereo"
208
+ module-udev-detect.discovered = 1
209
+ device.icon_name = audio-card-pci
210
+ is-default = true
211
+ gst-launch-1.0 ... ! pulsesink device=alsa_output.pci-0000_00_1f.4.analog-stereo