edge-impulse-linux 1.8.10 → 1.9.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 (721) hide show
  1. package/build/cli/check-new-version.js +1 -1
  2. package/build/cli/check-new-version.js.map +1 -1
  3. package/build/cli/config.d.ts +7 -0
  4. package/build/cli/config.js +16 -1
  5. package/build/cli/config.js.map +1 -1
  6. package/build/cli/init-cli-app.js +1 -1
  7. package/build/cli/init-cli-app.js.map +1 -1
  8. package/build/cli/linux/remote-mgmt-service.d.ts +3 -1
  9. package/build/cli/linux/remote-mgmt-service.js +1 -1
  10. package/build/cli/linux/remote-mgmt-service.js.map +1 -1
  11. package/build/cli/linux/runner-downloader.d.ts +17 -2
  12. package/build/cli/linux/runner-downloader.js +39 -17
  13. package/build/cli/linux/runner-downloader.js.map +1 -1
  14. package/build/cli/linux/runner.js +93 -14
  15. package/build/cli/linux/runner.js.map +1 -1
  16. package/build/cli/linux/webserver/views/escape-html-template-tag/escape.js.map +1 -1
  17. package/build/library/argv-split.js.map +1 -1
  18. package/build/library/sensors/gstreamer.d.ts +6 -2
  19. package/build/library/sensors/gstreamer.js +32 -13
  20. package/build/library/sensors/gstreamer.js.map +1 -1
  21. package/build/library/sensors/prophesee.js.map +1 -1
  22. package/build/library/sensors/recorder.js.map +1 -1
  23. package/build/sdk/studio/sdk/api/adminApi.d.ts +120 -22
  24. package/build/sdk/studio/sdk/api/adminApi.js +745 -138
  25. package/build/sdk/studio/sdk/api/adminApi.js.map +1 -1
  26. package/build/sdk/studio/sdk/api/authApi.js +2 -2
  27. package/build/sdk/studio/sdk/api/authApi.js.map +1 -1
  28. package/build/sdk/studio/sdk/api/cDNApi.js +1 -1
  29. package/build/sdk/studio/sdk/api/cDNApi.js.map +1 -1
  30. package/build/sdk/studio/sdk/api/canaryApi.js +1 -1
  31. package/build/sdk/studio/sdk/api/canaryApi.js.map +1 -1
  32. package/build/sdk/studio/sdk/api/classifyApi.d.ts +45 -7
  33. package/build/sdk/studio/sdk/api/classifyApi.js +127 -13
  34. package/build/sdk/studio/sdk/api/classifyApi.js.map +1 -1
  35. package/build/sdk/studio/sdk/api/dSPApi.d.ts +3 -3
  36. package/build/sdk/studio/sdk/api/dSPApi.js +12 -12
  37. package/build/sdk/studio/sdk/api/dSPApi.js.map +1 -1
  38. package/build/sdk/studio/sdk/api/deploymentApi.d.ts +45 -9
  39. package/build/sdk/studio/sdk/api/deploymentApi.js +57 -17
  40. package/build/sdk/studio/sdk/api/deploymentApi.js.map +1 -1
  41. package/build/sdk/studio/sdk/api/emailVerificationApi.d.ts +12 -0
  42. package/build/sdk/studio/sdk/api/emailVerificationApi.js +70 -0
  43. package/build/sdk/studio/sdk/api/emailVerificationApi.js.map +1 -1
  44. package/build/sdk/studio/sdk/api/healthApi.d.ts +2 -2
  45. package/build/sdk/studio/sdk/api/healthApi.js +2 -2
  46. package/build/sdk/studio/sdk/api/healthApi.js.map +1 -1
  47. package/build/sdk/studio/sdk/api/impulseApi.d.ts +121 -25
  48. package/build/sdk/studio/sdk/api/impulseApi.js +537 -52
  49. package/build/sdk/studio/sdk/api/impulseApi.js.map +1 -1
  50. package/build/sdk/studio/sdk/api/jobsApi.d.ts +125 -15
  51. package/build/sdk/studio/sdk/api/jobsApi.js +549 -29
  52. package/build/sdk/studio/sdk/api/jobsApi.js.map +1 -1
  53. package/build/sdk/studio/sdk/api/learnApi.d.ts +41 -17
  54. package/build/sdk/studio/sdk/api/learnApi.js +47 -15
  55. package/build/sdk/studio/sdk/api/learnApi.js.map +1 -1
  56. package/build/sdk/studio/sdk/api/optimizationApi.d.ts +36 -0
  57. package/build/sdk/studio/sdk/api/optimizationApi.js +245 -2
  58. package/build/sdk/studio/sdk/api/optimizationApi.js.map +1 -1
  59. package/build/sdk/studio/sdk/api/organizationBlocksApi.d.ts +14 -3
  60. package/build/sdk/studio/sdk/api/organizationBlocksApi.js +107 -28
  61. package/build/sdk/studio/sdk/api/organizationBlocksApi.js.map +1 -1
  62. package/build/sdk/studio/sdk/api/organizationCreateProjectApi.d.ts +2 -2
  63. package/build/sdk/studio/sdk/api/organizationCreateProjectApi.js +8 -8
  64. package/build/sdk/studio/sdk/api/organizationCreateProjectApi.js.map +1 -1
  65. package/build/sdk/studio/sdk/api/organizationDataApi.d.ts +8 -123
  66. package/build/sdk/studio/sdk/api/organizationDataApi.js +37 -621
  67. package/build/sdk/studio/sdk/api/organizationDataApi.js.map +1 -1
  68. package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.d.ts +1 -2
  69. package/build/sdk/studio/sdk/api/organizationJobsApi.d.ts +8 -6
  70. package/build/sdk/studio/sdk/api/organizationJobsApi.js +22 -18
  71. package/build/sdk/studio/sdk/api/organizationJobsApi.js.map +1 -1
  72. package/build/sdk/studio/sdk/api/organizationPipelinesApi.d.ts +3 -3
  73. package/build/sdk/studio/sdk/api/organizationPipelinesApi.js +3 -3
  74. package/build/sdk/studio/sdk/api/organizationPipelinesApi.js.map +1 -1
  75. package/build/sdk/studio/sdk/api/organizationsApi.d.ts +48 -32
  76. package/build/sdk/studio/sdk/api/organizationsApi.js +161 -60
  77. package/build/sdk/studio/sdk/api/organizationsApi.js.map +1 -1
  78. package/build/sdk/studio/sdk/api/performanceCalibrationApi.d.ts +66 -11
  79. package/build/sdk/studio/sdk/api/performanceCalibrationApi.js +127 -10
  80. package/build/sdk/studio/sdk/api/performanceCalibrationApi.js.map +1 -1
  81. package/build/sdk/studio/sdk/api/projectsApi.d.ts +116 -12
  82. package/build/sdk/studio/sdk/api/projectsApi.js +685 -41
  83. package/build/sdk/studio/sdk/api/projectsApi.js.map +1 -1
  84. package/build/sdk/studio/sdk/api/rawDataApi.d.ts +163 -16
  85. package/build/sdk/studio/sdk/api/rawDataApi.js +683 -112
  86. package/build/sdk/studio/sdk/api/rawDataApi.js.map +1 -1
  87. package/build/sdk/studio/sdk/api/themesApi.d.ts +1 -2
  88. package/build/sdk/studio/sdk/api/thirdPartyAuthApi.d.ts +1 -2
  89. package/build/sdk/studio/sdk/api/thirdPartyAuthApi.js +1 -1
  90. package/build/sdk/studio/sdk/api/thirdPartyAuthApi.js.map +1 -1
  91. package/build/sdk/studio/sdk/api/uploadPortalApi.js +1 -1
  92. package/build/sdk/studio/sdk/api/uploadPortalApi.js.map +1 -1
  93. package/build/sdk/studio/sdk/api/userApi.d.ts +20 -4
  94. package/build/sdk/studio/sdk/api/userApi.js +79 -2
  95. package/build/sdk/studio/sdk/api/userApi.js.map +1 -1
  96. package/build/sdk/studio/sdk/model/aIAction.d.ts +51 -0
  97. package/build/sdk/studio/sdk/model/aIAction.js +69 -0
  98. package/build/sdk/studio/sdk/model/aIAction.js.map +1 -0
  99. package/build/sdk/studio/sdk/model/{listOrganizationProjectsDataResponseAllOf.d.ts → aIActionLastPreviewState.d.ts} +6 -3
  100. package/build/sdk/studio/sdk/model/aIActionLastPreviewState.js +37 -0
  101. package/build/sdk/studio/sdk/model/aIActionLastPreviewState.js.map +1 -0
  102. package/build/sdk/studio/sdk/model/aIActionLastPreviewStateProposedChanges.d.ts +27 -0
  103. package/build/sdk/studio/sdk/model/aIActionLastPreviewStateProposedChanges.js +34 -0
  104. package/build/sdk/studio/sdk/model/aIActionLastPreviewStateProposedChanges.js.map +1 -0
  105. package/build/sdk/studio/sdk/model/aIActionsConfig.d.ts +44 -0
  106. package/build/sdk/studio/sdk/model/aIActionsConfig.js +49 -0
  107. package/build/sdk/studio/sdk/model/aIActionsConfig.js.map +1 -0
  108. package/build/sdk/studio/sdk/model/aIActionsDataCategory.d.ts +13 -0
  109. package/build/sdk/studio/sdk/model/aIActionsDataCategory.js +16 -0
  110. package/build/sdk/studio/sdk/model/aIActionsDataCategory.js.map +1 -0
  111. package/build/sdk/studio/sdk/model/addOrganizationTransferLearningBlockRequest.d.ts +7 -0
  112. package/build/sdk/studio/sdk/model/addOrganizationTransferLearningBlockRequest.js +10 -0
  113. package/build/sdk/studio/sdk/model/addOrganizationTransferLearningBlockRequest.js.map +1 -1
  114. package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.d.ts +6 -0
  115. package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.js +10 -0
  116. package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.js.map +1 -1
  117. package/build/sdk/studio/sdk/model/additionalMetric.d.ts +1 -0
  118. package/build/sdk/studio/sdk/model/additionalMetric.js +5 -0
  119. package/build/sdk/studio/sdk/model/additionalMetric.js.map +1 -1
  120. package/build/sdk/studio/sdk/model/adminGetOrganizationComputeTimeUsageResponse.d.ts +1 -1
  121. package/build/sdk/studio/sdk/model/adminGetOrganizationsResponseAllOfOrganizations.d.ts +1 -0
  122. package/build/sdk/studio/sdk/model/adminGetOrganizationsResponseAllOfOrganizations.js +5 -0
  123. package/build/sdk/studio/sdk/model/adminGetOrganizationsResponseAllOfOrganizations.js.map +1 -1
  124. package/build/sdk/studio/sdk/model/{organizationProjectsDataBatchDisableResponse.d.ts → adminGetReportResponse.d.ts} +3 -2
  125. package/build/sdk/studio/sdk/model/{adminGetOrganizationUsageReportResponse.js → adminGetReportResponse.js} +8 -8
  126. package/build/sdk/studio/sdk/model/adminGetReportResponse.js.map +1 -0
  127. package/build/sdk/studio/sdk/model/adminGetReportResponseAllOf.d.ts +26 -0
  128. package/build/sdk/studio/sdk/model/adminGetReportResponseAllOf.js +29 -0
  129. package/build/sdk/studio/sdk/model/adminGetReportResponseAllOf.js.map +1 -0
  130. package/build/sdk/studio/sdk/model/{adminGetOrganizationUsageReportsResponse.d.ts → adminGetReportsResponse.d.ts} +3 -3
  131. package/build/sdk/studio/sdk/model/{adminGetOrganizationUsageReportsResponse.js → adminGetReportsResponse.js} +8 -8
  132. package/build/sdk/studio/sdk/model/adminGetReportsResponse.js.map +1 -0
  133. package/build/sdk/studio/sdk/model/{adminGetOrganizationUsageReportsResponseAllOf.d.ts → adminGetReportsResponseAllOf.d.ts} +3 -3
  134. package/build/sdk/studio/sdk/model/{adminGetOrganizationUsageReportsResponseAllOf.js → adminGetReportsResponseAllOf.js} +8 -8
  135. package/build/sdk/studio/sdk/model/adminGetReportsResponseAllOf.js.map +1 -0
  136. package/build/sdk/studio/sdk/model/adminOrganizationInfoResponse.d.ts +1 -1
  137. package/build/sdk/studio/sdk/model/adminUpdateConfigRequest.d.ts +28 -0
  138. package/build/sdk/studio/sdk/model/adminUpdateConfigRequest.js +29 -0
  139. package/build/sdk/studio/sdk/model/adminUpdateConfigRequest.js.map +1 -0
  140. package/build/sdk/studio/sdk/model/allLearnBlocksResponse.d.ts +34 -0
  141. package/build/sdk/studio/sdk/model/allLearnBlocksResponse.js +39 -0
  142. package/build/sdk/studio/sdk/model/allLearnBlocksResponse.js.map +1 -0
  143. package/build/sdk/studio/sdk/model/allLearnBlocksResponseAllOf.d.ts +26 -0
  144. package/build/sdk/studio/sdk/model/allLearnBlocksResponseAllOf.js +29 -0
  145. package/build/sdk/studio/sdk/model/allLearnBlocksResponseAllOf.js.map +1 -0
  146. package/build/sdk/studio/sdk/model/allLearnBlocksResponseAllOfLearnBlocks.d.ts +36 -0
  147. package/build/sdk/studio/sdk/model/allLearnBlocksResponseAllOfLearnBlocks.js +69 -0
  148. package/build/sdk/studio/sdk/model/allLearnBlocksResponseAllOfLearnBlocks.js.map +1 -0
  149. package/build/sdk/studio/sdk/model/{anomalyResponseAllOf.d.ts → anomalyConfig.d.ts} +3 -3
  150. package/build/sdk/studio/sdk/model/{anomalyResponseAllOf.js → anomalyConfig.js} +8 -8
  151. package/build/sdk/studio/sdk/model/anomalyConfig.js.map +1 -0
  152. package/build/sdk/studio/sdk/model/{anomalyResponseAllOfAxes.d.ts → anomalyConfigAxes.d.ts} +1 -1
  153. package/build/sdk/studio/sdk/model/{anomalyResponseAllOfAxes.js → anomalyConfigAxes.js} +7 -7
  154. package/build/sdk/studio/sdk/model/anomalyConfigAxes.js.map +1 -0
  155. package/build/sdk/studio/sdk/model/{anomalyResponse.d.ts → anomalyConfigResponse.d.ts} +3 -3
  156. package/build/sdk/studio/sdk/model/{anomalyResponse.js → anomalyConfigResponse.js} +8 -8
  157. package/build/sdk/studio/sdk/model/anomalyConfigResponse.js.map +1 -0
  158. package/build/sdk/studio/sdk/model/anomalyGmmMetadata.d.ts +0 -8
  159. package/build/sdk/studio/sdk/model/anomalyGmmMetadata.js +0 -10
  160. package/build/sdk/studio/sdk/model/anomalyGmmMetadata.js.map +1 -1
  161. package/build/sdk/studio/sdk/model/{anomalyGmmMetadataAllOf.d.ts → anomalyGmmMetadataResponse.d.ts} +9 -1
  162. package/build/sdk/studio/sdk/model/{anomalyGmmMetadataAllOf.js → anomalyGmmMetadataResponse.js} +17 -7
  163. package/build/sdk/studio/sdk/model/anomalyGmmMetadataResponse.js.map +1 -0
  164. package/build/sdk/studio/sdk/model/anomalyModelMetadata.d.ts +2 -10
  165. package/build/sdk/studio/sdk/model/anomalyModelMetadata.js +1 -11
  166. package/build/sdk/studio/sdk/model/anomalyModelMetadata.js.map +1 -1
  167. package/build/sdk/studio/sdk/model/{anomalyModelMetadataAllOfClusters.d.ts → anomalyModelMetadataClusters.d.ts} +1 -1
  168. package/build/sdk/studio/sdk/model/{anomalyModelMetadataAllOfClusters.js → anomalyModelMetadataClusters.js} +7 -7
  169. package/build/sdk/studio/sdk/model/anomalyModelMetadataClusters.js.map +1 -0
  170. package/build/sdk/studio/sdk/model/{anomalyModelMetadataAllOf.d.ts → anomalyModelMetadataResponse.d.ts} +11 -3
  171. package/build/sdk/studio/sdk/model/{anomalyModelMetadataAllOf.js → anomalyModelMetadataResponse.js} +18 -8
  172. package/build/sdk/studio/sdk/model/anomalyModelMetadataResponse.js.map +1 -0
  173. package/build/sdk/studio/sdk/model/batchAddMetadataRequest.d.ts +26 -0
  174. package/build/sdk/studio/sdk/model/batchAddMetadataRequest.js +34 -0
  175. package/build/sdk/studio/sdk/model/batchAddMetadataRequest.js.map +1 -0
  176. package/build/sdk/studio/sdk/model/{organizationProjectsDataBatchRequest.d.ts → batchClearMetadataByKeyRequest.d.ts} +2 -2
  177. package/build/sdk/studio/sdk/model/batchClearMetadataByKeyRequest.js +29 -0
  178. package/build/sdk/studio/sdk/model/batchClearMetadataByKeyRequest.js.map +1 -0
  179. package/build/sdk/studio/sdk/model/blockParameters.d.ts +47 -0
  180. package/build/sdk/studio/sdk/model/blockParameters.js +52 -0
  181. package/build/sdk/studio/sdk/model/blockParameters.js.map +1 -0
  182. package/build/sdk/studio/sdk/model/blockParamsVisualAnomalyGmm.d.ts +28 -0
  183. package/build/sdk/studio/sdk/model/blockParamsVisualAnomalyGmm.js +29 -0
  184. package/build/sdk/studio/sdk/model/blockParamsVisualAnomalyGmm.js.map +1 -0
  185. package/build/sdk/studio/sdk/model/blockParamsVisualAnomalyPatchcore.d.ts +44 -0
  186. package/build/sdk/studio/sdk/model/blockParamsVisualAnomalyPatchcore.js +49 -0
  187. package/build/sdk/studio/sdk/model/blockParamsVisualAnomalyPatchcore.js.map +1 -0
  188. package/build/sdk/studio/sdk/model/classifySampleResponseClassification.d.ts +1 -1
  189. package/build/sdk/studio/sdk/model/{getNotesResponseAllOf.d.ts → cloneImpulseRequest.d.ts} +2 -3
  190. package/build/sdk/studio/sdk/model/{getNotesResponseAllOf.js → cloneImpulseRequest.js} +10 -10
  191. package/build/sdk/studio/sdk/model/cloneImpulseRequest.js.map +1 -0
  192. package/build/sdk/studio/sdk/model/{getOrganizationProjectsDataCountResponse.d.ts → createAIActionResponse.d.ts} +2 -2
  193. package/build/sdk/studio/sdk/model/{createBlockVersionResponse.js → createAIActionResponse.js} +7 -7
  194. package/build/sdk/studio/sdk/model/createAIActionResponse.js.map +1 -0
  195. package/build/sdk/studio/sdk/model/createImpulseRequest.d.ts +43 -0
  196. package/build/sdk/studio/sdk/model/createImpulseRequest.js +44 -0
  197. package/build/sdk/studio/sdk/model/createImpulseRequest.js.map +1 -0
  198. package/build/sdk/studio/sdk/model/{createBlockVersionResponse.d.ts → createImpulseResponse.d.ts} +2 -2
  199. package/build/sdk/studio/sdk/model/{getOrganizationProjectsDataCountResponse.js → createImpulseResponse.js} +9 -9
  200. package/build/sdk/studio/sdk/model/createImpulseResponse.js.map +1 -0
  201. package/build/sdk/studio/sdk/model/{createBlockVersionResponseAllOf.d.ts → createImpulseResponseAllOf.d.ts} +2 -2
  202. package/build/sdk/studio/sdk/model/{createBlockVersionResponseAllOf.js → createImpulseResponseAllOf.js} +7 -7
  203. package/build/sdk/studio/sdk/model/createImpulseResponseAllOf.js.map +1 -0
  204. package/build/sdk/studio/sdk/model/{adminGetOrganizationUsageReportResponse.d.ts → createNewEmptyImpulseResponse.d.ts} +9 -3
  205. package/build/sdk/studio/sdk/model/{organizationProjectsDataBatchEnableResponse.js → createNewEmptyImpulseResponse.js} +14 -9
  206. package/build/sdk/studio/sdk/model/createNewEmptyImpulseResponse.js.map +1 -0
  207. package/build/sdk/studio/sdk/model/createNewEmptyImpulseResponseAllOf.d.ts +32 -0
  208. package/build/sdk/studio/sdk/model/createNewEmptyImpulseResponseAllOf.js +34 -0
  209. package/build/sdk/studio/sdk/model/createNewEmptyImpulseResponseAllOf.js.map +1 -0
  210. package/build/sdk/studio/sdk/model/createPreviewAIActionsJobRequest.d.ts +35 -0
  211. package/build/sdk/studio/sdk/model/createPreviewAIActionsJobRequest.js +39 -0
  212. package/build/sdk/studio/sdk/model/createPreviewAIActionsJobRequest.js.map +1 -0
  213. package/build/sdk/studio/sdk/model/createProTierUserRequest.d.ts +4 -0
  214. package/build/sdk/studio/sdk/model/createProTierUserRequest.js +5 -0
  215. package/build/sdk/studio/sdk/model/createProTierUserRequest.js.map +1 -1
  216. package/build/sdk/studio/sdk/model/createUserRequest.d.ts +4 -0
  217. package/build/sdk/studio/sdk/model/createUserRequest.js +5 -0
  218. package/build/sdk/studio/sdk/model/createUserRequest.js.map +1 -1
  219. package/build/sdk/studio/sdk/model/{dSPConfigResponseAllOf.d.ts → dSPConfig.d.ts} +1 -1
  220. package/build/sdk/studio/sdk/model/{dSPConfigResponseAllOf.js → dSPConfig.js} +7 -7
  221. package/build/sdk/studio/sdk/model/dSPConfig.js.map +1 -0
  222. package/build/sdk/studio/sdk/model/dSPGroupItem.d.ts +1 -0
  223. package/build/sdk/studio/sdk/model/dSPGroupItem.js +5 -0
  224. package/build/sdk/studio/sdk/model/dSPGroupItem.js.map +1 -1
  225. package/build/sdk/studio/sdk/model/dataExplorerSettings.d.ts +4 -0
  226. package/build/sdk/studio/sdk/model/dataExplorerSettings.js +5 -0
  227. package/build/sdk/studio/sdk/model/dataExplorerSettings.js.map +1 -1
  228. package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.d.ts +6 -0
  229. package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.js +7 -1
  230. package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.js.map +1 -1
  231. package/build/sdk/studio/sdk/model/deploymentTargetEngine.d.ts +1 -1
  232. package/build/sdk/studio/sdk/model/deploymentTargetEngine.js +1 -1
  233. package/build/sdk/studio/sdk/model/deploymentTargetEngine.js.map +1 -1
  234. package/build/sdk/studio/sdk/model/detailedImpulse.d.ts +48 -0
  235. package/build/sdk/studio/sdk/model/detailedImpulse.js +69 -0
  236. package/build/sdk/studio/sdk/model/detailedImpulse.js.map +1 -0
  237. package/build/sdk/studio/sdk/model/detailedImpulseDspBlockConfigs.d.ts +29 -0
  238. package/build/sdk/studio/sdk/model/detailedImpulseDspBlockConfigs.js +39 -0
  239. package/build/sdk/studio/sdk/model/detailedImpulseDspBlockConfigs.js.map +1 -0
  240. package/build/sdk/studio/sdk/model/detailedImpulseLearnBlockAnomalyConfigs.d.ts +31 -0
  241. package/build/sdk/studio/sdk/model/detailedImpulseLearnBlockAnomalyConfigs.js +44 -0
  242. package/build/sdk/studio/sdk/model/detailedImpulseLearnBlockAnomalyConfigs.js.map +1 -0
  243. package/build/sdk/studio/sdk/model/detailedImpulseLearnBlockKerasConfigs.d.ts +29 -0
  244. package/build/sdk/studio/sdk/model/detailedImpulseLearnBlockKerasConfigs.js +39 -0
  245. package/build/sdk/studio/sdk/model/detailedImpulseLearnBlockKerasConfigs.js.map +1 -0
  246. package/build/sdk/studio/sdk/model/detailedImpulseMetric.d.ts +40 -0
  247. package/build/sdk/studio/sdk/model/detailedImpulseMetric.js +70 -0
  248. package/build/sdk/studio/sdk/model/detailedImpulseMetric.js.map +1 -0
  249. package/build/sdk/studio/sdk/model/detailedImpulseMetricCategory.d.ts +13 -0
  250. package/build/sdk/studio/sdk/model/detailedImpulseMetricCategory.js +16 -0
  251. package/build/sdk/studio/sdk/model/detailedImpulseMetricCategory.js.map +1 -0
  252. package/build/sdk/studio/sdk/model/detailedImpulseMetricFilteringType.d.ts +28 -0
  253. package/build/sdk/studio/sdk/model/detailedImpulseMetricFilteringType.js +35 -0
  254. package/build/sdk/studio/sdk/model/detailedImpulseMetricFilteringType.js.map +1 -0
  255. package/build/sdk/studio/sdk/model/detailedImpulsePretrainedModelInfo.d.ts +25 -0
  256. package/build/sdk/studio/sdk/model/detailedImpulsePretrainedModelInfo.js +29 -0
  257. package/build/sdk/studio/sdk/model/detailedImpulsePretrainedModelInfo.js.map +1 -0
  258. package/build/sdk/studio/sdk/model/downgradeSubscriptionRequest.d.ts +28 -0
  259. package/build/sdk/studio/sdk/model/downgradeSubscriptionRequest.js +29 -0
  260. package/build/sdk/studio/sdk/model/downgradeSubscriptionRequest.js.map +1 -0
  261. package/build/sdk/studio/sdk/model/editSampleLabelRequest.d.ts +1 -1
  262. package/build/sdk/studio/sdk/model/emailValidationRequest.d.ts +28 -0
  263. package/build/sdk/studio/sdk/model/emailValidationRequest.js +29 -0
  264. package/build/sdk/studio/sdk/model/emailValidationRequest.js.map +1 -0
  265. package/build/sdk/studio/sdk/model/environmentVariable.d.ts +32 -0
  266. package/build/sdk/studio/sdk/model/environmentVariable.js +34 -0
  267. package/build/sdk/studio/sdk/model/environmentVariable.js.map +1 -0
  268. package/build/sdk/studio/sdk/model/feature.d.ts +1 -1
  269. package/build/sdk/studio/sdk/model/feature.js +1 -1
  270. package/build/sdk/studio/sdk/model/feature.js.map +1 -1
  271. package/build/sdk/studio/sdk/model/{getNotesResponse.d.ts → getAIActionResponse.d.ts} +3 -3
  272. package/build/sdk/studio/sdk/model/{getNotesResponse.js → getAIActionResponse.js} +10 -10
  273. package/build/sdk/studio/sdk/model/getAIActionResponse.js.map +1 -0
  274. package/build/sdk/studio/sdk/model/getAIActionResponseAllOf.d.ts +26 -0
  275. package/build/sdk/studio/sdk/model/getAIActionResponseAllOf.js +29 -0
  276. package/build/sdk/studio/sdk/model/getAIActionResponseAllOf.js.map +1 -0
  277. package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponse.d.ts +34 -0
  278. package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponse.js +39 -0
  279. package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponse.js.map +1 -0
  280. package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponseAllOf.d.ts +26 -0
  281. package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponseAllOf.js +29 -0
  282. package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponseAllOf.js.map +1 -0
  283. package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponse.d.ts +40 -0
  284. package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponse.js +49 -0
  285. package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponse.js.map +1 -0
  286. package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponseAllOf.d.ts +32 -0
  287. package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponseAllOf.js +39 -0
  288. package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponseAllOf.js.map +1 -0
  289. package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponseAllOfMetricKeys.d.ts +32 -0
  290. package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponseAllOfMetricKeys.js +50 -0
  291. package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponseAllOfMetricKeys.js.map +1 -0
  292. package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponseAllOfMetricKeysByCategory.d.ts +28 -0
  293. package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponseAllOfMetricKeysByCategory.js +34 -0
  294. package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponseAllOfMetricKeysByCategory.js.map +1 -0
  295. package/build/sdk/studio/sdk/model/getAllImpulsesResponse.d.ts +34 -0
  296. package/build/sdk/studio/sdk/model/getAllImpulsesResponse.js +39 -0
  297. package/build/sdk/studio/sdk/model/getAllImpulsesResponse.js.map +1 -0
  298. package/build/sdk/studio/sdk/model/getAllImpulsesResponseAllOf.d.ts +26 -0
  299. package/build/sdk/studio/sdk/model/getAllImpulsesResponseAllOf.js +29 -0
  300. package/build/sdk/studio/sdk/model/getAllImpulsesResponseAllOf.js.map +1 -0
  301. package/build/sdk/studio/sdk/model/getDataExplorerSettingsResponse.d.ts +4 -0
  302. package/build/sdk/studio/sdk/model/getDataExplorerSettingsResponse.js +5 -0
  303. package/build/sdk/studio/sdk/model/getDataExplorerSettingsResponse.js.map +1 -1
  304. package/build/sdk/studio/sdk/model/getJobResponse.d.ts +1 -1
  305. package/build/sdk/studio/sdk/model/getJobResponseAllOf.d.ts +1 -1
  306. package/build/sdk/studio/sdk/model/getModelVariantsResponse.d.ts +1 -1
  307. package/build/sdk/studio/sdk/model/getModelVariantsResponseAllOf.d.ts +1 -1
  308. package/build/sdk/studio/sdk/model/{organizationProjectsDataBatchEnableResponse.d.ts → getNewBlockIdResponse.d.ts} +2 -2
  309. package/build/sdk/studio/sdk/model/getNewBlockIdResponse.js +39 -0
  310. package/build/sdk/studio/sdk/model/getNewBlockIdResponse.js.map +1 -0
  311. package/build/sdk/studio/sdk/model/getNewBlockIdResponseAllOf.d.ts +25 -0
  312. package/build/sdk/studio/sdk/model/getNewBlockIdResponseAllOf.js +29 -0
  313. package/build/sdk/studio/sdk/model/getNewBlockIdResponseAllOf.js.map +1 -0
  314. package/build/sdk/studio/sdk/model/getOrganizationUsageReportResponse.d.ts +2 -2
  315. package/build/sdk/studio/sdk/model/getOrganizationUsageReportResponse.js +1 -1
  316. package/build/sdk/studio/sdk/model/getOrganizationUsageReportResponse.js.map +1 -1
  317. package/build/sdk/studio/sdk/model/getPostProcessingResultsResponse.d.ts +48 -0
  318. package/build/sdk/studio/sdk/model/getPostProcessingResultsResponse.js +54 -0
  319. package/build/sdk/studio/sdk/model/getPostProcessingResultsResponse.js.map +1 -0
  320. package/build/sdk/studio/sdk/model/{note.d.ts → getPostProcessingResultsResponseAllOf.d.ts} +9 -12
  321. package/build/sdk/studio/sdk/model/getPostProcessingResultsResponseAllOf.js +44 -0
  322. package/build/sdk/studio/sdk/model/getPostProcessingResultsResponseAllOf.js.map +1 -0
  323. package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponse.d.ts +34 -0
  324. package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponse.js +39 -0
  325. package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponse.js.map +1 -0
  326. package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponseAllOf.d.ts +26 -0
  327. package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponseAllOf.js +29 -0
  328. package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponseAllOf.js.map +1 -0
  329. package/build/sdk/studio/sdk/model/getStudioConfigResponse.d.ts +37 -0
  330. package/build/sdk/studio/sdk/model/getStudioConfigResponse.js +39 -0
  331. package/build/sdk/studio/sdk/model/getStudioConfigResponse.js.map +1 -0
  332. package/build/sdk/studio/sdk/model/getStudioConfigResponseAllOf.d.ts +29 -0
  333. package/build/sdk/studio/sdk/model/getStudioConfigResponseAllOf.js +29 -0
  334. package/build/sdk/studio/sdk/model/getStudioConfigResponseAllOf.js.map +1 -0
  335. package/build/sdk/studio/sdk/model/{adminGetOrganizationUsageReportResponseAllOf.d.ts → getStudioConfigResponseAllOfConfig.d.ts} +9 -3
  336. package/build/sdk/studio/sdk/model/getStudioConfigResponseAllOfConfig.js +34 -0
  337. package/build/sdk/studio/sdk/model/getStudioConfigResponseAllOfConfig.js.map +1 -0
  338. package/build/sdk/studio/sdk/model/getUserProjectsResponse.d.ts +34 -0
  339. package/build/sdk/studio/sdk/model/getUserProjectsResponse.js +39 -0
  340. package/build/sdk/studio/sdk/model/getUserProjectsResponse.js.map +1 -0
  341. package/build/sdk/studio/sdk/model/getUserProjectsResponseAllOf.d.ts +26 -0
  342. package/build/sdk/studio/sdk/model/getUserProjectsResponseAllOf.js +29 -0
  343. package/build/sdk/studio/sdk/model/getUserProjectsResponseAllOf.js.map +1 -0
  344. package/build/sdk/studio/sdk/model/getUserResponse.d.ts +13 -0
  345. package/build/sdk/studio/sdk/model/getUserResponse.js +15 -0
  346. package/build/sdk/studio/sdk/model/getUserResponse.js.map +1 -1
  347. package/build/sdk/studio/sdk/model/getUserResponseAllOf.d.ts +13 -0
  348. package/build/sdk/studio/sdk/model/getUserResponseAllOf.js +15 -0
  349. package/build/sdk/studio/sdk/model/getUserResponseAllOf.js.map +1 -1
  350. package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjects.d.ts +30 -0
  351. package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjects.js +37 -0
  352. package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjects.js.map +1 -0
  353. package/build/sdk/studio/sdk/model/{listOrganizationProjectsDataResponseAllOfProjects.d.ts → getUserResponseAllOfLastAccessedProjectsProjects.d.ts} +3 -3
  354. package/build/sdk/studio/sdk/model/{note.js → getUserResponseAllOfLastAccessedProjectsProjects.js} +12 -27
  355. package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjectsProjects.js.map +1 -0
  356. package/build/sdk/studio/sdk/model/impulse.d.ts +8 -0
  357. package/build/sdk/studio/sdk/model/impulse.js +10 -0
  358. package/build/sdk/studio/sdk/model/impulse.js.map +1 -1
  359. package/build/sdk/studio/sdk/model/impulseDspBlock.d.ts +5 -36
  360. package/build/sdk/studio/sdk/model/impulseDspBlock.js +5 -45
  361. package/build/sdk/studio/sdk/model/impulseDspBlock.js.map +1 -1
  362. package/build/sdk/studio/sdk/model/impulseDspBlockNamedAxes.d.ts +40 -0
  363. package/build/sdk/studio/sdk/model/{listOrganizationProjectsDataResponseAllOfProjects.js → impulseDspBlockNamedAxes.js} +16 -16
  364. package/build/sdk/studio/sdk/model/impulseDspBlockNamedAxes.js.map +1 -0
  365. package/build/sdk/studio/sdk/model/impulseInputBlock.d.ts +4 -38
  366. package/build/sdk/studio/sdk/model/impulseInputBlock.js +6 -46
  367. package/build/sdk/studio/sdk/model/impulseInputBlock.js.map +1 -1
  368. package/build/sdk/studio/sdk/model/impulseInputBlockDatasetSubset.d.ts +29 -0
  369. package/build/sdk/studio/sdk/model/impulseInputBlockDatasetSubset.js +37 -0
  370. package/build/sdk/studio/sdk/model/impulseInputBlockDatasetSubset.js.map +1 -0
  371. package/build/sdk/studio/sdk/model/impulseLearnBlock.d.ts +0 -36
  372. package/build/sdk/studio/sdk/model/impulseLearnBlock.js +0 -45
  373. package/build/sdk/studio/sdk/model/impulseLearnBlock.js.map +1 -1
  374. package/build/sdk/studio/sdk/model/inputBlock.d.ts +1 -1
  375. package/build/sdk/studio/sdk/model/inputBlock.js +1 -1
  376. package/build/sdk/studio/sdk/model/inputBlock.js.map +1 -1
  377. package/build/sdk/studio/sdk/model/{kerasResponseAllOf.d.ts → kerasConfig.d.ts} +6 -4
  378. package/build/sdk/studio/sdk/model/{kerasResponseAllOf.js → kerasConfig.js} +14 -9
  379. package/build/sdk/studio/sdk/model/kerasConfig.js.map +1 -0
  380. package/build/sdk/studio/sdk/model/kerasModelMetadata.d.ts +3 -10
  381. package/build/sdk/studio/sdk/model/kerasModelMetadata.js +3 -12
  382. package/build/sdk/studio/sdk/model/kerasModelMetadata.js.map +1 -1
  383. package/build/sdk/studio/sdk/model/{kerasModelMetadataAllOf.d.ts → kerasModelMetadataResponse.d.ts} +12 -3
  384. package/build/sdk/studio/sdk/model/{kerasModelMetadataAllOf.js → kerasModelMetadataResponse.js} +19 -8
  385. package/build/sdk/studio/sdk/model/kerasModelMetadataResponse.js.map +1 -0
  386. package/build/sdk/studio/sdk/model/kerasResponse.d.ts +2 -0
  387. package/build/sdk/studio/sdk/model/kerasResponse.js +5 -0
  388. package/build/sdk/studio/sdk/model/kerasResponse.js.map +1 -1
  389. package/build/sdk/studio/sdk/model/kerasVisualLayerType.d.ts +1 -1
  390. package/build/sdk/studio/sdk/model/kerasVisualLayerType.js +1 -1
  391. package/build/sdk/studio/sdk/model/kerasVisualLayerType.js.map +1 -1
  392. package/build/sdk/studio/sdk/model/listAIActionsResponse.d.ts +34 -0
  393. package/build/sdk/studio/sdk/model/listAIActionsResponse.js +39 -0
  394. package/build/sdk/studio/sdk/model/listAIActionsResponse.js.map +1 -0
  395. package/build/sdk/studio/sdk/model/listAIActionsResponseAllOf.d.ts +26 -0
  396. package/build/sdk/studio/sdk/model/listAIActionsResponseAllOf.js +29 -0
  397. package/build/sdk/studio/sdk/model/listAIActionsResponseAllOf.js.map +1 -0
  398. package/build/sdk/studio/sdk/model/listOrganizationUsageReportsResponse.d.ts +2 -2
  399. package/build/sdk/studio/sdk/model/listOrganizationUsageReportsResponse.js +1 -1
  400. package/build/sdk/studio/sdk/model/listOrganizationUsageReportsResponse.js.map +1 -1
  401. package/build/sdk/studio/sdk/model/listOrganizationUsageReportsResponseAllOf.d.ts +2 -2
  402. package/build/sdk/studio/sdk/model/listOrganizationUsageReportsResponseAllOf.js +1 -1
  403. package/build/sdk/studio/sdk/model/listOrganizationUsageReportsResponseAllOf.js.map +1 -1
  404. package/build/sdk/studio/sdk/model/listVersionsResponseAllOfVersions.d.ts +10 -0
  405. package/build/sdk/studio/sdk/model/listVersionsResponseAllOfVersions.js +5 -0
  406. package/build/sdk/studio/sdk/model/listVersionsResponseAllOfVersions.js.map +1 -1
  407. package/build/sdk/studio/sdk/model/modelPrediction.d.ts +1 -1
  408. package/build/sdk/studio/sdk/model/models.d.ts +96 -29
  409. package/build/sdk/studio/sdk/model/models.js +304 -99
  410. package/build/sdk/studio/sdk/model/models.js.map +1 -1
  411. package/build/sdk/studio/sdk/model/optimizeConfig.d.ts +76 -12
  412. package/build/sdk/studio/sdk/model/optimizeConfig.js +97 -13
  413. package/build/sdk/studio/sdk/model/optimizeConfig.js.map +1 -1
  414. package/build/sdk/studio/sdk/model/optimizeConfigResponse.d.ts +76 -12
  415. package/build/sdk/studio/sdk/model/optimizeConfigResponse.js +97 -13
  416. package/build/sdk/studio/sdk/model/optimizeConfigResponse.js.map +1 -1
  417. package/build/sdk/studio/sdk/model/optimizeConfigSearchSpaceTemplate.d.ts +45 -0
  418. package/build/sdk/studio/sdk/model/optimizeConfigSearchSpaceTemplate.js +48 -0
  419. package/build/sdk/studio/sdk/model/optimizeConfigSearchSpaceTemplate.js.map +1 -0
  420. package/build/sdk/studio/sdk/model/optimizeStateResponse.d.ts +5 -0
  421. package/build/sdk/studio/sdk/model/optimizeStateResponse.js +10 -0
  422. package/build/sdk/studio/sdk/model/optimizeStateResponse.js.map +1 -1
  423. package/build/sdk/studio/sdk/model/optimizeStateResponseAllOf.d.ts +5 -0
  424. package/build/sdk/studio/sdk/model/optimizeStateResponseAllOf.js +10 -0
  425. package/build/sdk/studio/sdk/model/optimizeStateResponseAllOf.js.map +1 -1
  426. package/build/sdk/studio/sdk/model/organizationAddDataFolderRequest.d.ts +2 -3
  427. package/build/sdk/studio/sdk/model/organizationAddDataFolderRequest.js +2 -3
  428. package/build/sdk/studio/sdk/model/organizationAddDataFolderRequest.js.map +1 -1
  429. package/build/sdk/studio/sdk/model/organizationAddDatasetRequest.d.ts +2 -3
  430. package/build/sdk/studio/sdk/model/organizationAddDatasetRequest.js +2 -3
  431. package/build/sdk/studio/sdk/model/organizationAddDatasetRequest.js.map +1 -1
  432. package/build/sdk/studio/sdk/model/organizationComputeTimeUsage.d.ts +1 -1
  433. package/build/sdk/studio/sdk/model/organizationCreateProjectWithFilesAllOfFiles.d.ts +2 -3
  434. package/build/sdk/studio/sdk/model/organizationCreateProjectWithFilesAllOfFiles.js +2 -3
  435. package/build/sdk/studio/sdk/model/organizationCreateProjectWithFilesAllOfFiles.js.map +1 -1
  436. package/build/sdk/studio/sdk/model/organizationDataset.d.ts +1 -2
  437. package/build/sdk/studio/sdk/model/organizationDataset.js +1 -2
  438. package/build/sdk/studio/sdk/model/organizationDataset.js.map +1 -1
  439. package/build/sdk/studio/sdk/model/organizationDatasetTypeEnum.d.ts +13 -0
  440. package/build/sdk/studio/sdk/model/organizationDatasetTypeEnum.js +16 -0
  441. package/build/sdk/studio/sdk/model/organizationDatasetTypeEnum.js.map +1 -0
  442. package/build/sdk/studio/sdk/model/organizationMetricsResponseAllOfMetrics.d.ts +2 -2
  443. package/build/sdk/studio/sdk/model/organizationPipelineFeedingIntoDataset.d.ts +2 -0
  444. package/build/sdk/studio/sdk/model/organizationPipelineFeedingIntoDataset.js +5 -0
  445. package/build/sdk/studio/sdk/model/organizationPipelineFeedingIntoDataset.js.map +1 -1
  446. package/build/sdk/studio/sdk/model/organizationTransferLearningBlock.d.ts +5 -0
  447. package/build/sdk/studio/sdk/model/organizationTransferLearningBlock.js +5 -0
  448. package/build/sdk/studio/sdk/model/organizationTransferLearningBlock.js.map +1 -1
  449. package/build/sdk/studio/sdk/model/organizationTransferLearningBlockCustomVariant.d.ts +34 -0
  450. package/build/sdk/studio/sdk/model/organizationTransferLearningBlockCustomVariant.js +39 -0
  451. package/build/sdk/studio/sdk/model/organizationTransferLearningBlockCustomVariant.js.map +1 -0
  452. package/build/sdk/studio/sdk/model/organizationTransferLearningBlockModelFile.d.ts +42 -0
  453. package/build/sdk/studio/sdk/model/organizationTransferLearningBlockModelFile.js +45 -0
  454. package/build/sdk/studio/sdk/model/organizationTransferLearningBlockModelFile.js.map +1 -0
  455. package/build/sdk/studio/sdk/model/organizationTransformationBlock.d.ts +9 -0
  456. package/build/sdk/studio/sdk/model/organizationTransformationBlock.js +10 -0
  457. package/build/sdk/studio/sdk/model/organizationTransformationBlock.js.map +1 -1
  458. package/build/sdk/studio/sdk/model/organizationUser.d.ts +8 -0
  459. package/build/sdk/studio/sdk/model/organizationUser.js +10 -0
  460. package/build/sdk/studio/sdk/model/organizationUser.js.map +1 -1
  461. package/build/sdk/studio/sdk/model/organizationUserAllOf.d.ts +8 -0
  462. package/build/sdk/studio/sdk/model/organizationUserAllOf.js +10 -0
  463. package/build/sdk/studio/sdk/model/organizationUserAllOf.js.map +1 -1
  464. package/build/sdk/studio/sdk/model/permission.d.ts +1 -1
  465. package/build/sdk/studio/sdk/model/permission.js +1 -1
  466. package/build/sdk/studio/sdk/model/permission.js.map +1 -1
  467. package/build/sdk/studio/sdk/model/previewAIActionsSamplesRequest.d.ts +42 -0
  468. package/build/sdk/studio/sdk/model/previewAIActionsSamplesRequest.js +49 -0
  469. package/build/sdk/studio/sdk/model/previewAIActionsSamplesRequest.js.map +1 -0
  470. package/build/sdk/studio/sdk/model/project.d.ts +5 -0
  471. package/build/sdk/studio/sdk/model/project.js +10 -0
  472. package/build/sdk/studio/sdk/model/project.js.map +1 -1
  473. package/build/sdk/studio/sdk/model/projectInfoResponse.d.ts +4 -0
  474. package/build/sdk/studio/sdk/model/projectInfoResponse.js +5 -0
  475. package/build/sdk/studio/sdk/model/projectInfoResponse.js.map +1 -1
  476. package/build/sdk/studio/sdk/model/projectInfoResponseAllOf.d.ts +4 -0
  477. package/build/sdk/studio/sdk/model/projectInfoResponseAllOf.js +5 -0
  478. package/build/sdk/studio/sdk/model/projectInfoResponseAllOf.js.map +1 -1
  479. package/build/sdk/studio/sdk/model/projectPublicData.d.ts +6 -0
  480. package/build/sdk/studio/sdk/model/projectPublicData.js.map +1 -1
  481. package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.d.ts +4 -0
  482. package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.js +5 -0
  483. package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.js.map +1 -1
  484. package/build/sdk/studio/sdk/model/{organizationUsageReport.d.ts → report.d.ts} +1 -1
  485. package/build/sdk/studio/sdk/model/{organizationUsageReport.js → report.js} +7 -7
  486. package/build/sdk/studio/sdk/model/report.js.map +1 -0
  487. package/build/sdk/studio/sdk/model/sample.d.ts +1 -1
  488. package/build/sdk/studio/sdk/model/sample.js +1 -1
  489. package/build/sdk/studio/sdk/model/sample.js.map +1 -1
  490. package/build/sdk/studio/sdk/model/sampleProposedChanges.d.ts +48 -0
  491. package/build/sdk/studio/sdk/model/sampleProposedChanges.js +49 -0
  492. package/build/sdk/studio/sdk/model/sampleProposedChanges.js.map +1 -0
  493. package/build/sdk/studio/sdk/model/setAIActionsOrderRequest.d.ts +25 -0
  494. package/build/sdk/studio/sdk/model/{organizationProjectsDataBatchRequest.js → setAIActionsOrderRequest.js} +9 -9
  495. package/build/sdk/studio/sdk/model/setAIActionsOrderRequest.js.map +1 -0
  496. package/build/sdk/studio/sdk/model/setKerasParameterRequest.d.ts +2 -0
  497. package/build/sdk/studio/sdk/model/setKerasParameterRequest.js +5 -0
  498. package/build/sdk/studio/sdk/model/setKerasParameterRequest.js.map +1 -1
  499. package/build/sdk/studio/sdk/model/{organizationProjectsDataBulkMetadataRequest.d.ts → setLegacyImpulseStateInternalRequest.d.ts} +18 -3
  500. package/build/sdk/studio/sdk/model/setLegacyImpulseStateInternalRequest.js +39 -0
  501. package/build/sdk/studio/sdk/model/setLegacyImpulseStateInternalRequest.js.map +1 -0
  502. package/build/sdk/studio/sdk/model/setSampleProposedChangesRequest.d.ts +30 -0
  503. package/build/sdk/studio/sdk/model/setSampleProposedChangesRequest.js +34 -0
  504. package/build/sdk/studio/sdk/model/setSampleProposedChangesRequest.js.map +1 -0
  505. package/build/sdk/studio/sdk/model/setTunerPrimaryJobRequest.d.ts +28 -0
  506. package/build/sdk/studio/sdk/model/setTunerPrimaryJobRequest.js +29 -0
  507. package/build/sdk/studio/sdk/model/setTunerPrimaryJobRequest.js.map +1 -0
  508. package/build/sdk/studio/sdk/model/startClassifyJobRequest.d.ts +1 -1
  509. package/build/sdk/studio/sdk/model/startPostProcessingRequest.d.ts +60 -0
  510. package/build/sdk/studio/sdk/model/startPostProcessingRequest.js +70 -0
  511. package/build/sdk/studio/sdk/model/startPostProcessingRequest.js.map +1 -0
  512. package/build/sdk/studio/sdk/model/transferLearningModel.d.ts +1 -0
  513. package/build/sdk/studio/sdk/model/transferLearningModel.js +5 -0
  514. package/build/sdk/studio/sdk/model/transferLearningModel.js.map +1 -1
  515. package/build/sdk/studio/sdk/model/tunerCompleteSearch.d.ts +25 -0
  516. package/build/sdk/studio/sdk/model/tunerCompleteSearch.js +29 -0
  517. package/build/sdk/studio/sdk/model/tunerCompleteSearch.js.map +1 -0
  518. package/build/sdk/studio/sdk/model/tunerCreateTrialImpulse.d.ts +1 -0
  519. package/build/sdk/studio/sdk/model/tunerCreateTrialImpulse.js +5 -0
  520. package/build/sdk/studio/sdk/model/tunerCreateTrialImpulse.js.map +1 -1
  521. package/build/sdk/studio/sdk/model/tunerRun.d.ts +5 -0
  522. package/build/sdk/studio/sdk/model/tunerRun.js +5 -0
  523. package/build/sdk/studio/sdk/model/tunerRun.js.map +1 -1
  524. package/build/sdk/studio/sdk/model/tunerSpaceImpulse.d.ts +1 -1
  525. package/build/sdk/studio/sdk/model/tunerSpaceImpulse.js +1 -1
  526. package/build/sdk/studio/sdk/model/tunerSpaceImpulse.js.map +1 -1
  527. package/build/sdk/studio/sdk/model/tunerTrial.d.ts +8 -0
  528. package/build/sdk/studio/sdk/model/tunerTrial.js +25 -0
  529. package/build/sdk/studio/sdk/model/tunerTrial.js.map +1 -1
  530. package/build/sdk/studio/sdk/model/tunerTrialBlocks.d.ts +4 -0
  531. package/build/sdk/studio/sdk/model/tunerTrialBlocks.js +5 -0
  532. package/build/sdk/studio/sdk/model/tunerTrialBlocks.js.map +1 -1
  533. package/build/sdk/studio/sdk/model/tunerTrialImpulseAddedToProject.d.ts +26 -0
  534. package/build/sdk/studio/sdk/model/tunerTrialImpulseAddedToProject.js +34 -0
  535. package/build/sdk/studio/sdk/model/tunerTrialImpulseAddedToProject.js.map +1 -0
  536. package/build/sdk/studio/sdk/model/tunerTrialMetrics.d.ts +28 -0
  537. package/build/sdk/studio/sdk/model/tunerTrialMetrics.js +39 -0
  538. package/build/sdk/studio/sdk/model/tunerTrialMetrics.js.map +1 -0
  539. package/build/sdk/studio/sdk/model/tunerTrialMetricsTest.d.ts +27 -0
  540. package/build/sdk/studio/sdk/model/tunerTrialMetricsTest.js +34 -0
  541. package/build/sdk/studio/sdk/model/tunerTrialMetricsTest.js.map +1 -0
  542. package/build/sdk/studio/sdk/model/tunerTrialProgress.d.ts +29 -0
  543. package/build/sdk/studio/sdk/model/tunerTrialProgress.js +49 -0
  544. package/build/sdk/studio/sdk/model/tunerTrialProgress.js.map +1 -0
  545. package/build/sdk/studio/sdk/model/updateAIActionRequest.d.ts +57 -0
  546. package/build/sdk/studio/sdk/model/updateAIActionRequest.js +64 -0
  547. package/build/sdk/studio/sdk/model/updateAIActionRequest.js.map +1 -0
  548. package/build/sdk/studio/sdk/model/updateImpulseRequest.d.ts +26 -0
  549. package/build/sdk/studio/sdk/model/updateImpulseRequest.js +34 -0
  550. package/build/sdk/studio/sdk/model/updateImpulseRequest.js.map +1 -0
  551. package/build/sdk/studio/sdk/model/updateOrganizationDatasetRequest.d.ts +2 -3
  552. package/build/sdk/studio/sdk/model/updateOrganizationDatasetRequest.js +2 -3
  553. package/build/sdk/studio/sdk/model/updateOrganizationDatasetRequest.js.map +1 -1
  554. package/build/sdk/studio/sdk/model/updateOrganizationTransferLearningBlockRequest.d.ts +5 -0
  555. package/build/sdk/studio/sdk/model/updateOrganizationTransferLearningBlockRequest.js +5 -0
  556. package/build/sdk/studio/sdk/model/updateOrganizationTransferLearningBlockRequest.js.map +1 -1
  557. package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.d.ts +6 -0
  558. package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.js +10 -0
  559. package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.js.map +1 -1
  560. package/build/sdk/studio/sdk/model/updateProjectRequest.d.ts +16 -0
  561. package/build/sdk/studio/sdk/model/updateProjectRequest.js +20 -0
  562. package/build/sdk/studio/sdk/model/updateProjectRequest.js.map +1 -1
  563. package/build/sdk/studio/sdk/model/updateUserRequest.d.ts +4 -0
  564. package/build/sdk/studio/sdk/model/updateUserRequest.js +5 -0
  565. package/build/sdk/studio/sdk/model/updateUserRequest.js.map +1 -1
  566. package/build/sdk/studio/sdk/model/userOrganization.d.ts +15 -0
  567. package/build/sdk/studio/sdk/model/userOrganization.js +15 -0
  568. package/build/sdk/studio/sdk/model/userOrganization.js.map +1 -1
  569. package/build/sdk/studio/sdk/model/validateEmailResponse.d.ts +58 -0
  570. package/build/sdk/studio/sdk/model/validateEmailResponse.js +65 -0
  571. package/build/sdk/studio/sdk/model/validateEmailResponse.js.map +1 -0
  572. package/build/sdk/studio/sdk/model/validateEmailResponseAllOf.d.ts +50 -0
  573. package/build/sdk/studio/sdk/model/validateEmailResponseAllOf.js +55 -0
  574. package/build/sdk/studio/sdk/model/validateEmailResponseAllOf.js.map +1 -0
  575. package/build/sdk/studio/sdk/model/{windowSettingsResponseAllOfWindowSettings.d.ts → windowSettings.d.ts} +1 -1
  576. package/build/sdk/studio/sdk/model/{windowSettingsResponseAllOfWindowSettings.js → windowSettings.js} +7 -7
  577. package/build/sdk/studio/sdk/model/windowSettings.js.map +1 -0
  578. package/build/sdk/studio/sdk/model/windowSettingsResponse.d.ts +3 -2
  579. package/build/sdk/studio/sdk/model/windowSettingsResponse.js +8 -3
  580. package/build/sdk/studio/sdk/model/windowSettingsResponse.js.map +1 -1
  581. package/build/sdk/studio/sdk/model/windowSettingsResponseAllOf.d.ts +3 -2
  582. package/build/sdk/studio/sdk/model/windowSettingsResponseAllOf.js +8 -3
  583. package/build/sdk/studio/sdk/model/windowSettingsResponseAllOf.js.map +1 -1
  584. package/build/shared/bounding-box-file-types.d.ts +2 -0
  585. package/build/shared/bounding-box-file-types.js +52 -3
  586. package/build/shared/bounding-box-file-types.js.map +1 -1
  587. package/build/shared/daemon/ei-serial-protocol.d.ts +6 -0
  588. package/build/shared/daemon/ei-serial-protocol.js +31 -1
  589. package/build/shared/daemon/ei-serial-protocol.js.map +1 -1
  590. package/build/shared/daemon/remote-mgmt-service.d.ts +3 -1
  591. package/build/shared/daemon/remote-mgmt-service.js +1 -1
  592. package/build/shared/daemon/remote-mgmt-service.js.map +1 -1
  593. package/build/shared/viewmodels/init.d.ts +7 -1
  594. package/build/shared/viewmodels/init.js +14 -2
  595. package/build/shared/viewmodels/init.js.map +1 -1
  596. package/examples/ts/classify-audio.ts +83 -0
  597. package/examples/ts/classify-camera-webserver.ts +190 -0
  598. package/examples/ts/classify-camera.ts +113 -0
  599. package/examples/ts/classify-custom-from-test.ts +97 -0
  600. package/examples/ts/classify-custom.ts +63 -0
  601. package/examples/ts/collect-custom.ts +56 -0
  602. package/package.json +29 -16
  603. package/test/gstreamer.test.ts +797 -10
  604. package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportResponse.js.map +0 -1
  605. package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportResponseAllOf.js +0 -29
  606. package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportResponseAllOf.js.map +0 -1
  607. package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportsResponse.js.map +0 -1
  608. package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportsResponseAllOf.js.map +0 -1
  609. package/build/sdk/studio/sdk/model/anomalyGmmMetadataAllOf.js.map +0 -1
  610. package/build/sdk/studio/sdk/model/anomalyModelMetadataAllOf.js.map +0 -1
  611. package/build/sdk/studio/sdk/model/anomalyModelMetadataAllOfClusters.js.map +0 -1
  612. package/build/sdk/studio/sdk/model/anomalyResponse.js.map +0 -1
  613. package/build/sdk/studio/sdk/model/anomalyResponseAllOf.js.map +0 -1
  614. package/build/sdk/studio/sdk/model/anomalyResponseAllOfAxes.js.map +0 -1
  615. package/build/sdk/studio/sdk/model/createBlockVersionResponse.js.map +0 -1
  616. package/build/sdk/studio/sdk/model/createBlockVersionResponseAllOf.js.map +0 -1
  617. package/build/sdk/studio/sdk/model/dSPConfigResponseAllOf.js.map +0 -1
  618. package/build/sdk/studio/sdk/model/getNotesResponse.js.map +0 -1
  619. package/build/sdk/studio/sdk/model/getNotesResponseAllOf.js.map +0 -1
  620. package/build/sdk/studio/sdk/model/getOrganizationProjectsDataCountResponse.js.map +0 -1
  621. package/build/sdk/studio/sdk/model/impulseBlockVersion.d.ts +0 -98
  622. package/build/sdk/studio/sdk/model/impulseBlockVersion.js +0 -112
  623. package/build/sdk/studio/sdk/model/impulseBlockVersion.js.map +0 -1
  624. package/build/sdk/studio/sdk/model/kerasModelMetadataAllOf.js.map +0 -1
  625. package/build/sdk/studio/sdk/model/kerasResponseAllOf.js.map +0 -1
  626. package/build/sdk/studio/sdk/model/listOrganizationProjectsDataResponse.d.ts +0 -36
  627. package/build/sdk/studio/sdk/model/listOrganizationProjectsDataResponse.js +0 -44
  628. package/build/sdk/studio/sdk/model/listOrganizationProjectsDataResponse.js.map +0 -1
  629. package/build/sdk/studio/sdk/model/listOrganizationProjectsDataResponseAllOf.js +0 -34
  630. package/build/sdk/studio/sdk/model/listOrganizationProjectsDataResponseAllOf.js.map +0 -1
  631. package/build/sdk/studio/sdk/model/listOrganizationProjectsDataResponseAllOfProjects.js.map +0 -1
  632. package/build/sdk/studio/sdk/model/note.js.map +0 -1
  633. package/build/sdk/studio/sdk/model/organizationProjectsDataBatchDisableResponse.js +0 -39
  634. package/build/sdk/studio/sdk/model/organizationProjectsDataBatchDisableResponse.js.map +0 -1
  635. package/build/sdk/studio/sdk/model/organizationProjectsDataBatchEnableResponse.js.map +0 -1
  636. package/build/sdk/studio/sdk/model/organizationProjectsDataBatchRequest.js.map +0 -1
  637. package/build/sdk/studio/sdk/model/organizationProjectsDataBulkMetadataRequest.js +0 -34
  638. package/build/sdk/studio/sdk/model/organizationProjectsDataBulkMetadataRequest.js.map +0 -1
  639. package/build/sdk/studio/sdk/model/organizationUsageReport.js.map +0 -1
  640. package/build/sdk/studio/sdk/model/windowSettingsResponseAllOfWindowSettings.js.map +0 -1
  641. package/build/test/gstreamer.test.d.ts +0 -1
  642. package/build/test/gstreamer.test.js +0 -4248
  643. package/build/test/gstreamer.test.js.map +0 -1
  644. package/cli/linux/camera-debug.ts +0 -172
  645. package/cli/linux/linux.ts +0 -606
  646. package/cli/linux/model-monitor.ts +0 -838
  647. package/cli/linux/remote-mgmt-service.ts +0 -461
  648. package/cli/linux/runner-downloader.ts +0 -214
  649. package/cli/linux/runner.ts +0 -992
  650. package/cli/linux/webserver/middleware/asyncMiddleware.ts +0 -7
  651. package/cli/linux/webserver/public/assets/argon-dashboard.css +0 -20595
  652. package/cli/linux/webserver/public/assets/favicon-color/favicon-120.png +0 -0
  653. package/cli/linux/webserver/public/assets/favicon-color/favicon-128.png +0 -0
  654. package/cli/linux/webserver/public/assets/favicon-color/favicon-144.png +0 -0
  655. package/cli/linux/webserver/public/assets/favicon-color/favicon-152.png +0 -0
  656. package/cli/linux/webserver/public/assets/favicon-color/favicon-16.png +0 -0
  657. package/cli/linux/webserver/public/assets/favicon-color/favicon-180.png +0 -0
  658. package/cli/linux/webserver/public/assets/favicon-color/favicon-228.png +0 -0
  659. package/cli/linux/webserver/public/assets/favicon-color/favicon-32.png +0 -0
  660. package/cli/linux/webserver/public/assets/favicon-color/favicon-57.png +0 -0
  661. package/cli/linux/webserver/public/assets/favicon-color/favicon-76.png +0 -0
  662. package/cli/linux/webserver/public/assets/favicon-color/favicon-96.png +0 -0
  663. package/cli/linux/webserver/public/assets/logo-rgb.svg +0 -18
  664. package/cli/linux/webserver/public/assets/mark.svg +0 -20
  665. package/cli/linux/webserver/public/assets/mobileclient.css +0 -4179
  666. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.eot +0 -0
  667. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.svg +0 -332
  668. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.ttf +0 -0
  669. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.woff +0 -0
  670. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.woff2 +0 -0
  671. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.eot +0 -0
  672. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.svg +0 -345
  673. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.ttf +0 -0
  674. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.woff +0 -0
  675. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.woff2 +0 -0
  676. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.eot +0 -0
  677. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.svg +0 -336
  678. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.ttf +0 -0
  679. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.woff +0 -0
  680. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.woff2 +0 -0
  681. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.eot +0 -0
  682. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.svg +0 -349
  683. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.ttf +0 -0
  684. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.woff +0 -0
  685. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.woff2 +0 -0
  686. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.eot +0 -0
  687. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.svg +0 -334
  688. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.ttf +0 -0
  689. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.woff +0 -0
  690. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.woff2 +0 -0
  691. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.eot +0 -0
  692. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.svg +0 -342
  693. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.ttf +0 -0
  694. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.woff +0 -0
  695. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.woff2 +0 -0
  696. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.eot +0 -0
  697. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.svg +0 -336
  698. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.ttf +0 -0
  699. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.woff +0 -0
  700. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.woff2 +0 -0
  701. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.eot +0 -0
  702. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.svg +0 -342
  703. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.ttf +0 -0
  704. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.woff +0 -0
  705. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.woff2 +0 -0
  706. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.eot +0 -0
  707. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.svg +0 -349
  708. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.ttf +0 -0
  709. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.woff +0 -0
  710. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.woff2 +0 -0
  711. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.eot +0 -0
  712. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.svg +0 -336
  713. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.ttf +0 -0
  714. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.woff +0 -0
  715. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.woff2 +0 -0
  716. package/cli/linux/webserver/public/index.html +0 -114
  717. package/cli/linux/webserver/public/inference-server.js +0 -216
  718. package/cli/linux/webserver/public/webserver.js +0 -247
  719. package/cli/linux/webserver/views/escape-html-template-tag/escape.ts +0 -66
  720. package/cli/linux/webserver/views/escape-html-template-tag/index.ts +0 -2
  721. package/cli/linux/webserver/views/inference-server-view.ts +0 -179
@@ -1,4248 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const assert_1 = __importDefault(require("assert"));
7
- const gstreamer_1 = require("../library/sensors/gstreamer");
8
- describe("gstreamer", () => {
9
- describe("parse devices", () => {
10
- // https://forum.edgeimpulse.com/t/error-setting-up-jetson-nano-with-a-csi-camera/1794/28
11
- it("nvidia jetson w/ csi camera", async () => {
12
- const gstOutput = `Probing devices...
13
-
14
- Device found:
15
-
16
- name : Monitor of Built-in Audio Analogue Stereo
17
- class : Audio/Source
18
- caps : audio/x-raw, format=(string){ S16LE, S16BE, F32LE, F32BE, S32LE, S32BE, S24LE, S24BE, S24_32LE, S24_32BE, U8 }, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
19
- audio/x-alaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
20
- audio/x-mulaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
21
- properties:
22
- device.description = "Monitor\ of\ Built-in\ Audio\ Analogue\ Stereo"
23
- device.class = monitor
24
- alsa.card = 1
25
- alsa.card_name = tegra-snd-t210ref-mobile-rt565x
26
- alsa.long_card_name = tegra-snd-t210ref-mobile-rt565x
27
- device.bus_path = platform-sound
28
- sysfs.path = /devices/sound/sound/card1
29
- device.form_factor = internal
30
- device.string = 1
31
- module-udev-detect.discovered = 1
32
- device.icon_name = audio-card
33
- gst-launch-1.0 pulsesrc device=alsa_output.platform-sound.analog-stereo.monitor ! ...
34
-
35
-
36
- Device found:
37
-
38
- name : Built-in Audio Analogue Stereo
39
- class : Audio/Source
40
- caps : audio/x-raw, format=(string){ S16LE, S16BE, F32LE, F32BE, S32LE, S32BE, S24LE, S24BE, S24_32LE, S24_32BE, U8 }, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
41
- audio/x-alaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
42
- audio/x-mulaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
43
- properties:
44
- alsa.resolution_bits = 16
45
- device.api = alsa
46
- device.class = sound
47
- alsa.class = generic
48
- alsa.subclass = generic-mix
49
- alsa.name = ""
50
- alsa.id = "ADMAIF1\ CIF\ ADMAIF1-0"
51
- alsa.subdevice = 0
52
- alsa.subdevice_name = "subdevice\ \#0"
53
- alsa.device = 0
54
- alsa.card = 1
55
- alsa.card_name = tegra-snd-t210ref-mobile-rt565x
56
- alsa.long_card_name = tegra-snd-t210ref-mobile-rt565x
57
- device.bus_path = platform-sound
58
- sysfs.path = /devices/sound/sound/card1
59
- device.form_factor = internal
60
- device.string = front:1
61
- device.buffering.buffer_size = 32768
62
- device.buffering.fragment_size = 16384
63
- device.access_mode = mmap+timer
64
- device.profile.name = analog-stereo
65
- device.profile.description = "Analogue\ Stereo"
66
- device.description = "Built-in\ Audio\ Analogue\ Stereo"
67
- module-udev-detect.discovered = 1
68
- device.icon_name = audio-card
69
- gst-launch-1.0 pulsesrc device=alsa_input.platform-sound.analog-stereo ! ...
70
-
71
-
72
- Device found:
73
-
74
- name : Built-in Audio Analogue Stereo
75
- class : Audio/Sink
76
- caps : audio/x-raw, format=(string){ S16LE, S16BE, F32LE, F32BE, S32LE, S32BE, S24LE, S24BE, S24_32LE, S24_32BE, U8 }, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
77
- audio/x-alaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
78
- audio/x-mulaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
79
- properties:
80
- alsa.resolution_bits = 16
81
- device.api = alsa
82
- device.class = sound
83
- alsa.class = generic
84
- alsa.subclass = generic-mix
85
- alsa.name = ""
86
- alsa.id = "ADMAIF1\ CIF\ ADMAIF1-0"
87
- alsa.subdevice = 0
88
- alsa.subdevice_name = "subdevice\ \#0"
89
- alsa.device = 0
90
- alsa.card = 1
91
- alsa.card_name = tegra-snd-t210ref-mobile-rt565x
92
- alsa.long_card_name = tegra-snd-t210ref-mobile-rt565x
93
- device.bus_path = platform-sound
94
- sysfs.path = /devices/sound/sound/card1
95
- device.form_factor = internal
96
- device.string = front:1
97
- device.buffering.buffer_size = 32768
98
- device.buffering.fragment_size = 16384
99
- device.access_mode = mmap+timer
100
- device.profile.name = analog-stereo
101
- device.profile.description = "Analogue\ Stereo"
102
- device.description = "Built-in\ Audio\ Analogue\ Stereo"
103
- module-udev-detect.discovered = 1
104
- device.icon_name = audio-card
105
- gst-launch-1.0 ... ! pulsesink device=alsa_output.platform-sound.analog-stereo`;
106
- const gstLaunchNvargusCameraSrcOutput = `nvarguscamerasrc options GST_ARGUS: Creating output stream
107
- GST_ARGUS: Available Sensor modes :
108
- GST_ARGUS: 3264 x 2464 FR = 21.000000 fps Duration = 47619048 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;
109
- GST_ARGUS: 3264 x 1848 FR = 28.000001 fps Duration = 35714284 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;
110
- GST_ARGUS: 1920 x 1080 FR = 29.999999 fps Duration = 33333334 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;
111
- GST_ARGUS: 1640 x 1232 FR = 29.999999 fps Duration = 33333334 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;
112
- GST_ARGUS: 1280 x 720 FR = 59.999999 fps Duration = 16666667 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;
113
- GST_ARGUS: 1280 x 720 FR = 120.000005 fps Duration = 8333333 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;
114
- GST_ARGUS: Running with following settings:
115
- GST_ARGUS: Setup Complete, Starting captures for 0 seconds
116
- GST_ARGUS: Starting repeat capture requests.
117
- GST_ARGUS: Cleaning up
118
- GST_ARGUS: Done Success
119
- `;
120
- const devices = await testGetDevices({
121
- gstDeviceMonitor: () => gstOutput,
122
- gstInspect: () => 'nvarguscamerasrc',
123
- gstLaunch: (args) => {
124
- if (args[0] === 'nvarguscamerasrc') {
125
- return gstLaunchNvargusCameraSrcOutput;
126
- }
127
- else {
128
- throw new Error('Cannot handle gstLaunch command: ' + JSON.stringify(args));
129
- }
130
- }
131
- });
132
- assert_1.default.equal(devices.length, 1);
133
- assert_1.default.equal(devices[0].id, 'nvarguscamerasrc');
134
- assert_1.default.equal(devices[0].name, 'CSI camera');
135
- assert_1.default.equal(JSON.stringify(devices[0].caps), JSON.stringify([{
136
- framerate: 21,
137
- height: 2464,
138
- width: 3264,
139
- type: 'nvarguscamerasrc'
140
- },
141
- {
142
- framerate: 28.000001,
143
- height: 1848,
144
- width: 3264,
145
- type: 'nvarguscamerasrc'
146
- },
147
- {
148
- framerate: 29.999999,
149
- height: 1080,
150
- width: 1920,
151
- type: 'nvarguscamerasrc'
152
- },
153
- {
154
- framerate: 29.999999,
155
- height: 1232,
156
- width: 1640,
157
- type: 'nvarguscamerasrc'
158
- },
159
- {
160
- framerate: 59.999999,
161
- height: 720,
162
- width: 1280,
163
- type: 'nvarguscamerasrc'
164
- },
165
- {
166
- framerate: 120.000005,
167
- height: 720,
168
- width: 1280,
169
- type: 'nvarguscamerasrc'
170
- }
171
- ]));
172
- });
173
- // Tested locally (Jan)
174
- it("nvidia jetson w/ Logitech C922", async () => {
175
- const gstOutput = `Probing devices...
176
-
177
-
178
- Device found:
179
-
180
- name : C922 Pro Stream Webcam Analog Stereo
181
- class : Audio/Source
182
- caps : audio/x-raw, format=(string){ S16LE, S16BE, F32LE, F32BE, S32LE, S32BE, S24LE, S24BE, S24_32LE, S24_32BE, U8 }, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
183
- audio/x-alaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
184
- audio/x-mulaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
185
- properties:
186
- alsa.resolution_bits = 16
187
- device.api = alsa
188
- device.class = sound
189
- alsa.class = generic
190
- alsa.subclass = generic-mix
191
- alsa.name = "USB\ Audio"
192
- alsa.id = "USB\ Audio"
193
- alsa.subdevice = 0
194
- alsa.subdevice_name = "subdevice\ \#0"
195
- alsa.device = 0
196
- alsa.card = 2
197
- alsa.card_name = "C922\ Pro\ Stream\ Webcam"
198
- alsa.long_card_name = "C922\ Pro\ Stream\ Webcam\ at\ usb-70090000.xusb-2.1\,\ high\ speed"
199
- alsa.driver_name = snd_usb_audio
200
- device.bus_path = platform-70090000.xusb-usb-0:2.1:1.2
201
- sysfs.path = /devices/70090000.xusb/usb1/1-2/1-2.1/1-2.1:1.2/sound/card2
202
- udev.id = usb-046d_C922_Pro_Stream_Webcam_C72F6EDF-02
203
- device.bus = usb
204
- device.vendor.id = 046d
205
- device.vendor.name = "Logitech\,\ Inc."
206
- device.product.id = 085c
207
- device.product.name = "C922\ Pro\ Stream\ Webcam"
208
- device.serial = 046d_C922_Pro_Stream_Webcam_C72F6EDF
209
- device.form_factor = webcam
210
- device.string = front:2
211
- device.buffering.buffer_size = 256000
212
- device.buffering.fragment_size = 128000
213
- device.access_mode = mmap+timer
214
- device.profile.name = analog-stereo
215
- device.profile.description = "Analog\ Stereo"
216
- device.description = "C922\ Pro\ Stream\ Webcam\ Analog\ Stereo"
217
- alsa.mixer_name = "USB\ Mixer"
218
- alsa.components = USB046d:085c
219
- module-udev-detect.discovered = 1
220
- device.icon_name = camera-web-usb
221
- gst-launch-1.0 pulsesrc device=alsa_input.usb-046d_C922_Pro_Stream_Webcam_C72F6EDF-02.analog-stereo ! ...
222
-
223
-
224
- Device found:
225
-
226
- name : Monitor of Built-in Audio Analog Stereo
227
- class : Audio/Source
228
- caps : audio/x-raw, format=(string){ S16LE, S16BE, F32LE, F32BE, S32LE, S32BE, S24LE, S24BE, S24_32LE, S24_32BE, U8 }, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
229
- audio/x-alaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
230
- audio/x-mulaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
231
- properties:
232
- device.description = "Monitor\ of\ Built-in\ Audio\ Analog\ Stereo"
233
- device.class = monitor
234
- alsa.card = 1
235
- alsa.card_name = tegra-snd-t210ref-mobile-rt565x
236
- alsa.long_card_name = tegra-snd-t210ref-mobile-rt565x
237
- device.bus_path = platform-sound
238
- sysfs.path = /devices/sound/sound/card1
239
- device.form_factor = internal
240
- device.string = 1
241
- module-udev-detect.discovered = 1
242
- device.icon_name = audio-card
243
- gst-launch-1.0 pulsesrc device=alsa_output.platform-sound.analog-stereo.monitor ! ...
244
-
245
-
246
- Device found:
247
-
248
- name : Built-in Audio Analog Stereo
249
- class : Audio/Source
250
- caps : audio/x-raw, format=(string){ S16LE, S16BE, F32LE, F32BE, S32LE, S32BE, S24LE, S24BE, S24_32LE, S24_32BE, U8 }, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
251
- audio/x-alaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
252
- audio/x-mulaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
253
- properties:
254
- alsa.resolution_bits = 16
255
- device.api = alsa
256
- device.class = sound
257
- alsa.class = generic
258
- alsa.subclass = generic-mix
259
- alsa.name = ""
260
- alsa.id = "ADMAIF1\ CIF\ ADMAIF1-0"
261
- alsa.subdevice = 0
262
- alsa.subdevice_name = "subdevice\ \#0"
263
- alsa.device = 0
264
- alsa.card = 1
265
- alsa.card_name = tegra-snd-t210ref-mobile-rt565x
266
- alsa.long_card_name = tegra-snd-t210ref-mobile-rt565x
267
- device.bus_path = platform-sound
268
- sysfs.path = /devices/sound/sound/card1
269
- device.form_factor = internal
270
- device.string = front:1
271
- device.buffering.buffer_size = 32768
272
- device.buffering.fragment_size = 16384
273
- device.access_mode = mmap+timer
274
- device.profile.name = analog-stereo
275
- device.profile.description = "Analog\ Stereo"
276
- device.description = "Built-in\ Audio\ Analog\ Stereo"
277
- module-udev-detect.discovered = 1
278
- device.icon_name = audio-card
279
- gst-launch-1.0 pulsesrc device=alsa_input.platform-sound.analog-stereo ! ...
280
-
281
-
282
- Device found:
283
-
284
- name : Built-in Audio Analog Stereo
285
- class : Audio/Sink
286
- caps : audio/x-raw, format=(string){ S16LE, S16BE, F32LE, F32BE, S32LE, S32BE, S24LE, S24BE, S24_32LE, S24_32BE, U8 }, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
287
- audio/x-alaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
288
- audio/x-mulaw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 32 ];
289
- properties:
290
- alsa.resolution_bits = 16
291
- device.api = alsa
292
- device.class = sound
293
- alsa.class = generic
294
- alsa.subclass = generic-mix
295
- alsa.name = ""
296
- alsa.id = "ADMAIF1\ CIF\ ADMAIF1-0"
297
- alsa.subdevice = 0
298
- alsa.subdevice_name = "subdevice\ \#0"
299
- alsa.device = 0
300
- alsa.card = 1
301
- alsa.card_name = tegra-snd-t210ref-mobile-rt565x
302
- alsa.long_card_name = tegra-snd-t210ref-mobile-rt565x
303
- device.bus_path = platform-sound
304
- sysfs.path = /devices/sound/sound/card1
305
- device.form_factor = internal
306
- device.string = front:1
307
- device.buffering.buffer_size = 32768
308
- device.buffering.fragment_size = 16384
309
- device.access_mode = mmap+timer
310
- device.profile.name = analog-stereo
311
- device.profile.description = "Analog\ Stereo"
312
- device.description = "Built-in\ Audio\ Analog\ Stereo"
313
- module-udev-detect.discovered = 1
314
- device.icon_name = audio-card
315
- gst-launch-1.0 ... ! pulsesink device=alsa_output.platform-sound.analog-stereo
316
-
317
-
318
- Device found:
319
-
320
- name : C922 Pro Stream Webcam
321
- class : Video/Source
322
- caps : video/x-raw, format=(string)YUY2, width=(int)2304, height=(int)1536, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)2/1;
323
- video/x-raw, format=(string)YUY2, width=(int)2304, height=(int)1296, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)2/1;
324
- video/x-raw, format=(string)YUY2, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)5/1;
325
- video/x-raw, format=(string)YUY2, width=(int)1600, height=(int)896, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 15/2, 5/1 };
326
- video/x-raw, format=(string)YUY2, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 10/1, 15/2, 5/1 };
327
- video/x-raw, format=(string)YUY2, width=(int)960, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 15/1, 10/1, 15/2, 5/1 };
328
- video/x-raw, format=(string)YUY2, width=(int)1024, height=(int)576, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 15/1, 10/1, 15/2, 5/1 };
329
- video/x-raw, format=(string)YUY2, width=(int)800, height=(int)600, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
330
- video/x-raw, format=(string)YUY2, width=(int)864, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
331
- video/x-raw, format=(string)YUY2, width=(int)800, height=(int)448, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
332
- video/x-raw, format=(string)YUY2, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
333
- video/x-raw, format=(string)YUY2, width=(int)640, height=(int)360, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
334
- video/x-raw, format=(string)YUY2, width=(int)432, height=(int)240, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
335
- video/x-raw, format=(string)YUY2, width=(int)352, height=(int)288, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
336
- video/x-raw, format=(string)YUY2, width=(int)320, height=(int)240, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
337
- video/x-raw, format=(string)YUY2, width=(int)320, height=(int)180, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
338
- video/x-raw, format=(string)YUY2, width=(int)176, height=(int)144, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
339
- video/x-raw, format=(string)YUY2, width=(int)160, height=(int)120, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
340
- video/x-raw, format=(string)YUY2, width=(int)160, height=(int)90, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
341
- image/jpeg, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
342
- image/jpeg, width=(int)1600, height=(int)896, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
343
- image/jpeg, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 60/1, 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
344
- image/jpeg, width=(int)960, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
345
- image/jpeg, width=(int)1024, height=(int)576, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
346
- image/jpeg, width=(int)800, height=(int)600, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
347
- image/jpeg, width=(int)864, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
348
- image/jpeg, width=(int)800, height=(int)448, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
349
- image/jpeg, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
350
- image/jpeg, width=(int)640, height=(int)360, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
351
- image/jpeg, width=(int)432, height=(int)240, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
352
- image/jpeg, width=(int)352, height=(int)288, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
353
- image/jpeg, width=(int)320, height=(int)240, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
354
- image/jpeg, width=(int)320, height=(int)180, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
355
- image/jpeg, width=(int)176, height=(int)144, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
356
- image/jpeg, width=(int)160, height=(int)120, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
357
- image/jpeg, width=(int)160, height=(int)90, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
358
- properties:
359
- udev-probed = true
360
- device.bus_path = platform-70090000.xusb-usb-0:2.1:1.0
361
- sysfs.path = /sys/devices/70090000.xusb/usb1/1-2/1-2.1/1-2.1:1.0/video4linux/video0
362
- device.bus = usb
363
- device.subsystem = video4linux
364
- device.vendor.id = 046d
365
- device.vendor.name = 046d
366
- device.product.id = 085c
367
- device.product.name = "C922\ Pro\ Stream\ Webcam"
368
- device.serial = 046d_C922_Pro_Stream_Webcam_C72F6EDF
369
- device.capabilities = :capture:
370
- device.api = v4l2
371
- device.path = /dev/video0
372
- v4l2.device.driver = uvcvideo
373
- v4l2.device.card = "C922\ Pro\ Stream\ Webcam"
374
- v4l2.device.bus_info = usb-70090000.xusb-2.1
375
- v4l2.device.version = 264649 (0x000409c9)
376
- v4l2.device.capabilities = 2216689665 (0x84200001)
377
- v4l2.device.device_caps = 69206017 (0x04200001)
378
- gst-launch-1.0 v4l2src ! ...`;
379
- const gstLaunchNvargusCameraSrcOutput = `Setting pipeline to PAUSED ...
380
- Pipeline is live and does not need PREROLL ...
381
- Setting pipeline to PLAYING ...
382
- New clock: GstSystemClock
383
- Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, execute:645 No cameras available
384
-
385
- (gst-launch-1.0:17101): GStreamer-CRITICAL **: 11:58:19.104: gst_mini_object_set_qdata: assertion 'object != NULL' failed
386
- ^Chandling interrupt.
387
- Interrupt: Stopping pipeline ...
388
- Execution ended after 0:00:03.636570581
389
- Setting pipeline to PAUSED ...
390
- Setting pipeline to READY ...
391
- Setting pipeline to NULL ...
392
- Freeing pipeline ...
393
- `;
394
- const devices = await testGetDevices({
395
- gstDeviceMonitor: () => gstOutput,
396
- gstInspect: () => 'nvarguscamerasrc',
397
- gstLaunch: (args) => {
398
- if (args[0] === 'nvarguscamerasrc') {
399
- return gstLaunchNvargusCameraSrcOutput;
400
- }
401
- else {
402
- throw new Error('Cannot handle gstLaunch command: ' + JSON.stringify(args));
403
- }
404
- }
405
- });
406
- assert_1.default.equal(devices.length, 1);
407
- assert_1.default.equal(devices[0].id, '/dev/video0');
408
- assert_1.default.equal(devices[0].name, 'C922 Pro Stream Webcam');
409
- assert_1.default.equal(JSON.stringify(devices[0].caps), JSON.stringify([
410
- {
411
- type: "video/x-raw",
412
- width: 2304,
413
- height: 1536,
414
- framerate: 2
415
- }, {
416
- type: "video/x-raw",
417
- width: 2304,
418
- height: 1296,
419
- framerate: 2
420
- }, {
421
- type: "video/x-raw",
422
- width: 1920,
423
- height: 1080,
424
- framerate: 5
425
- }, {
426
- type: "video/x-raw",
427
- width: 1600,
428
- height: 896,
429
- framerate: 15
430
- }, {
431
- type: "video/x-raw",
432
- width: 1280,
433
- height: 720,
434
- framerate: 10
435
- }, {
436
- type: "video/x-raw",
437
- width: 960,
438
- height: 720,
439
- framerate: 15
440
- }, {
441
- type: "video/x-raw",
442
- width: 1024,
443
- height: 576,
444
- framerate: 15
445
- }, {
446
- type: "video/x-raw",
447
- width: 800,
448
- height: 600,
449
- framerate: 24
450
- }, {
451
- type: "video/x-raw",
452
- width: 864,
453
- height: 480,
454
- framerate: 24
455
- }, {
456
- type: "video/x-raw",
457
- width: 800,
458
- height: 448,
459
- framerate: 30
460
- }, {
461
- type: "video/x-raw",
462
- width: 640,
463
- height: 480,
464
- framerate: 30
465
- }, {
466
- type: "video/x-raw",
467
- width: 640,
468
- height: 360,
469
- framerate: 30
470
- }, {
471
- type: "video/x-raw",
472
- width: 432,
473
- height: 240,
474
- framerate: 30
475
- }, {
476
- type: "video/x-raw",
477
- width: 352,
478
- height: 288,
479
- framerate: 30
480
- }, {
481
- type: "video/x-raw",
482
- width: 320,
483
- height: 240,
484
- framerate: 30
485
- }, {
486
- type: "video/x-raw",
487
- width: 320,
488
- height: 180,
489
- framerate: 30
490
- }, {
491
- type: "video/x-raw",
492
- width: 176,
493
- height: 144,
494
- framerate: 30
495
- }, {
496
- type: "video/x-raw",
497
- width: 160,
498
- height: 120,
499
- framerate: 30
500
- }, {
501
- type: "video/x-raw",
502
- width: 160,
503
- height: 90,
504
- framerate: 30
505
- }, {
506
- type: "image/jpeg",
507
- width: 1920,
508
- height: 1080,
509
- framerate: 30
510
- }, {
511
- type: "image/jpeg",
512
- width: 1600,
513
- height: 896,
514
- framerate: 30
515
- }, {
516
- type: "image/jpeg",
517
- width: 1280,
518
- height: 720,
519
- framerate: 60
520
- }, {
521
- type: "image/jpeg",
522
- width: 960,
523
- height: 720,
524
- framerate: 30
525
- }, {
526
- type: "image/jpeg",
527
- width: 1024,
528
- height: 576,
529
- framerate: 30
530
- }, {
531
- type: "image/jpeg",
532
- width: 800,
533
- height: 600,
534
- framerate: 30
535
- }, {
536
- type: "image/jpeg",
537
- width: 864,
538
- height: 480,
539
- framerate: 30
540
- }
541
- ]));
542
- });
543
- // https://forum.edgeimpulse.com/t/usb-camera-on-raspberry-pi/1758
544
- it("usb camera on rpi w/ image/jpeg", async () => {
545
- const gstOutput = `Probing devices...
546
-
547
-
548
- Device found:
549
-
550
- name : USB : USB
551
- class : Video/Source
552
- caps : image/jpeg, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1;
553
- properties:
554
- udev-probed = true
555
- device.bus_path = platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2:1.0
556
- sysfs.path = /sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2:1.0/video4linux/video0
557
- device.bus = usb
558
- device.subsystem = video4linux
559
- device.vendor.id = 1b3f
560
- device.vendor.name = "USB\\x20\\x20\\x20\\x20"
561
- device.product.id = 2002
562
- device.product.name = "USB\ \ \ \ \ \ \ \ \ \ \ :\ USB"
563
- device.serial = USB_USB_Demo_1.00
564
- device.capabilities = :capture:
565
- device.api = v4l2
566
- device.path = /dev/video0
567
- v4l2.device.driver = uvcvideo
568
- v4l2.device.card = "USB\ \ \ \ \ \ \ \ \ \ \ :\ USB\ \ \ \ \ \ \ \ \ \ \ \ "
569
- v4l2.device.bus_info = usb-0000:01:00.0-1.2
570
- v4l2.device.version = 328787 (0x00050453)
571
- v4l2.device.capabilities = 2225078273 (0x84a00001)
572
- v4l2.device.device_caps = 69206017 (0x04200001)
573
- gst-launch-1.0 v4l2src ! ...
574
-
575
-
576
- Device found:
577
-
578
- name : bcm2835-isp
579
- class : Video/Sink
580
- caps : video/x-raw, format=(string)YUY2, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], interlace-mode=(string)progressive, colorimetry=(string){ bt601 };
581
- video/x-raw, format=(string)UYVY, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], interlace-mode=(string)progressive, colorimetry=(string){ bt601 };
582
- video/x-raw, format=(string)I420, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], interlace-mode=(string)progressive, colorimetry=(string){ bt601 };
583
- video/x-raw, format=(string)YV12, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], interlace-mode=(string)progressive, colorimetry=(string){ bt601 };
584
- video/x-raw, format=(string)BGRA, width=(int)[ 64, 16384 ], height=(int)[ 64, 16384 ], interlace-mode=(string)progressive, colorimetry=(string){ sRGB };
585
- video/x-raw, format=(string)BGR, width=(int)[ 64, 16384 ], height=(int)[ 64, 16384 ], interlace-mode=(string)progressive, colorimetry=(string){ sRGB };
586
- video/x-raw, format=(string)RGB, width=(int)[ 64, 16384 ], height=(int)[ 64, 16384 ], interlace-mode=(string)progressive, colorimetry=(string){ sRGB };
587
- video/x-raw, format=(string)NV21, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], interlace-mode=(string)progressive, colorimetry=(string){ bt601 };
588
- video/x-raw, format=(string)NV12, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], interlace-mode=(string)progressive, colorimetry=(string){ bt601 };
589
- video/x-raw, format=(string)RGB16, width=(int)[ 64, 16384 ], height=(int)[ 64, 16384 ], interlace-mode=(string)progressive, colorimetry=(string){ sRGB };
590
- video/x-bayer, format=(string)grbg, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], colorimetry=(string){ 1:1:0:0 };
591
- video/x-bayer, format=(string)gbrg, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], colorimetry=(string){ 1:1:0:0 };
592
- video/x-bayer, format=(string)rggb, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], colorimetry=(string){ 1:1:0:0 };
593
- video/x-bayer, format=(string)bggr, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], colorimetry=(string){ 1:1:0:0 };
594
- video/x-raw, format=(string)GRAY8, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], interlace-mode=(string)progressive, colorimetry=(string){ 2:0:0:0 };
595
- video/x-raw, format=(string)YVYU, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], interlace-mode=(string)progressive, colorimetry=(string){ bt601 };
596
- video/x-raw, format=(string)GRAY16_LE, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], interlace-mode=(string)progressive, colorimetry=(string){ 2:0:0:0 };
597
- properties:
598
- udev-probed = true
599
- device.bus_path = platform-bcm2835-isp
600
- sysfs.path = /sys/devices/platform/soc/fe00b840.mailbox/bcm2835-isp/video4linux/video13
601
- device.subsystem = video4linux
602
- device.product.name = bcm2835-isp
603
- device.capabilities = :video_output:
604
- device.api = v4l2
605
- device.path = /dev/video13
606
- v4l2.device.driver = bcm2835-isp
607
- v4l2.device.card = bcm2835-isp
608
- v4l2.device.bus_info = platform:bcm2835-isp
609
- v4l2.device.version = 328787 (0x00050453)
610
- v4l2.device.capabilities = 2216689666 (0x84200002)
611
- v4l2.device.device_caps = 69206018 (0x04200002)
612
- gst-launch-1.0 ... ! v4l2sink device=/dev/video13
613
-
614
-
615
- Device found:
616
-
617
- name : bcm2835-isp
618
- class : Video/Source
619
- caps : video/x-raw, format=(string)YUY2, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], framerate=(fraction)[ 0/1, 2147483647/1 ];
620
- video/x-raw, format=(string)UYVY, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], framerate=(fraction)[ 0/1, 2147483647/1 ];
621
- video/x-raw, format=(string)I420, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], framerate=(fraction)[ 0/1, 2147483647/1 ];
622
- video/x-raw, format=(string)YV12, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], framerate=(fraction)[ 0/1, 2147483647/1 ];
623
- video/x-raw, format=(string)BGRA, width=(int)[ 64, 16384 ], height=(int)[ 64, 16384 ], framerate=(fraction)[ 0/1, 2147483647/1 ];
624
- video/x-raw, format=(string)BGR, width=(int)[ 64, 16384 ], height=(int)[ 64, 16384 ], framerate=(fraction)[ 0/1, 2147483647/1 ];
625
- video/x-raw, format=(string)RGB, width=(int)[ 64, 16384 ], height=(int)[ 64, 16384 ], framerate=(fraction)[ 0/1, 2147483647/1 ];
626
- video/x-raw, format=(string)NV21, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], framerate=(fraction)[ 0/1, 2147483647/1 ];
627
- video/x-raw, format=(string)NV12, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], framerate=(fraction)[ 0/1, 2147483647/1 ];
628
- video/x-raw, format=(string)RGB16, width=(int)[ 64, 16384 ], height=(int)[ 64, 16384 ], framerate=(fraction)[ 0/1, 2147483647/1 ];
629
- video/x-raw, format=(string)YVYU, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], framerate=(fraction)[ 0/1, 2147483647/1 ];
630
- properties:
631
- udev-probed = true
632
- device.bus_path = platform-bcm2835-isp
633
- sysfs.path = /sys/devices/platform/soc/fe00b840.mailbox/bcm2835-isp/video4linux/video14
634
- device.subsystem = video4linux
635
- device.product.name = bcm2835-isp
636
- device.capabilities = :capture:
637
- device.api = v4l2
638
- device.path = /dev/video14
639
- v4l2.device.driver = bcm2835-isp
640
- v4l2.device.card = bcm2835-isp
641
- v4l2.device.bus_info = platform:bcm2835-isp
642
- v4l2.device.version = 328787 (0x00050453)
643
- v4l2.device.capabilities = 2216689665 (0x84200001)
644
- v4l2.device.device_caps = 69206017 (0x04200001)
645
- gst-launch-1.0 v4l2src device=/dev/video14 ! ...
646
-
647
-
648
- Device found:
649
-
650
- name : bcm2835-isp
651
- class : Video/Source
652
- caps : video/x-raw, format=(string)YUY2, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], framerate=(fraction)[ 0/1, 2147483647/1 ];
653
- video/x-raw, format=(string)UYVY, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], framerate=(fraction)[ 0/1, 2147483647/1 ];
654
- video/x-raw, format=(string)I420, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], framerate=(fraction)[ 0/1, 2147483647/1 ];
655
- video/x-raw, format=(string)YV12, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], framerate=(fraction)[ 0/1, 2147483647/1 ];
656
- video/x-raw, format=(string)NV21, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], framerate=(fraction)[ 0/1, 2147483647/1 ];
657
- video/x-raw, format=(string)NV12, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], framerate=(fraction)[ 0/1, 2147483647/1 ];
658
- video/x-raw, format=(string)YVYU, width=(int)[ 64, 16384, 2 ], height=(int)[ 64, 16384, 2 ], framerate=(fraction)[ 0/1, 2147483647/1 ];
659
- properties:
660
- udev-probed = true
661
- device.bus_path = platform-bcm2835-isp
662
- sysfs.path = /sys/devices/platform/soc/fe00b840.mailbox/bcm2835-isp/video4linux/video15
663
- device.subsystem = video4linux
664
- device.product.name = bcm2835-isp
665
- device.capabilities = :capture:
666
- device.api = v4l2
667
- device.path = /dev/video15
668
- v4l2.device.driver = bcm2835-isp
669
- v4l2.device.card = bcm2835-isp
670
- v4l2.device.bus_info = platform:bcm2835-isp
671
- v4l2.device.version = 328787 (0x00050453)
672
- v4l2.device.capabilities = 2216689665 (0x84200001)
673
- v4l2.device.device_caps = 69206017 (0x04200001)
674
- gst-launch-1.0 v4l2src device=/dev/video15 ! ...`;
675
- const devices = await testGetDevices({
676
- gstDeviceMonitor: () => gstOutput,
677
- });
678
- assert_1.default.equal(devices.length, 1);
679
- assert_1.default.equal(devices[0].id, '/dev/video0');
680
- assert_1.default.equal(devices[0].name, 'USB');
681
- assert_1.default.equal(JSON.stringify(devices[0].caps), JSON.stringify([{
682
- type: "image/jpeg",
683
- width: 1280,
684
- height: 720,
685
- framerate: 30
686
- }]));
687
- });
688
- // https://forum.edgeimpulse.com/t/edge-impulse-on-coral-edgetpu/2311
689
- it("coral edge tpu with iMX6S", async () => {
690
- const gstOutput = `Probing devices...
691
-
692
-
693
- Device found:
694
-
695
- name : i.MX6S_CSI
696
- class : Video/Source
697
- caps : video/x-raw, format=(string)YUY2, width=(int)2592, height=(int)1944, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)15/1;
698
- video/x-raw, format=(string)YUY2, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 15/1, 30/1 };
699
- video/x-raw, format=(string)YUY2, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1;
700
- video/x-raw, format=(string)YUY2, width=(int)720, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1;
701
- video/x-raw, format=(string)YUY2, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1;
702
- properties:
703
- udev-probed = true
704
- device.bus_path = platform-30a90000.csi1_bridge
705
- sysfs.path = /sys/devices/platform/30a90000.csi1_bridge/video4linux/video0
706
- device.subsystem = video4linux
707
- device.product.name = i.MX6S_CSI
708
- device.capabilities = :capture:
709
- device.api = v4l2
710
- device.path = /dev/video0
711
- v4l2.device.driver = mx6s-csi
712
- v4l2.device.card = i.MX6S_CSI
713
- v4l2.device.bus_info = platform:30a90000.csi1_bridge
714
- v4l2.device.version = 265826 (0x00040e62)
715
- v4l2.device.capabilities = 2216689665 (0x84200001)
716
- v4l2.device.device_caps = 69206017 (0x04200001)
717
- gst-launch-1.0 v4l2src ! ...
718
- `;
719
- const devices = await testGetDevices({
720
- gstDeviceMonitor: () => gstOutput,
721
- });
722
- assert_1.default.equal(devices.length, 1);
723
- assert_1.default.equal(devices[0].id, '/dev/video0');
724
- assert_1.default.equal(devices[0].name, 'i.MX6S_CSI');
725
- assert_1.default.equal(JSON.stringify(devices[0].caps), JSON.stringify([{
726
- type: "video/x-raw",
727
- width: 2592,
728
- height: 1944,
729
- framerate: 15
730
- },
731
- {
732
- type: "video/x-raw",
733
- width: 1920,
734
- height: 1080,
735
- framerate: 15
736
- },
737
- {
738
- type: "video/x-raw",
739
- width: 1280,
740
- height: 720,
741
- framerate: 30
742
- },
743
- {
744
- type: "video/x-raw",
745
- width: 720,
746
- height: 480,
747
- framerate: 30
748
- },
749
- {
750
- type: "video/x-raw",
751
- width: 640,
752
- height: 480,
753
- framerate: 30
754
- }
755
- ]));
756
- });
757
- // https://forum.edgeimpulse.com/t/raspberry-pi-4-logitech-c922-error/3160/3
758
- it("logitech c922 on rpi bullseye", async () => {
759
- const gstOutput = `Probing devices...
760
-
761
- Device found:
762
-
763
- name : /base/scb/pcie@7d500000/pci@0,0/usb@0,0-1.2:1.0-046d:085c
764
- class : Source/Video
765
- caps : image/jpeg, width=160, height=90
766
- image/jpeg, width=160, height=120
767
- image/jpeg, width=176, height=144
768
- image/jpeg, width=320, height=180
769
- image/jpeg, width=320, height=240
770
- image/jpeg, width=352, height=288
771
- image/jpeg, width=432, height=240
772
- image/jpeg, width=640, height=360
773
- image/jpeg, width=640, height=480
774
- image/jpeg, width=800, height=448
775
- image/jpeg, width=864, height=480
776
- image/jpeg, width=800, height=600
777
- image/jpeg, width=1024, height=576
778
- image/jpeg, width=960, height=720
779
- image/jpeg, width=1280, height=720
780
- image/jpeg, width=1600, height=896
781
- image/jpeg, width=1920, height=1080
782
- video/x-raw, format=YUY2, width=160, height=90
783
- video/x-raw, format=YUY2, width=160, height=120
784
- video/x-raw, format=YUY2, width=176, height=144
785
- video/x-raw, format=YUY2, width=320, height=180
786
- video/x-raw, format=YUY2, width=320, height=240
787
- video/x-raw, format=YUY2, width=352, height=288
788
- video/x-raw, format=YUY2, width=432, height=240
789
- video/x-raw, format=YUY2, width=640, height=360
790
- video/x-raw, format=YUY2, width=640, height=480
791
- video/x-raw, format=YUY2, width=800, height=448
792
- video/x-raw, format=YUY2, width=864, height=480
793
- video/x-raw, format=YUY2, width=800, height=600
794
- video/x-raw, format=YUY2, width=1024, height=576
795
- video/x-raw, format=YUY2, width=960, height=720
796
- video/x-raw, format=YUY2, width=1280, height=720
797
- video/x-raw, format=YUY2, width=1600, height=896
798
- video/x-raw, format=YUY2, width=1920, height=1080
799
- video/x-raw, format=YUY2, width=2304, height=1296
800
- video/x-raw, format=YUY2, width=2304, height=1536
801
- gst-launch-1.0 libcamerasrc camera-name="/base/scb/pcie\@7d500000/pci\@0\,0/usb\@0\,0-1.2:1.0-046d:085c" ! ...
802
-
803
-
804
- Device found:
805
-
806
- name : C922 Pro Stream Webcam Analog Stereo
807
- class : Audio/Source
808
- 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 ]
809
- audio/x-alaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
810
- audio/x-mulaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
811
- properties:
812
- alsa.resolution_bits = 16
813
- device.api = alsa
814
- device.class = sound
815
- alsa.class = generic
816
- alsa.subclass = generic-mix
817
- alsa.name = "USB\ Audio"
818
- alsa.id = "USB\ Audio"
819
- alsa.subdevice = 0
820
- alsa.subdevice_name = "subdevice\ \#0"
821
- alsa.device = 0
822
- alsa.card = 1
823
- alsa.card_name = "C922\ Pro\ Stream\ Webcam"
824
- alsa.long_card_name = "C922\ Pro\ Stream\ Webcam\ at\ usb-0000:01:00.0-1.2\,\ high\ speed"
825
- alsa.driver_name = snd_usb_audio
826
- device.bus_path = platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2:1.2
827
- sysfs.path = /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2:1.2/sound/card1
828
- udev.id = usb-046d_C922_Pro_Stream_Webcam_8BECCCDF-02
829
- device.bus = usb
830
- device.vendor.id = 046d
831
- device.vendor.name = "Logitech\,\ Inc."
832
- device.product.id = 085c
833
- device.product.name = "C922\ Pro\ Stream\ Webcam"
834
- device.serial = 046d_C922_Pro_Stream_Webcam_8BECCCDF
835
- device.form_factor = webcam
836
- device.string = front:1
837
- device.buffering.buffer_size = 7672
838
- device.buffering.fragment_size = 1916
839
- device.access_mode = mmap
840
- device.profile.name = analog-stereo
841
- device.profile.description = "Analog\ Stereo"
842
- device.description = "C922\ Pro\ Stream\ Webcam\ Analog\ Stereo"
843
- module-udev-detect.discovered = 1
844
- device.icon_name = camera-web-usb
845
- is-default = true
846
- gst-launch-1.0 pulsesrc device=alsa_input.usb-046d_C922_Pro_Stream_Webcam_8BECCCDF-02.analog-stereo ! ...
847
-
848
-
849
- Device found:
850
-
851
- name : Monitor of Built-in Audio Analog Stereo
852
- class : Audio/Source
853
- 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 ]
854
- audio/x-alaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
855
- audio/x-mulaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
856
- properties:
857
- device.description = "Monitor\ of\ Built-in\ Audio\ Analog\ Stereo"
858
- device.class = monitor
859
- alsa.card = 0
860
- alsa.card_name = "bcm2835\ Headphones"
861
- alsa.long_card_name = "bcm2835\ Headphones"
862
- alsa.driver_name = snd_bcm2835
863
- device.bus_path = platform-bcm2835_audio
864
- sysfs.path = /devices/platform/soc/fe00b840.mailbox/bcm2835_audio/sound/card0
865
- device.form_factor = internal
866
- device.string = 0
867
- module-udev-detect.discovered = 1
868
- device.icon_name = audio-card
869
- is-default = false
870
- gst-launch-1.0 pulsesrc device=alsa_output.platform-bcm2835_audio.analog-stereo.monitor ! ...
871
-
872
-
873
- Device found:
874
-
875
- name : Monitor of Built-in Audio Digital Stereo (HDMI)
876
- class : Audio/Source
877
- 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 ]
878
- audio/x-alaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
879
- audio/x-mulaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
880
- properties:
881
- device.description = "Monitor\ of\ Built-in\ Audio\ Digital\ Stereo\ \(HDMI\)"
882
- device.class = monitor
883
- alsa.card = 2
884
- alsa.card_name = vc4-hdmi-0
885
- alsa.long_card_name = vc4-hdmi-0
886
- alsa.driver_name = vc4
887
- device.bus_path = platform-fef00700.hdmi
888
- sysfs.path = /devices/platform/soc/fef00700.hdmi/sound/card2
889
- device.form_factor = internal
890
- device.string = 2
891
- module-udev-detect.discovered = 1
892
- device.icon_name = audio-card
893
- is-default = false
894
- gst-launch-1.0 pulsesrc device=alsa_output.platform-fef00700.hdmi.hdmi-stereo.monitor ! ...
895
-
896
-
897
- Device found:
898
-
899
- name : Built-in Audio Analog Stereo
900
- class : Audio/Sink
901
- 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 ]
902
- audio/x-alaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
903
- audio/x-mulaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
904
- properties:
905
- alsa.resolution_bits = 16
906
- device.api = alsa
907
- device.class = sound
908
- alsa.class = generic
909
- alsa.subclass = generic-mix
910
- alsa.name = "bcm2835\ Headphones"
911
- alsa.id = "bcm2835\ Headphones"
912
- alsa.subdevice = 0
913
- alsa.subdevice_name = "subdevice\ \#0"
914
- alsa.device = 0
915
- alsa.card = 0
916
- alsa.card_name = "bcm2835\ Headphones"
917
- alsa.long_card_name = "bcm2835\ Headphones"
918
- alsa.driver_name = snd_bcm2835
919
- device.bus_path = platform-bcm2835_audio
920
- sysfs.path = /devices/platform/soc/fe00b840.mailbox/bcm2835_audio/sound/card0
921
- device.form_factor = internal
922
- device.string = hw:0
923
- device.buffering.buffer_size = 10576
924
- device.buffering.fragment_size = 2640
925
- device.access_mode = mmap
926
- device.profile.name = analog-stereo
927
- device.profile.description = "Analog\ Stereo"
928
- device.description = "Built-in\ Audio\ Analog\ Stereo"
929
- module-udev-detect.discovered = 1
930
- device.icon_name = audio-card
931
- is-default = true
932
- gst-launch-1.0 ... ! pulsesink device=alsa_output.platform-bcm2835_audio.analog-stereo
933
-
934
-
935
- Device found:
936
-
937
- name : Built-in Audio Digital Stereo (HDMI)
938
- class : Audio/Sink
939
- 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 ]
940
- audio/x-alaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
941
- audio/x-mulaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
942
- properties:
943
- alsa.resolution_bits = 16
944
- device.api = alsa
945
- device.class = sound
946
- alsa.class = generic
947
- alsa.subclass = generic-mix
948
- alsa.name = "MAI\ PCM\ i2s-hifi-0"
949
- alsa.id = "MAI\ PCM\ i2s-hifi-0"
950
- alsa.subdevice = 0
951
- alsa.subdevice_name = "subdevice\ \#0"
952
- alsa.device = 0
953
- alsa.card = 2
954
- alsa.card_name = vc4-hdmi-0
955
- alsa.long_card_name = vc4-hdmi-0
956
- alsa.driver_name = vc4
957
- device.bus_path = platform-fef00700.hdmi
958
- sysfs.path = /devices/platform/soc/fef00700.hdmi/sound/card2
959
- device.form_factor = internal
960
- device.string = hdmi:2
961
- device.buffering.buffer_size = 10576
962
- device.buffering.fragment_size = 2644
963
- device.access_mode = mmap
964
- device.profile.name = hdmi-stereo
965
- device.profile.description = "Digital\ Stereo\ \(HDMI\)"
966
- device.description = "Built-in\ Audio\ Digital\ Stereo\ \(HDMI\)"
967
- module-udev-detect.discovered = 1
968
- device.icon_name = audio-card
969
- is-default = false
970
- gst-launch-1.0 ... ! pulsesink device=alsa_output.platform-fef00700.hdmi.hdmi-stereo
971
-
972
-
973
- Device found:
974
-
975
- name : UvcH264 Video Capture 4
976
- class : Video/CameraSource
977
- caps : video/x-raw, format=YUY2, width=2304, height=1536, pixel-aspect-ratio=1/1, framerate=2/1
978
- video/x-raw, format=YUY2, width=2304, height=1296, pixel-aspect-ratio=1/1, framerate=2/1
979
- video/x-raw, format=YUY2, width=1920, height=1080, pixel-aspect-ratio=1/1, framerate=5/1
980
- video/x-raw, format=YUY2, width=1600, height=896, pixel-aspect-ratio=1/1, framerate={ (fraction)15/2, (fraction)5/1 }
981
- video/x-raw, format=YUY2, width=1280, height=720, pixel-aspect-ratio=1/1, framerate={ (fraction)10/1, (fraction)15/2, (fraction)5/1 }
982
- 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 }
983
- 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 }
984
- 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 }
985
- 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 }
986
- 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 }
987
- video/x-raw, format=YUY2, width=640, 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 }
988
- video/x-raw, format=YUY2, width=640, height=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 }
989
- 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 }
990
- 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 }
991
- video/x-raw, format=YUY2, width=320, 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 }
992
- video/x-raw, format=YUY2, width=320, height=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 }
993
- 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 }
994
- video/x-raw, format=YUY2, width=160, height=120, 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 }
995
- video/x-raw, format=YUY2, width=160, height=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 }
996
- image/jpeg, 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 }
997
- image/jpeg, 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 }
998
- image/jpeg, 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 }
999
- image/jpeg, 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 }
1000
- image/jpeg, 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 }
1001
- image/jpeg, width=800, height=600, 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 }
1002
- image/jpeg, 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 }
1003
- image/jpeg, 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 }
1004
- image/jpeg, width=640, 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 }
1005
- image/jpeg, width=640, height=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 }
1006
- image/jpeg, 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 }
1007
- image/jpeg, 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 }
1008
- image/jpeg, width=320, 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 }
1009
- image/jpeg, width=320, height=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 }
1010
- image/jpeg, 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 }
1011
- image/jpeg, width=160, height=120, 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 }
1012
- image/jpeg, width=160, height=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 }
1013
- properties:
1014
- device.path = /dev/video0
1015
- udev-probed = false
1016
- device.api = uvch264
1017
- v4l2.device.driver = uvcvideo
1018
- v4l2.device.card = "Video\ Capture\ 4"
1019
- v4l2.device.bus_info = usb-0000:01:00.0-1.2
1020
- v4l2.device.version = 330321 (0x00050a51)
1021
- v4l2.device.capabilities = 2225078273 (0x84a00001)
1022
- v4l2.device.device_caps = 69206017 (0x04200001)
1023
- device.is-camerasrc = true
1024
- gst-launch-1.0 uvch264src.vfsrc name=camerasrc ! ... camerasrc.vidsrc ! [video/x-h264] ...
1025
-
1026
-
1027
- Device found:
1028
-
1029
- name : UvcH264 Video Capture 4
1030
- class : Video/CameraSource
1031
- caps : video/x-raw, format=YUY2, width=2304, height=1536, pixel-aspect-ratio=1/1, framerate=2/1
1032
- video/x-raw, format=YUY2, width=2304, height=1296, pixel-aspect-ratio=1/1, framerate=2/1
1033
- video/x-raw, format=YUY2, width=1920, height=1080, pixel-aspect-ratio=1/1, framerate=5/1
1034
- video/x-raw, format=YUY2, width=1600, height=896, pixel-aspect-ratio=1/1, framerate={ (fraction)15/2, (fraction)5/1 }
1035
- video/x-raw, format=YUY2, width=1280, height=720, pixel-aspect-ratio=1/1, framerate={ (fraction)10/1, (fraction)15/2, (fraction)5/1 }
1036
- 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 }
1037
- 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 }
1038
- 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 }
1039
- 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 }
1040
- 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 }
1041
- video/x-raw, format=YUY2, width=640, 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 }
1042
- video/x-raw, format=YUY2, width=640, height=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 }
1043
- 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 }
1044
- 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 }
1045
- video/x-raw, format=YUY2, width=320, 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 }
1046
- video/x-raw, format=YUY2, width=320, height=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 }
1047
- 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 }
1048
- video/x-raw, format=YUY2, width=160, height=120, 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 }
1049
- video/x-raw, format=YUY2, width=160, height=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 }
1050
- image/jpeg, 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 }
1051
- image/jpeg, 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 }
1052
- image/jpeg, 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 }
1053
- image/jpeg, 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 }
1054
- image/jpeg, 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 }
1055
- image/jpeg, width=800, height=600, 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 }
1056
- image/jpeg, 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 }
1057
- image/jpeg, 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 }
1058
- image/jpeg, width=640, 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 }
1059
- image/jpeg, width=640, height=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 }
1060
- image/jpeg, 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 }
1061
- image/jpeg, 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 }
1062
- image/jpeg, width=320, 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 }
1063
- image/jpeg, width=320, height=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 }
1064
- image/jpeg, 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 }
1065
- image/jpeg, width=160, height=120, 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 }
1066
- image/jpeg, width=160, height=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 }
1067
- properties:
1068
- udev-probed = true
1069
- device.bus_path = platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2:1.0
1070
- sysfs.path = /sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2:1.0/video4linux/video0
1071
- device.bus = usb
1072
- device.subsystem = video4linux
1073
- device.vendor.id = 046d
1074
- device.vendor.name = 046d
1075
- device.product.id = 085c
1076
- device.product.name = "Video\ Capture\ 4"
1077
- device.serial = 046d_C922_Pro_Stream_Webcam_8BECCCDF
1078
- device.capabilities = :capture:
1079
- device.api = uvch264
1080
- device.path = /dev/video0
1081
- v4l2.device.driver = uvcvideo
1082
- v4l2.device.card = "Video\ Capture\ 4"
1083
- v4l2.device.bus_info = usb-0000:01:00.0-1.2
1084
- v4l2.device.version = 330321 (0x00050a51)
1085
- v4l2.device.capabilities = 2225078273 (0x84a00001)
1086
- v4l2.device.device_caps = 69206017 (0x04200001)
1087
- device.is-camerasrc = true
1088
- gst-launch-1.0 uvch264src.vfsrc name=camerasrc ! ... camerasrc.vidsrc ! [video/x-h264] ...
1089
-
1090
- `;
1091
- const devices = await testGetDevices({
1092
- gstDeviceMonitor: () => gstOutput,
1093
- });
1094
- assert_1.default.equal(devices.length, 1);
1095
- assert_1.default.equal(devices[0].id, '/dev/video0');
1096
- assert_1.default.equal(devices[0].name, 'UvcH264 Video Capture 4 (/dev/video0)');
1097
- assert_1.default.equal(JSON.stringify(devices[0].caps), JSON.stringify([{
1098
- type: "video/x-raw",
1099
- width: 2304,
1100
- height: 1536,
1101
- framerate: 2
1102
- }, {
1103
- type: "video/x-raw",
1104
- width: 2304,
1105
- height: 1296,
1106
- framerate: 2
1107
- }, {
1108
- type: "video/x-raw",
1109
- width: 1920,
1110
- height: 1080,
1111
- framerate: 5
1112
- }, {
1113
- type: "video/x-raw",
1114
- width: 1600,
1115
- height: 896,
1116
- framerate: 15
1117
- }, {
1118
- type: "video/x-raw",
1119
- width: 1280,
1120
- height: 720,
1121
- framerate: 10
1122
- }, {
1123
- type: "video/x-raw",
1124
- width: 960,
1125
- height: 720,
1126
- framerate: 15
1127
- }, {
1128
- type: "video/x-raw",
1129
- width: 1024,
1130
- height: 576,
1131
- framerate: 15
1132
- }, {
1133
- type: "video/x-raw",
1134
- width: 800,
1135
- height: 600,
1136
- framerate: 24
1137
- }, {
1138
- type: "video/x-raw",
1139
- width: 864,
1140
- height: 480,
1141
- framerate: 24
1142
- }, {
1143
- type: "video/x-raw",
1144
- width: 800,
1145
- height: 448,
1146
- framerate: 30
1147
- }, {
1148
- type: "video/x-raw",
1149
- width: 640,
1150
- height: 480,
1151
- framerate: 30
1152
- }, {
1153
- type: "video/x-raw",
1154
- width: 640,
1155
- height: 360,
1156
- framerate: 30
1157
- }, {
1158
- type: "video/x-raw",
1159
- width: 432,
1160
- height: 240,
1161
- framerate: 30
1162
- }, {
1163
- type: "video/x-raw",
1164
- width: 352,
1165
- height: 288,
1166
- framerate: 30
1167
- }, {
1168
- type: "video/x-raw",
1169
- width: 320,
1170
- height: 240,
1171
- framerate: 30
1172
- }, {
1173
- type: "video/x-raw",
1174
- width: 320,
1175
- height: 180,
1176
- framerate: 30
1177
- }, {
1178
- type: "video/x-raw",
1179
- width: 176,
1180
- height: 144,
1181
- framerate: 30
1182
- }, {
1183
- type: "video/x-raw",
1184
- width: 160,
1185
- height: 120,
1186
- framerate: 30
1187
- }, {
1188
- type: "video/x-raw",
1189
- width: 160,
1190
- height: 90,
1191
- framerate: 30
1192
- }, {
1193
- type: "image/jpeg",
1194
- width: 1920,
1195
- height: 1080,
1196
- framerate: 30
1197
- }, {
1198
- type: "image/jpeg",
1199
- width: 1600,
1200
- height: 896,
1201
- framerate: 30
1202
- }, {
1203
- type: "image/jpeg",
1204
- width: 1280,
1205
- height: 720,
1206
- framerate: 60
1207
- }, {
1208
- type: "image/jpeg",
1209
- width: 960,
1210
- height: 720,
1211
- framerate: 30
1212
- }, {
1213
- type: "image/jpeg",
1214
- width: 1024,
1215
- height: 576,
1216
- framerate: 30
1217
- }, {
1218
- type: "image/jpeg",
1219
- width: 800,
1220
- height: 600,
1221
- framerate: 30
1222
- }, {
1223
- type: "image/jpeg",
1224
- width: 864,
1225
- height: 480,
1226
- framerate: 30
1227
- }
1228
- ]));
1229
- });
1230
- it("logitech c920 on ubuntu 22 parallells", async () => {
1231
- const gstOutput = `Probing devices...
1232
- Device found:
1233
- name : HD Pro Webcam C920
1234
- class : Video/Source
1235
- 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 }
1236
- 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 }
1237
- 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 }
1238
- 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 }
1239
- 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 }
1240
- 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 }
1241
- 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 }
1242
- 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 }
1243
- 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 }
1244
- 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 }
1245
- 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 }
1246
- 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 }
1247
- video/x-raw, format=YUY2, width=960, height=720, framerate={ (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
1248
- video/x-raw, format=YUY2, width=1024, height=576, framerate={ (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
1249
- video/x-raw, format=YUY2, width=1280, height=720, framerate={ (fraction)10/1, (fraction)15/2, (fraction)5/1 }
1250
- video/x-raw, format=YUY2, width=1600, height=896, framerate={ (fraction)15/2, (fraction)5/1 }
1251
- 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 }
1252
- 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 }
1253
- 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 }
1254
- 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 }
1255
- 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 }
1256
- 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 }
1257
- 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 }
1258
- 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 }
1259
- 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 }
1260
- 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 }
1261
- 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 }
1262
- 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 }
1263
- 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 }
1264
- 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 }
1265
- 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 }
1266
- 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 }
1267
- 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 }
1268
- properties:
1269
- object.path = v4l2:/dev/video0
1270
- device.api = v4l2
1271
- media.class = Video/Source
1272
- device.product.id = 2277
1273
- device.vendor.id = 1133
1274
- api.v4l2.path = /dev/video0
1275
- api.v4l2.cap.driver = uvcvideo
1276
- api.v4l2.cap.card = "HD\ Pro\ Webcam\ C920"
1277
- api.v4l2.cap.bus_info = usb-0000:00:1d.7-14
1278
- api.v4l2.cap.version = 6.5.13
1279
- api.v4l2.cap.capabilities = 84a00001
1280
- api.v4l2.cap.device-caps = 04200001
1281
- device.id = 33
1282
- node.name = v4l2_input.pci-0000_00_1d.7-usb-0_14_1.0.2
1283
- node.description = "HD\ Pro\ Webcam\ C920"
1284
- factory.name = api.v4l2.source
1285
- node.pause-on-idle = false
1286
- factory.id = 10
1287
- client.id = 32
1288
- clock.quantum-limit = 8192
1289
- media.role = Camera
1290
- node.driver = true
1291
- object.id = 35
1292
- object.serial = 40
1293
- gst-launch-1.0 pipewiresrc path=35 ! ...
1294
- Device found:
1295
- name : Monitor of Built-in Audio Analog Stereo
1296
- class : Audio/Source
1297
- 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 ]
1298
- audio/x-alaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
1299
- audio/x-mulaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
1300
- properties:
1301
- device.description = "Monitor\ of\ Built-in\ Audio\ Analog\ Stereo"
1302
- device.class = monitor
1303
- alsa.card = 0
1304
- alsa.card_name = "Intel\ 82801BA-ICH2"
1305
- alsa.long_card_name = "Intel\ 82801BA-ICH2\ with\ ALC850\ at\ irq\ 17"
1306
- alsa.driver_name = snd_intel8x0
1307
- device.bus_path = pci-0000:00:1f.4
1308
- sysfs.path = /devices/pci0000:00/0000:00:1f.4/sound/card0
1309
- device.bus = pci
1310
- device.vendor.id = 8086
1311
- device.vendor.name = "Intel\ Corporation"
1312
- device.product.id = 2445
1313
- device.product.name = "82801BA/BAM\ AC\'97\ Audio\ Controller"
1314
- device.form_factor = internal
1315
- device.string = 0
1316
- module-udev-detect.discovered = 1
1317
- device.icon_name = audio-card-pci
1318
- is-default = false
1319
- gst-launch-1.0 pulsesrc device=alsa_output.pci-0000_00_1f.4.analog-stereo.monitor ! ...
1320
- Device found:
1321
- name : Built-in Audio Analog Stereo
1322
- class : Audio/Source
1323
- 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 ]
1324
- audio/x-alaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
1325
- audio/x-mulaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
1326
- properties:
1327
- alsa.resolution_bits = 16
1328
- device.api = alsa
1329
- device.class = sound
1330
- alsa.class = generic
1331
- alsa.subclass = generic-mix
1332
- alsa.name = "Intel\ 82801BA-ICH2"
1333
- alsa.id = "Intel\ ICH"
1334
- alsa.subdevice = 0
1335
- alsa.subdevice_name = "subdevice\ \#0"
1336
- alsa.device = 0
1337
- alsa.card = 0
1338
- alsa.card_name = "Intel\ 82801BA-ICH2"
1339
- alsa.long_card_name = "Intel\ 82801BA-ICH2\ with\ ALC850\ at\ irq\ 17"
1340
- alsa.driver_name = snd_intel8x0
1341
- device.bus_path = pci-0000:00:1f.4
1342
- sysfs.path = /devices/pci0000:00/0000:00:1f.4/sound/card0
1343
- device.bus = pci
1344
- device.vendor.id = 8086
1345
- device.vendor.name = "Intel\ Corporation"
1346
- device.product.id = 2445
1347
- device.product.name = "82801BA/BAM\ AC\'97\ Audio\ Controller"
1348
- device.form_factor = internal
1349
- device.string = front:0
1350
- device.buffering.buffer_size = 17632
1351
- device.buffering.fragment_size = 4408
1352
- device.access_mode = mmap
1353
- device.profile.name = analog-stereo
1354
- device.profile.description = "Analog\ Stereo"
1355
- device.description = "Built-in\ Audio\ Analog\ Stereo"
1356
- module-udev-detect.discovered = 1
1357
- device.icon_name = audio-card-pci
1358
- is-default = false
1359
- gst-launch-1.0 pulsesrc device=alsa_input.pci-0000_00_1f.4.analog-stereo ! ...
1360
- Device found:
1361
- name : HD Pro Webcam C920 Analog Stereo
1362
- class : Audio/Source
1363
- 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 ]
1364
- audio/x-alaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
1365
- audio/x-mulaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
1366
- properties:
1367
- alsa.resolution_bits = 16
1368
- device.api = alsa
1369
- device.class = sound
1370
- alsa.class = generic
1371
- alsa.subclass = generic-mix
1372
- alsa.name = "USB\ Audio"
1373
- alsa.id = "USB\ Audio"
1374
- alsa.subdevice = 0
1375
- alsa.subdevice_name = "subdevice\ \#0"
1376
- alsa.device = 0
1377
- alsa.card = 1
1378
- alsa.card_name = "HD\ Pro\ Webcam\ C920"
1379
- alsa.long_card_name = "HD\ Pro\ Webcam\ C920\ at\ usb-0000:00:1d.7-14\,\ high\ speed"
1380
- alsa.driver_name = snd_usb_audio
1381
- device.bus_path = pci-0000:00:1d.7-usb-0:14:1.2
1382
- sysfs.path = /devices/pci0000:00/0000:00:1d.7/usb1/1-14/1-14:1.2/sound/card1
1383
- udev.id = usb-046d_HD_Pro_Webcam_C920_0D7DE91F-02
1384
- device.bus = usb
1385
- device.vendor.id = 046d
1386
- device.vendor.name = "Logitech\,\ Inc."
1387
- device.product.id = 08e5
1388
- device.product.name = "HD\ Pro\ Webcam\ C920"
1389
- device.serial = 046d_HD_Pro_Webcam_C920_0D7DE91F
1390
- device.form_factor = webcam
1391
- device.string = front:1
1392
- device.buffering.buffer_size = 12792
1393
- device.buffering.fragment_size = 3196
1394
- device.access_mode = mmap
1395
- device.profile.name = analog-stereo
1396
- device.profile.description = "Analog\ Stereo"
1397
- device.description = "HD\ Pro\ Webcam\ C920\ Analog\ Stereo"
1398
- module-udev-detect.discovered = 1
1399
- device.icon_name = camera-web-usb
1400
- is-default = true
1401
- gst-launch-1.0 pulsesrc device=alsa_input.usb-046d_HD_Pro_Webcam_C920_0D7DE91F-02.analog-stereo ! ...
1402
- Device found:
1403
- name : Built-in Audio Analog Stereo
1404
- class : Audio/Sink
1405
- 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 ]
1406
- audio/x-alaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
1407
- audio/x-mulaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
1408
- properties:
1409
- alsa.resolution_bits = 16
1410
- device.api = alsa
1411
- device.class = sound
1412
- alsa.class = generic
1413
- alsa.subclass = generic-mix
1414
- alsa.name = "Intel\ 82801BA-ICH2"
1415
- alsa.id = "Intel\ ICH"
1416
- alsa.subdevice = 0
1417
- alsa.subdevice_name = "subdevice\ \#0"
1418
- alsa.device = 0
1419
- alsa.card = 0
1420
- alsa.card_name = "Intel\ 82801BA-ICH2"
1421
- alsa.long_card_name = "Intel\ 82801BA-ICH2\ with\ ALC850\ at\ irq\ 17"
1422
- alsa.driver_name = snd_intel8x0
1423
- device.bus_path = pci-0000:00:1f.4
1424
- sysfs.path = /devices/pci0000:00/0000:00:1f.4/sound/card0
1425
- device.bus = pci
1426
- device.vendor.id = 8086
1427
- device.vendor.name = "Intel\ Corporation"
1428
- device.product.id = 2445
1429
- device.product.name = "82801BA/BAM\ AC\'97\ Audio\ Controller"
1430
- device.form_factor = internal
1431
- device.string = front:0
1432
- device.buffering.buffer_size = 17632
1433
- device.buffering.fragment_size = 4408
1434
- device.access_mode = mmap
1435
- device.profile.name = analog-stereo
1436
- device.profile.description = "Analog\ Stereo"
1437
- device.description = "Built-in\ Audio\ Analog\ Stereo"
1438
- module-udev-detect.discovered = 1
1439
- device.icon_name = audio-card-pci
1440
- is-default = true
1441
- gst-launch-1.0 ... ! pulsesink device=alsa_output.pci-0000_00_1f.4.analog-stereo
1442
- `;
1443
- const devices = await testGetDevices({
1444
- gstDeviceMonitor: () => gstOutput,
1445
- });
1446
- assert_1.default.equal(devices.length, 1);
1447
- assert_1.default.equal(devices[0].id, '/dev/video0');
1448
- assert_1.default.equal(devices[0].name, 'HD Pro Webcam C920');
1449
- assert_1.default.equal(JSON.stringify(devices[0].caps), JSON.stringify([
1450
- {
1451
- "type": "video/x-raw",
1452
- "width": 640,
1453
- "height": 480,
1454
- "framerate": 30
1455
- },
1456
- {
1457
- "type": "video/x-raw",
1458
- "width": 160,
1459
- "height": 90,
1460
- "framerate": 30
1461
- },
1462
- {
1463
- "type": "video/x-raw",
1464
- "width": 160,
1465
- "height": 120,
1466
- "framerate": 30
1467
- },
1468
- {
1469
- "type": "video/x-raw",
1470
- "width": 176,
1471
- "height": 144,
1472
- "framerate": 30
1473
- },
1474
- {
1475
- "type": "video/x-raw",
1476
- "width": 320,
1477
- "height": 180,
1478
- "framerate": 30
1479
- },
1480
- {
1481
- "type": "video/x-raw",
1482
- "width": 320,
1483
- "height": 240,
1484
- "framerate": 30
1485
- },
1486
- {
1487
- "type": "video/x-raw",
1488
- "width": 352,
1489
- "height": 288,
1490
- "framerate": 30
1491
- },
1492
- {
1493
- "type": "video/x-raw",
1494
- "width": 432,
1495
- "height": 240,
1496
- "framerate": 30
1497
- },
1498
- {
1499
- "type": "video/x-raw",
1500
- "width": 640,
1501
- "height": 360,
1502
- "framerate": 30
1503
- },
1504
- {
1505
- "type": "video/x-raw",
1506
- "width": 800,
1507
- "height": 448,
1508
- "framerate": 30
1509
- },
1510
- {
1511
- "type": "video/x-raw",
1512
- "width": 800,
1513
- "height": 600,
1514
- "framerate": 24
1515
- },
1516
- {
1517
- "type": "video/x-raw",
1518
- "width": 864,
1519
- "height": 480,
1520
- "framerate": 24
1521
- },
1522
- {
1523
- "type": "video/x-raw",
1524
- "width": 960,
1525
- "height": 720,
1526
- "framerate": 15
1527
- },
1528
- {
1529
- "type": "video/x-raw",
1530
- "width": 1024,
1531
- "height": 576,
1532
- "framerate": 15
1533
- },
1534
- {
1535
- "type": "video/x-raw",
1536
- "width": 1280,
1537
- "height": 720,
1538
- "framerate": 10
1539
- },
1540
- {
1541
- "type": "video/x-raw",
1542
- "width": 1600,
1543
- "height": 896,
1544
- "framerate": 15
1545
- },
1546
- {
1547
- "type": "image/jpeg",
1548
- "width": 800,
1549
- "height": 600,
1550
- "framerate": 30
1551
- },
1552
- {
1553
- "type": "image/jpeg",
1554
- "width": 864,
1555
- "height": 480,
1556
- "framerate": 30
1557
- },
1558
- {
1559
- "type": "image/jpeg",
1560
- "width": 960,
1561
- "height": 720,
1562
- "framerate": 30
1563
- },
1564
- {
1565
- "type": "image/jpeg",
1566
- "width": 1024,
1567
- "height": 576,
1568
- "framerate": 30
1569
- },
1570
- {
1571
- "type": "image/jpeg",
1572
- "width": 1280,
1573
- "height": 720,
1574
- "framerate": 30
1575
- },
1576
- {
1577
- "type": "image/jpeg",
1578
- "width": 1600,
1579
- "height": 896,
1580
- "framerate": 30
1581
- },
1582
- {
1583
- "type": "image/jpeg",
1584
- "width": 1920,
1585
- "height": 1080,
1586
- "framerate": 30
1587
- }
1588
- ]));
1589
- });
1590
- // https://github.com/edgeimpulse/edgeimpulse/issues/3975
1591
- it("renesas w/ usb camera", async () => {
1592
- const gstOutput = `Probing devices...
1593
-
1594
-
1595
- Device found:
1596
-
1597
- name : HD Pro Webcam C920
1598
- class : Video/Source
1599
- caps : video/x-raw, format=(string)YUY2, width=(int)2304, height=(int)1536, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)2/1;
1600
- video/x-raw, format=(string)YUY2, width=(int)2304, height=(int)1296, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)2/1;
1601
- video/x-raw, format=(string)YUY2, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)5/1;
1602
- video/x-raw, format=(string)YUY2, width=(int)1600, height=(int)896, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 15/2, 5/1 };
1603
- video/x-raw, format=(string)YUY2, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 10/1, 15/2, 5/1 };
1604
- video/x-raw, format=(string)YUY2, width=(int)960, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 15/1, 10/1, 15/2, 5/1 };
1605
- video/x-raw, format=(string)YUY2, width=(int)1024, height=(int)576, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 15/1, 10/1, 15/2, 5/1 };
1606
- video/x-raw, format=(string)YUY2, width=(int)800, height=(int)600, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1607
- video/x-raw, format=(string)YUY2, width=(int)864, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1608
- video/x-raw, format=(string)YUY2, width=(int)800, height=(int)448, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1609
- video/x-raw, format=(string)YUY2, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1610
- video/x-raw, format=(string)YUY2, width=(int)640, height=(int)360, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1611
- video/x-raw, format=(string)YUY2, width=(int)432, height=(int)240, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1612
- video/x-raw, format=(string)YUY2, width=(int)352, height=(int)288, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1613
- video/x-raw, format=(string)YUY2, width=(int)320, height=(int)240, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1614
- video/x-raw, format=(string)YUY2, width=(int)320, height=(int)180, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1615
- video/x-raw, format=(string)YUY2, width=(int)176, height=(int)144, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1616
- video/x-raw, format=(string)YUY2, width=(int)160, height=(int)120, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1617
- video/x-raw, format=(string)YUY2, width=(int)160, height=(int)90, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1618
- image/jpeg, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1619
- image/jpeg, width=(int)1600, height=(int)896, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1620
- image/jpeg, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1621
- image/jpeg, width=(int)960, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1622
- image/jpeg, width=(int)1024, height=(int)576, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1623
- image/jpeg, width=(int)800, height=(int)600, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1624
- image/jpeg, width=(int)864, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1625
- image/jpeg, width=(int)800, height=(int)448, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1626
- image/jpeg, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1627
- image/jpeg, width=(int)640, height=(int)360, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1628
- image/jpeg, width=(int)432, height=(int)240, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1629
- image/jpeg, width=(int)352, height=(int)288, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1630
- image/jpeg, width=(int)320, height=(int)240, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1631
- image/jpeg, width=(int)320, height=(int)180, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1632
- image/jpeg, width=(int)176, height=(int)144, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1633
- image/jpeg, width=(int)160, height=(int)120, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1634
- image/jpeg, width=(int)160, height=(int)90, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1635
- video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1636
- video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)1600, height=(int)896, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1637
- video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1638
- video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)960, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1639
- video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)1024, height=(int)576, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1640
- video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)800, height=(int)600, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1641
- video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)864, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1642
- video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)800, height=(int)448, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1643
- video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1644
- video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)640, height=(int)360, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1645
- video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)432, height=(int)240, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1646
- video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)352, height=(int)288, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1647
- video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)320, height=(int)240, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1648
- video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)320, height=(int)180, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1649
- video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)176, height=(int)144, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1650
- video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)160, height=(int)120, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1651
- video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)160, height=(int)90, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
1652
- properties:
1653
- udev-probed = true
1654
- device.bus_path = platform-11c70100.usb-usb-0:1:1.0
1655
- sysfs.path = /sys/devices/platform/soc/11c70100.usb/usb2/2-1/2-1:1.0/video4linux/video1
1656
- device.bus = usb
1657
- device.subsystem = video4linux
1658
- device.vendor.id = 046d
1659
- device.vendor.name = 046d
1660
- device.product.id = 082d
1661
- device.product.name = "HD\ Pro\ Webcam\ C920"
1662
- device.serial = 046d_HD_Pro_Webcam_C920_EB8A47AF
1663
- device.capabilities = :capture:
1664
- device.api = v4l2
1665
- device.path = /dev/video1
1666
- v4l2.device.driver = uvcvideo
1667
- v4l2.device.card = "HD\ Pro\ Webcam\ C920"
1668
- v4l2.device.bus_info = usb-11c70100.usb-1
1669
- v4l2.device.version = 267173 (0x000413a5)
1670
- v4l2.device.capabilities = 2225078273 (0x84a00001)
1671
- v4l2.device.device_caps = 69206017 (0x04200001)
1672
- gst-launch-1.0 v4l2src device=/dev/video1 ! ...
1673
-
1674
- `;
1675
- const devices = await testGetDevices({
1676
- gstDeviceMonitor: () => gstOutput,
1677
- });
1678
- assert_1.default.equal(devices.length, 1);
1679
- assert_1.default.equal(devices[0].id, '/dev/video1');
1680
- assert_1.default.equal(devices[0].name, 'HD Pro Webcam C920');
1681
- assert_1.default.equal(JSON.stringify(devices[0].caps), JSON.stringify([{
1682
- type: "video/x-raw",
1683
- width: 2304,
1684
- height: 1536,
1685
- framerate: 2
1686
- },
1687
- {
1688
- type: "video/x-raw",
1689
- width: 2304,
1690
- height: 1296,
1691
- framerate: 2
1692
- },
1693
- {
1694
- type: "video/x-raw",
1695
- width: 1920,
1696
- height: 1080,
1697
- framerate: 5
1698
- },
1699
- {
1700
- type: "video/x-raw",
1701
- width: 1600,
1702
- height: 896,
1703
- framerate: 15
1704
- },
1705
- {
1706
- type: "video/x-raw",
1707
- width: 1280,
1708
- height: 720,
1709
- framerate: 10
1710
- },
1711
- {
1712
- type: "video/x-raw",
1713
- width: 960,
1714
- height: 720,
1715
- framerate: 15
1716
- },
1717
- {
1718
- type: "video/x-raw",
1719
- width: 1024,
1720
- height: 576,
1721
- framerate: 15
1722
- },
1723
- {
1724
- type: "video/x-raw",
1725
- width: 800,
1726
- height: 600,
1727
- framerate: 24
1728
- },
1729
- {
1730
- type: "video/x-raw",
1731
- width: 864,
1732
- height: 480,
1733
- framerate: 24
1734
- },
1735
- {
1736
- type: "video/x-raw",
1737
- width: 800,
1738
- height: 448,
1739
- framerate: 30
1740
- },
1741
- {
1742
- type: "video/x-raw",
1743
- width: 640,
1744
- height: 480,
1745
- framerate: 30
1746
- },
1747
- {
1748
- type: "video/x-raw",
1749
- width: 640,
1750
- height: 360,
1751
- framerate: 30
1752
- },
1753
- {
1754
- type: "video/x-raw",
1755
- width: 432,
1756
- height: 240,
1757
- framerate: 30
1758
- },
1759
- {
1760
- type: "video/x-raw",
1761
- width: 352,
1762
- height: 288,
1763
- framerate: 30
1764
- },
1765
- {
1766
- type: "video/x-raw",
1767
- width: 320,
1768
- height: 240,
1769
- framerate: 30
1770
- },
1771
- {
1772
- type: "video/x-raw",
1773
- width: 320,
1774
- height: 180,
1775
- framerate: 30
1776
- },
1777
- {
1778
- type: "video/x-raw",
1779
- width: 176,
1780
- height: 144,
1781
- framerate: 30
1782
- },
1783
- {
1784
- type: "video/x-raw",
1785
- width: 160,
1786
- height: 120,
1787
- framerate: 30
1788
- },
1789
- {
1790
- type: "video/x-raw",
1791
- width: 160,
1792
- height: 90,
1793
- framerate: 30
1794
- },
1795
- {
1796
- type: "image/jpeg",
1797
- width: 1920,
1798
- height: 1080,
1799
- framerate: 30
1800
- },
1801
- {
1802
- type: "image/jpeg",
1803
- width: 1600,
1804
- height: 896,
1805
- framerate: 30
1806
- },
1807
- {
1808
- type: "image/jpeg",
1809
- width: 1280,
1810
- height: 720,
1811
- framerate: 30
1812
- },
1813
- {
1814
- type: "image/jpeg",
1815
- width: 960,
1816
- height: 720,
1817
- framerate: 30
1818
- },
1819
- {
1820
- type: "image/jpeg",
1821
- width: 1024,
1822
- height: 576,
1823
- framerate: 30
1824
- },
1825
- {
1826
- type: "image/jpeg",
1827
- width: 800,
1828
- height: 600,
1829
- framerate: 30
1830
- },
1831
- {
1832
- type: "image/jpeg",
1833
- width: 864,
1834
- height: 480,
1835
- framerate: 30
1836
- }
1837
- ]));
1838
- });
1839
- // https://github.com/edgeimpulse/edgeimpulse/issues/3975
1840
- it("renesas w/ csi camera", async () => {
1841
- const gstOutput = `Probing devices...
1842
-
1843
-
1844
- Device found:
1845
-
1846
- name : RZG2L_CRU
1847
- class : Video/Source
1848
- caps : video/x-raw, format=(string)YUY2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 320, 2800 ], height=(int)[ 240, 4096 ], pixel-aspect-ratio=(fraction)1/1;
1849
- video/x-raw, format=(string)UYVY, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 320, 2800 ], height=(int)[ 240, 4096 ], pixel-aspect-ratio=(fraction)1/1;
1850
- video/x-raw, format=(string)ARGB, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 320, 2800 ], height=(int)[ 240, 4096 ], pixel-aspect-ratio=(fraction)1/1;
1851
- video/x-raw, format=(string)BGRA, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 320, 2800 ], height=(int)[ 240, 4096 ], pixel-aspect-ratio=(fraction)1/1;
1852
- video/x-raw, format=(string)BGRx, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 320, 2800 ], height=(int)[ 240, 4096 ], pixel-aspect-ratio=(fraction)1/1;
1853
- video/x-raw, format=(string)BGR, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 320, 2800 ], height=(int)[ 240, 4096 ], pixel-aspect-ratio=(fraction)1/1;
1854
- video/x-raw, format=(string)NV16, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 320, 2800 ], height=(int)[ 240, 4096 ], pixel-aspect-ratio=(fraction)1/1;
1855
- video/x-bayer, format=(string)gbrg, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 320, 2800 ], height=(int)[ 240, 4096 ], pixel-aspect-ratio=(fraction)1/1;
1856
- video/x-bayer, format=(string)grbg, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 320, 2800 ], height=(int)[ 240, 4096 ], pixel-aspect-ratio=(fraction)1/1;
1857
- video/x-bayer, format=(string)bggr, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 320, 2800 ], height=(int)[ 240, 4096 ], pixel-aspect-ratio=(fraction)1/1;
1858
- video/x-bayer, format=(string)rggb, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 320, 2800 ], height=(int)[ 240, 4096 ], pixel-aspect-ratio=(fraction)1/1;
1859
- video/x-raw, format=(string)GRAY8, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 320, 2800 ], height=(int)[ 240, 4096 ], pixel-aspect-ratio=(fraction)1/1;
1860
- properties:
1861
- udev-probed = true
1862
- device.bus_path = platform-10830000.video
1863
- sysfs.path = /sys/devices/platform/soc/10830000.video/video4linux/video0
1864
- device.subsystem = video4linux
1865
- device.product.name = RZG2L_CRU
1866
- device.capabilities = :capture:
1867
- device.api = v4l2
1868
- device.path = /dev/video0
1869
- v4l2.device.driver = rzg2l_cru
1870
- v4l2.device.card = RZG2L_CRU
1871
- v4l2.device.bus_info = platform:10830000.video
1872
- v4l2.device.version = 267173 (0x000413a5)
1873
- v4l2.device.capabilities = 2233466881 (0x85200001)
1874
- v4l2.device.device_caps = 85983233 (0x05200001)
1875
- gst-launch-1.0 v4l2src ! ...
1876
- `;
1877
- const devices = await testGetDevices({
1878
- gstDeviceMonitor: () => gstOutput,
1879
- });
1880
- assert_1.default.equal(devices.length, 1);
1881
- assert_1.default.equal(devices[0].id, '/dev/video0');
1882
- assert_1.default.equal(devices[0].name, 'RZG2L_CRU');
1883
- assert_1.default.equal(JSON.stringify(devices[0].caps), JSON.stringify([{
1884
- type: "video/x-raw",
1885
- width: 640,
1886
- height: 480,
1887
- framerate: 0
1888
- }]));
1889
- });
1890
- // Tested locally (Jan)
1891
- it("logitech c922 on rpi bullseye #2", async () => {
1892
- const gstOutput = `Probing devices...
1893
-
1894
- [1698:57:08.508902920] [22184] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3156-f4070274
1895
-
1896
- Device found:
1897
-
1898
- name : /base/scb/pcie@7d500000/pci@1,0/usb@1,0-1.1:1.0-046d:085c
1899
- class : Source/Video
1900
- caps : image/jpeg, width=160, height=90
1901
- image/jpeg, width=160, height=120
1902
- image/jpeg, width=176, height=144
1903
- image/jpeg, width=320, height=180
1904
- image/jpeg, width=320, height=240
1905
- image/jpeg, width=352, height=288
1906
- image/jpeg, width=432, height=240
1907
- image/jpeg, width=640, height=360
1908
- image/jpeg, width=640, height=480
1909
- image/jpeg, width=800, height=448
1910
- image/jpeg, width=864, height=480
1911
- image/jpeg, width=800, height=600
1912
- image/jpeg, width=1024, height=576
1913
- image/jpeg, width=960, height=720
1914
- image/jpeg, width=1280, height=720
1915
- image/jpeg, width=1600, height=896
1916
- image/jpeg, width=1920, height=1080
1917
- video/x-raw, format=YUY2, width=160, height=90
1918
- video/x-raw, format=YUY2, width=160, height=120
1919
- video/x-raw, format=YUY2, width=176, height=144
1920
- video/x-raw, format=YUY2, width=320, height=180
1921
- video/x-raw, format=YUY2, width=320, height=240
1922
- video/x-raw, format=YUY2, width=352, height=288
1923
- video/x-raw, format=YUY2, width=432, height=240
1924
- video/x-raw, format=YUY2, width=640, height=360
1925
- video/x-raw, format=YUY2, width=640, height=480
1926
- video/x-raw, format=YUY2, width=800, height=448
1927
- video/x-raw, format=YUY2, width=864, height=480
1928
- video/x-raw, format=YUY2, width=800, height=600
1929
- video/x-raw, format=YUY2, width=1024, height=576
1930
- video/x-raw, format=YUY2, width=960, height=720
1931
- video/x-raw, format=YUY2, width=1280, height=720
1932
- video/x-raw, format=YUY2, width=1600, height=896
1933
- video/x-raw, format=YUY2, width=1920, height=1080
1934
- video/x-raw, format=YUY2, width=2304, height=1296
1935
- video/x-raw, format=YUY2, width=2304, height=1536
1936
- gst-launch-1.0 libcamerasrc camera-name="/base/scb/pcie\@7d500000/pci\@1\,0/usb\@1\,0-1.1:1.0-046d:085c" ! ...
1937
-
1938
-
1939
- Device found:
1940
-
1941
- name : Monitor of Built-in Audio Analog Stereo
1942
- class : Audio/Source
1943
- 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 ]
1944
- audio/x-alaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
1945
- audio/x-mulaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
1946
- properties:
1947
- device.description = "Monitor\ of\ Built-in\ Audio\ Analog\ Stereo"
1948
- device.class = monitor
1949
- alsa.card = 0
1950
- alsa.card_name = "bcm2835\ Headphones"
1951
- alsa.long_card_name = "bcm2835\ Headphones"
1952
- alsa.driver_name = snd_bcm2835
1953
- device.bus_path = platform-bcm2835_audio
1954
- sysfs.path = /devices/platform/soc/fe00b840.mailbox/bcm2835_audio/sound/card0
1955
- device.form_factor = internal
1956
- device.string = 0
1957
- module-udev-detect.discovered = 1
1958
- device.icon_name = audio-card
1959
- is-default = false
1960
- gst-launch-1.0 pulsesrc device=alsa_output.platform-bcm2835_audio.analog-stereo.monitor ! ...
1961
-
1962
-
1963
- Device found:
1964
-
1965
- name : C922 Pro Stream Webcam Analog Stereo
1966
- class : Audio/Source
1967
- 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 ]
1968
- audio/x-alaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
1969
- audio/x-mulaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
1970
- properties:
1971
- alsa.resolution_bits = 16
1972
- device.api = alsa
1973
- device.class = sound
1974
- alsa.class = generic
1975
- alsa.subclass = generic-mix
1976
- alsa.name = "USB\ Audio"
1977
- alsa.id = "USB\ Audio"
1978
- alsa.subdevice = 0
1979
- alsa.subdevice_name = "subdevice\ \#0"
1980
- alsa.device = 0
1981
- alsa.card = 3
1982
- alsa.card_name = "C922\ Pro\ Stream\ Webcam"
1983
- alsa.long_card_name = "C922\ Pro\ Stream\ Webcam\ at\ usb-0000:01:00.0-1.1\,\ high\ speed"
1984
- alsa.driver_name = snd_usb_audio
1985
- device.bus_path = platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.1:1.2
1986
- sysfs.path = /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1:1.2/sound/card3
1987
- udev.id = usb-046d_C922_Pro_Stream_Webcam_C72F6EDF-02
1988
- device.bus = usb
1989
- device.vendor.id = 046d
1990
- device.vendor.name = "Logitech\,\ Inc."
1991
- device.product.id = 085c
1992
- device.product.name = "C922\ Pro\ Stream\ Webcam"
1993
- device.serial = 046d_C922_Pro_Stream_Webcam_C72F6EDF
1994
- device.form_factor = webcam
1995
- device.string = front:3
1996
- device.buffering.buffer_size = 7672
1997
- device.buffering.fragment_size = 1916
1998
- device.access_mode = mmap
1999
- device.profile.name = analog-stereo
2000
- device.profile.description = "Analog\ Stereo"
2001
- device.description = "C922\ Pro\ Stream\ Webcam\ Analog\ Stereo"
2002
- module-udev-detect.discovered = 1
2003
- device.icon_name = camera-web-usb
2004
- is-default = true
2005
- gst-launch-1.0 pulsesrc device=alsa_input.usb-046d_C922_Pro_Stream_Webcam_C72F6EDF-02.analog-stereo ! ...
2006
-
2007
-
2008
- Device found:
2009
-
2010
- name : Built-in Audio Analog Stereo
2011
- class : Audio/Sink
2012
- 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 ]
2013
- audio/x-alaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
2014
- audio/x-mulaw, rate=[ 1, 384000 ], channels=[ 1, 32 ]
2015
- properties:
2016
- alsa.resolution_bits = 16
2017
- device.api = alsa
2018
- device.class = sound
2019
- alsa.class = generic
2020
- alsa.subclass = generic-mix
2021
- alsa.name = "bcm2835\ Headphones"
2022
- alsa.id = "bcm2835\ Headphones"
2023
- alsa.subdevice = 0
2024
- alsa.subdevice_name = "subdevice\ \#0"
2025
- alsa.device = 0
2026
- alsa.card = 0
2027
- alsa.card_name = "bcm2835\ Headphones"
2028
- alsa.long_card_name = "bcm2835\ Headphones"
2029
- alsa.driver_name = snd_bcm2835
2030
- device.bus_path = platform-bcm2835_audio
2031
- sysfs.path = /devices/platform/soc/fe00b840.mailbox/bcm2835_audio/sound/card0
2032
- device.form_factor = internal
2033
- device.string = hw:0
2034
- device.buffering.buffer_size = 10576
2035
- device.buffering.fragment_size = 2640
2036
- device.access_mode = mmap
2037
- device.profile.name = analog-stereo
2038
- device.profile.description = "Analog\ Stereo"
2039
- device.description = "Built-in\ Audio\ Analog\ Stereo"
2040
- module-udev-detect.discovered = 1
2041
- device.icon_name = audio-card
2042
- is-default = true
2043
- gst-launch-1.0 ... ! pulsesink device=alsa_output.platform-bcm2835_audio.analog-stereo
2044
-
2045
-
2046
- Device found:
2047
-
2048
- name : UvcH264 C922 Pro Stream Webcam
2049
- class : Video/CameraSource
2050
- caps : video/x-raw, format=YUY2, width=2304, height=1536, pixel-aspect-ratio=1/1, framerate=2/1
2051
- video/x-raw, format=YUY2, width=2304, height=1296, pixel-aspect-ratio=1/1, framerate=2/1
2052
- video/x-raw, format=YUY2, width=1920, height=1080, pixel-aspect-ratio=1/1, framerate=5/1
2053
- video/x-raw, format=YUY2, width=1600, height=896, pixel-aspect-ratio=1/1, framerate={ (fraction)15/2, (fraction)5/1 }
2054
- video/x-raw, format=YUY2, width=1280, height=720, pixel-aspect-ratio=1/1, framerate={ (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2055
- 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 }
2056
- 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 }
2057
- 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 }
2058
- 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 }
2059
- 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 }
2060
- video/x-raw, format=YUY2, width=640, 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 }
2061
- video/x-raw, format=YUY2, width=640, height=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 }
2062
- 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 }
2063
- 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 }
2064
- video/x-raw, format=YUY2, width=320, 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 }
2065
- video/x-raw, format=YUY2, width=320, height=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 }
2066
- 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 }
2067
- video/x-raw, format=YUY2, width=160, height=120, 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 }
2068
- video/x-raw, format=YUY2, width=160, height=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 }
2069
- image/jpeg, 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 }
2070
- image/jpeg, 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 }
2071
- image/jpeg, 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 }
2072
- image/jpeg, 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 }
2073
- image/jpeg, 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 }
2074
- image/jpeg, width=800, height=600, 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 }
2075
- image/jpeg, 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 }
2076
- image/jpeg, 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 }
2077
- image/jpeg, width=640, 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 }
2078
- image/jpeg, width=640, height=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 }
2079
- image/jpeg, 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 }
2080
- image/jpeg, 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 }
2081
- image/jpeg, width=320, 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 }
2082
- image/jpeg, width=320, height=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 }
2083
- image/jpeg, 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 }
2084
- image/jpeg, width=160, height=120, 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 }
2085
- image/jpeg, width=160, height=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 }
2086
- properties:
2087
- device.path = /dev/video0
2088
- udev-probed = false
2089
- device.api = uvch264
2090
- v4l2.device.driver = uvcvideo
2091
- v4l2.device.card = "C922\ Pro\ Stream\ Webcam"
2092
- v4l2.device.bus_info = usb-0000:01:00.0-1.1
2093
- v4l2.device.version = 330303 (0x00050a3f)
2094
- v4l2.device.capabilities = 2225078273 (0x84a00001)
2095
- v4l2.device.device_caps = 69206017 (0x04200001)
2096
- device.is-camerasrc = true
2097
- gst-launch-1.0 uvch264src.vfsrc name=camerasrc ! ... camerasrc.vidsrc ! [video/x-h264] ...
2098
-
2099
-
2100
- Device found:
2101
-
2102
- name : UvcH264 C922 Pro Stream Webcam
2103
- class : Video/CameraSource
2104
- caps : video/x-raw, format=YUY2, width=2304, height=1536, pixel-aspect-ratio=1/1, framerate=2/1
2105
- video/x-raw, format=YUY2, width=2304, height=1296, pixel-aspect-ratio=1/1, framerate=2/1
2106
- video/x-raw, format=YUY2, width=1920, height=1080, pixel-aspect-ratio=1/1, framerate=5/1
2107
- video/x-raw, format=YUY2, width=1600, height=896, pixel-aspect-ratio=1/1, framerate={ (fraction)15/2, (fraction)5/1 }
2108
- video/x-raw, format=YUY2, width=1280, height=720, pixel-aspect-ratio=1/1, framerate={ (fraction)10/1, (fraction)15/2, (fraction)5/1 }
2109
- 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 }
2110
- 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 }
2111
- 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 }
2112
- 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 }
2113
- 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 }
2114
- video/x-raw, format=YUY2, width=640, 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 }
2115
- video/x-raw, format=YUY2, width=640, height=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 }
2116
- 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 }
2117
- 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 }
2118
- video/x-raw, format=YUY2, width=320, 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 }
2119
- video/x-raw, format=YUY2, width=320, height=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 }
2120
- 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 }
2121
- video/x-raw, format=YUY2, width=160, height=120, 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 }
2122
- video/x-raw, format=YUY2, width=160, height=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 }
2123
- image/jpeg, 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 }
2124
- image/jpeg, 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 }
2125
- image/jpeg, 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 }
2126
- image/jpeg, 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 }
2127
- image/jpeg, 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 }
2128
- image/jpeg, width=800, height=600, 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 }
2129
- image/jpeg, 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 }
2130
- image/jpeg, 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 }
2131
- image/jpeg, width=640, 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 }
2132
- image/jpeg, width=640, height=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 }
2133
- image/jpeg, 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 }
2134
- image/jpeg, 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 }
2135
- image/jpeg, width=320, 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 }
2136
- image/jpeg, width=320, height=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 }
2137
- image/jpeg, 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 }
2138
- image/jpeg, width=160, height=120, 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 }
2139
- image/jpeg, width=160, height=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 }
2140
- properties:
2141
- udev-probed = true
2142
- device.bus_path = platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.1:1.0
2143
- sysfs.path = /sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1:1.0/video4linux/video0
2144
- device.bus = usb
2145
- device.subsystem = video4linux
2146
- device.vendor.id = 046d
2147
- device.vendor.name = 046d
2148
- device.product.id = 085c
2149
- device.product.name = "C922\ Pro\ Stream\ Webcam"
2150
- device.serial = 046d_C922_Pro_Stream_Webcam_C72F6EDF
2151
- device.capabilities = :capture:
2152
- device.api = uvch264
2153
- device.path = /dev/video0
2154
- v4l2.device.driver = uvcvideo
2155
- v4l2.device.card = "C922\ Pro\ Stream\ Webcam"
2156
- v4l2.device.bus_info = usb-0000:01:00.0-1.1
2157
- v4l2.device.version = 330303 (0x00050a3f)
2158
- v4l2.device.capabilities = 2225078273 (0x84a00001)
2159
- v4l2.device.device_caps = 69206017 (0x04200001)
2160
- device.is-camerasrc = true
2161
- gst-launch-1.0 uvch264src.vfsrc name=camerasrc ! ... camerasrc.vidsrc ! [video/x-h264] ...
2162
- `;
2163
- const devices = await testGetDevices({
2164
- gstDeviceMonitor: () => gstOutput,
2165
- });
2166
- assert_1.default.equal(devices.length, 1);
2167
- assert_1.default.equal(devices[0].id, '/dev/video0');
2168
- assert_1.default.equal(devices[0].name, 'UvcH264 C922 Pro Stream Webcam (/dev/video0)');
2169
- assert_1.default.equal(JSON.stringify(devices[0].caps), JSON.stringify([
2170
- {
2171
- type: "video/x-raw",
2172
- width: 2304,
2173
- height: 1536,
2174
- framerate: 2
2175
- }, {
2176
- type: "video/x-raw",
2177
- width: 2304,
2178
- height: 1296,
2179
- framerate: 2
2180
- }, {
2181
- type: "video/x-raw",
2182
- width: 1920,
2183
- height: 1080,
2184
- framerate: 5
2185
- }, {
2186
- type: "video/x-raw",
2187
- width: 1600,
2188
- height: 896,
2189
- framerate: 15
2190
- }, {
2191
- type: "video/x-raw",
2192
- width: 1280,
2193
- height: 720,
2194
- framerate: 10
2195
- }, {
2196
- type: "video/x-raw",
2197
- width: 960,
2198
- height: 720,
2199
- framerate: 15
2200
- }, {
2201
- type: "video/x-raw",
2202
- width: 1024,
2203
- height: 576,
2204
- framerate: 15
2205
- }, {
2206
- type: "video/x-raw",
2207
- width: 800,
2208
- height: 600,
2209
- framerate: 24
2210
- }, {
2211
- type: "video/x-raw",
2212
- width: 864,
2213
- height: 480,
2214
- framerate: 24
2215
- }, {
2216
- type: "video/x-raw",
2217
- width: 800,
2218
- height: 448,
2219
- framerate: 30
2220
- }, {
2221
- type: "video/x-raw",
2222
- width: 640,
2223
- height: 480,
2224
- framerate: 30
2225
- }, {
2226
- type: "video/x-raw",
2227
- width: 640,
2228
- height: 360,
2229
- framerate: 30
2230
- }, {
2231
- type: "video/x-raw",
2232
- width: 432,
2233
- height: 240,
2234
- framerate: 30
2235
- }, {
2236
- type: "video/x-raw",
2237
- width: 352,
2238
- height: 288,
2239
- framerate: 30
2240
- }, {
2241
- type: "video/x-raw",
2242
- width: 320,
2243
- height: 240,
2244
- framerate: 30
2245
- }, {
2246
- type: "video/x-raw",
2247
- width: 320,
2248
- height: 180,
2249
- framerate: 30
2250
- }, {
2251
- type: "video/x-raw",
2252
- width: 176,
2253
- height: 144,
2254
- framerate: 30
2255
- }, {
2256
- type: "video/x-raw",
2257
- width: 160,
2258
- height: 120,
2259
- framerate: 30
2260
- }, {
2261
- type: "video/x-raw",
2262
- width: 160,
2263
- height: 90,
2264
- framerate: 30
2265
- }, {
2266
- type: "image/jpeg",
2267
- width: 1920,
2268
- height: 1080,
2269
- framerate: 30
2270
- }, {
2271
- type: "image/jpeg",
2272
- width: 1600,
2273
- height: 896,
2274
- framerate: 30
2275
- }, {
2276
- type: "image/jpeg",
2277
- width: 1280,
2278
- height: 720,
2279
- framerate: 60
2280
- }, {
2281
- type: "image/jpeg",
2282
- width: 960,
2283
- height: 720,
2284
- framerate: 30
2285
- }, {
2286
- type: "image/jpeg",
2287
- width: 1024,
2288
- height: 576,
2289
- framerate: 30
2290
- }, {
2291
- type: "image/jpeg",
2292
- width: 800,
2293
- height: 600,
2294
- framerate: 30
2295
- }, {
2296
- type: "image/jpeg",
2297
- width: 864,
2298
- height: 480,
2299
- framerate: 30
2300
- }
2301
- ]));
2302
- });
2303
- it("am68a w/ usb camera", async () => {
2304
- const gstOutput = `Probing devices...
2305
-
2306
-
2307
- Device found:
2308
-
2309
- name : HD Pro Webcam C920
2310
- class : Video/Source
2311
- caps : video/x-raw, format=(string)YUY2, width=(int)176, height=(int)144, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 15/1, 10/1, 15/2, 5/1 };
2312
- video/x-raw, format=(string)YUY2, width=(int)160, height=(int)120, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 15/1, 10/1, 15/2, 5/1 };
2313
- video/x-raw, format=(string)YUY2, width=(int)160, height=(int)90, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 20/1, 15/1, 10/1, 15/2, 5/1 };
2314
- image/jpeg, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
2315
- image/jpeg, width=(int)640, height=(int)360, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
2316
- image/jpeg, width=(int)432, height=(int)240, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
2317
- image/jpeg, width=(int)352, height=(int)288, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
2318
- image/jpeg, width=(int)320, height=(int)240, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
2319
- image/jpeg, width=(int)320, height=(int)180, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
2320
- image/jpeg, width=(int)176, height=(int)144, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
2321
- image/jpeg, width=(int)160, height=(int)120, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
2322
- image/jpeg, width=(int)160, height=(int)90, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 24/1, 20/1, 15/1, 10/1, 15/2, 5/1 };
2323
- properties:
2324
- udev-probed = true
2325
- device.bus_path = platform-xhci-hcd.0.auto-usb-0:1.3:1.0
2326
- sysfs.path = "/sys/devices/platform/bus\@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.3/1-1.3:1.0/video4linux/video2"
2327
- device.bus = usb
2328
- device.subsystem = video4linux
2329
- device.vendor.id = 046d
2330
- device.vendor.name = 046d
2331
- device.product.id = 08e5
2332
- device.product.name = "HD\ Pro\ Webcam\ C920"
2333
- device.serial = 046d_HD_Pro_Webcam_C920
2334
- device.capabilities = :capture:
2335
- device.api = v4l2
2336
- device.path = /dev/video2
2337
- v4l2.device.driver = uvcvideo
2338
- v4l2.device.card = "HD\ Pro\ Webcam\ C920"
2339
- v4l2.device.bus_info = usb-xhci-hcd.0.auto-1.3
2340
- v4l2.device.version = 330402 (0x00050aa2)
2341
- v4l2.device.capabilities = 2225078273 (0x84a00001)
2342
- v4l2.device.device_caps = 69206017 (0x04200001)
2343
- gst-launch-1.0 v4l2src device=/dev/video2 ! ...
2344
-
2345
- `;
2346
- const devices = await testGetDevices({
2347
- gstDeviceMonitor: () => gstOutput
2348
- });
2349
- assert_1.default.equal(devices.length, 1);
2350
- assert_1.default.equal(devices[0].id, '/dev/video2');
2351
- assert_1.default.equal(devices[0].name, 'HD Pro Webcam C920');
2352
- assert_1.default.equal(JSON.stringify(devices[0].caps), JSON.stringify([{
2353
- type: "video/x-raw",
2354
- width: 176,
2355
- height: 144,
2356
- framerate: 15
2357
- },
2358
- {
2359
- type: "video/x-raw",
2360
- width: 160,
2361
- height: 120,
2362
- framerate: 15
2363
- },
2364
- {
2365
- type: "video/x-raw",
2366
- width: 160,
2367
- height: 90,
2368
- framerate: 20
2369
- },
2370
- {
2371
- type: "image/jpeg",
2372
- width: 640,
2373
- height: 480,
2374
- framerate: 30
2375
- },
2376
- {
2377
- type: "image/jpeg",
2378
- width: 640,
2379
- height: 360,
2380
- framerate: 30
2381
- },
2382
- {
2383
- type: "image/jpeg",
2384
- width: 432,
2385
- height: 240,
2386
- framerate: 30
2387
- },
2388
- {
2389
- type: "image/jpeg",
2390
- width: 352,
2391
- height: 288,
2392
- framerate: 30
2393
- },
2394
- {
2395
- type: "image/jpeg",
2396
- width: 320,
2397
- height: 240,
2398
- framerate: 30
2399
- },
2400
- {
2401
- type: "image/jpeg",
2402
- width: 320,
2403
- height: 180,
2404
- framerate: 30
2405
- },
2406
- {
2407
- type: "image/jpeg",
2408
- width: 176,
2409
- height: 144,
2410
- framerate: 30
2411
- },
2412
- {
2413
- type: "image/jpeg",
2414
- width: 160,
2415
- height: 120,
2416
- framerate: 30
2417
- },
2418
- {
2419
- type: "image/jpeg",
2420
- width: 160,
2421
- height: 90,
2422
- framerate: 30
2423
- }
2424
- ]));
2425
- });
2426
- // https://github.com/edgeimpulse/edgeimpulse/issues/9506
2427
- it("nvidia orin w/ basler camera", async () => {
2428
- const gstDeviceMonitorOutput = `
2429
-
2430
- Probing devices...
2431
-
2432
-
2433
- Device found:
2434
-
2435
- name : Monitor of Dummy Output
2436
- class : Audio/Source
2437
- caps : audio/x-raw, format=(string){ S16LE, S16BE, F32LE, F32BE, S32LE, S32BE, S24LE, S24BE, S24_32LE, S24_32BE, U8 }, layout=(string)interleaved, rate=(int)[ 1, 384000 ], channels=(int)[ 1, 32 ];
2438
- audio/x-alaw, rate=(int)[ 1, 384000 ], channels=(int)[ 1, 32 ];
2439
- audio/x-mulaw, rate=(int)[ 1, 384000 ], channels=(int)[ 1, 32 ];
2440
- properties:
2441
- device.description = "Monitor\ of\ Dummy\ Output"
2442
- device.class = monitor
2443
- device.icon_name = audio-input-microphone
2444
- is-default = true
2445
- gst-launch-1.0 pulsesrc device=auto_null.monitor ! ...
2446
-
2447
-
2448
- Device found:
2449
-
2450
- name : Dummy Output
2451
- class : Audio/Sink
2452
- caps : audio/x-raw, format=(string){ S16LE, S16BE, F32LE, F32BE, S32LE, S32BE, S24LE, S24BE, S24_32LE, S24_32BE, U8 }, layout=(string)interleaved, rate=(int)[ 1, 384000 ], channels=(int)[ 1, 32 ];
2453
- audio/x-alaw, rate=(int)[ 1, 384000 ], channels=(int)[ 1, 32 ];
2454
- audio/x-mulaw, rate=(int)[ 1, 384000 ], channels=(int)[ 1, 32 ];
2455
- properties:
2456
- device.description = "Dummy\ Output"
2457
- device.class = abstract
2458
- device.icon_name = audio-card
2459
- is-default = true
2460
- gst-launch-1.0 ... ! pulsesink device=auto_null
2461
-
2462
-
2463
- `;
2464
- const gstInspectPylonsrcOutput = `Factory Details:
2465
- Rank none (0)
2466
- Long-name Basler/Pylon source element
2467
- Klass Source/Video/Hardware
2468
- Description Source element for Basler cameras
2469
- Author Basler AG <support.europe@baslerweb.com>
2470
-
2471
- Plugin Details:
2472
- Name pylon
2473
- Description Basler/Pylon plugin for pylon SDK 7.4.0(38864)
2474
- Filename /usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstpylon.so
2475
- Version 0.7.0-15-g86e4ccf
2476
- License BSD
2477
- Source module gst-plugin-pylon
2478
- Binary package GStreamer Pylon Plug-in source release
2479
- Origin URL https://github.com/basler/gst-plugin-pylon
2480
-
2481
- GObject
2482
- +----GInitiallyUnowned
2483
- +----GstObject
2484
- +----GstElement
2485
- +----GstBaseSrc
2486
- +----GstPushSrc
2487
- +----GstPylonSrc
2488
-
2489
- Implemented Interfaces:
2490
- GstChildProxy
2491
-
2492
- Pad Templates:
2493
- SRC template: 'src'
2494
- Availability: Always
2495
- Capabilities:
2496
- video/x-raw
2497
- format: { (string)GRAY8, (string)RGB, (string)BGR, (string)YUY2, (string)UYVY }
2498
- width: [ 1, 2147483647 ]
2499
- height: [ 1, 2147483647 ]
2500
- framerate: [ 0/1, 2147483647/1 ]
2501
- video/x-bayer
2502
- format: { (string)rggb, (string)bggr, (string)gbgr, (string)grgb }
2503
- width: [ 1, 2147483647 ]
2504
- height: [ 1, 2147483647 ]
2505
- framerate: [ 0/1, 2147483647/1 ]
2506
-
2507
- Element has no clocking capabilities.
2508
- Element has no URI handling capabilities.
2509
-
2510
- Pads:
2511
- SRC: 'src'
2512
- Pad Template: 'src'
2513
-
2514
- Element Properties:
2515
- blocksize : Size in bytes to read per buffer (-1 = default)
2516
- flags: readable, writable
2517
- Unsigned Integer. Range: 0 - 4294967295 Default: 4096
2518
- cam : The camera to use.
2519
- According to the selected camera different properties will be available.
2520
- These properties can be accessed using the "cam::<property>" syntax.
2521
- The following list details the properties for each camera.
2522
- Basler acA1440-220um (40407253) Camera:
2523
-
2524
- name : The name of the object
2525
- flags: readable, writable
2526
- String. Default: "(null)"
2527
- parent : The parent of the object
2528
- flags: readable, writable
2529
- (null)
2530
- SensorWidth : Width of the camera's sensor in pixels.
2531
- flags: readable
2532
- Integer64. Range: 0 - 4294967295 Default: 1456
2533
- SensorHeight : Height of the camera's sensor in pixels.
2534
- flags: readable
2535
- Integer64. Range: 0 - 4294967295 Default: 1088
2536
- WidthMax : Maximum width of the region of interest (area of interest) in pixels.
2537
- flags: readable
2538
- Integer64. Range: 0 - 4294967295 Default: 1456
2539
- HeightMax : Maximum height of the region of interest (area of interest) in pixels.
2540
- flags: readable
2541
- Integer64. Range: 0 - 4294967295 Default: 1088
2542
- OffsetX : Horizontal offset of the region of interest (area of interest) from the left side of the sensor (in pixels).
2543
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2544
- Integer64. Range: 0 - 1452 Default: 8
2545
- OffsetY : Vertical offset of the region of interest (area of interest) from the top of the sensor (in pixels).
2546
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2547
- Integer64. Range: 0 - 1087 Default: 4
2548
- CenterX : Centers the image horizontally.
2549
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2550
- Boolean. Default: false
2551
- CenterY : Centers the image vertically.
2552
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2553
- Boolean. Default: false
2554
- BinningHorizontalMode : Sets the binning mode for horizontal binning.
2555
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2556
- Enum "_2676_ba02_2_3_5_BinningHorizontalMode" Default: 0, "Sum"
2557
- (0): Sum - The values of the binned pixels are summed.
2558
- (1): Average - The values of the binned pixels are averaged.
2559
- BinningHorizontal : Number of adjacent horizontal pixels to be summed.
2560
- flags: readable, writable, changeable only in NULL or READY state
2561
- Integer64. Range: 1 - 4 Default: 1
2562
- BinningVerticalMode : Sets the binning mode for vertical binning.
2563
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2564
- Enum "_2676_ba02_2_3_5_BinningVerticalMode" Default: 0, "Sum"
2565
- (0): Sum - The values of the binned pixels are summed.
2566
- (1): Average - The values of the binned pixels are averaged.
2567
- BinningVertical : Number of adjacent vertical pixels to be summed.
2568
- flags: readable, writable, changeable only in NULL or READY state
2569
- Integer64. Range: 1 - 4 Default: 1
2570
- ReverseX : Enables horizontal mirroring of the image.
2571
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2572
- Boolean. Default: false
2573
- ReverseY : Enables vertical mirroring of the image.
2574
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2575
- Boolean. Default: false
2576
- PixelSize : Indicates the depth of the pixel values in the image (in bits per pixel).
2577
- flags: readable
2578
- Enum "_2676_ba02_2_3_5_PixelSize" Default: 8, "Bpp8"
2579
- (8): Bpp8 - The pixel depth in the acquired images is 8 bits per pixel.
2580
- (10): Bpp10 - The pixel depth in the acquired images is 10 bits per pixel.
2581
- (12): Bpp12 - The pixel depth in the acquired images is 12 bits per pixel.
2582
- (16): Bpp16 - The pixel depth in the acquired images is 16 bits per pixel.
2583
- (24): Bpp24 - The pixel depth in the acquired images is 24 bits per pixel.
2584
- PixelColorFilter : Indicates the alignment of the camera's Bayer filter to the pixels in the acquired images.
2585
- flags: readable
2586
- Enum "_2676_ba02_2_3_5_PixelColorFilter" Default: 0, "None"
2587
- (0): None - The camera doesn't have a Bayer filter.
2588
- (1): BayerRG - The Bayer filter has an RG/GB alignment to the pixels in the acquired images.
2589
- (2): BayerGB - The Bayer filter has a GB/RG alignment to the pixels in the acquired images.
2590
- (3): BayerGR - The Bayer filter has a GR/BG alignment to the pixels in the acquired images.
2591
- (4): BayerBG - The Bayer filter has a BG/GR alignment to the pixels in the acquired images.
2592
- PixelDynamicRangeMin : Minimum possible pixel value that can be transferred from the camera.
2593
- flags: readable
2594
- Integer64. Range: 0 - 4294967295 Default: 0
2595
- PixelDynamicRangeMax : Maximum possible pixel value that can be transferred from the camera.
2596
- flags: readable
2597
- Integer64. Range: 0 - 4294967295 Default: 255
2598
- TestImageSelector : Sets the test image to display.
2599
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2600
- Enum "_2676_ba02_2_3_5_TestImageSelector" Default: 0, "Off"
2601
- (0): Off - The camera doesn't display a test image.
2602
- (1): Testimage1 - The camera generates a test image with the test image 1 pattern.
2603
- (2): Testimage2 - The camera generates a test image with the test image 2 pattern.
2604
- (3): Testimage3 - The camera generates a test image with the test image 3 pattern.
2605
- (4): Testimage4 - The camera generates a test image with the test image 4 pattern.
2606
- (5): Testimage5 - The camera generates a test image with the test image 5 pattern.
2607
- TestImageResetAndHold : Allows you to turn a moving test image into a fixed one.
2608
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2609
- Boolean. Default: false
2610
- ROIZoneMode-Zone0 : Enables or disables the currently selected ROI zone.
2611
- flags: readable, writable, changeable only in NULL or READY state
2612
- Enum "_2676_ba02_2_3_5_ROIZoneMode" Default: 0, "Off"
2613
- (0): Off - The currently selected ROI zone is disabled.
2614
- (1): On - The currently selected ROI zone is enabled.
2615
- ROIZoneMode-Zone1 : Enables or disables the currently selected ROI zone.
2616
- flags: readable, writable, changeable only in NULL or READY state
2617
- Enum "_2676_ba02_2_3_5_ROIZoneMode" Default: 0, "Off"
2618
- (0): Off - The currently selected ROI zone is disabled.
2619
- (1): On - The currently selected ROI zone is enabled.
2620
- ROIZoneMode-Zone2 : Enables or disables the currently selected ROI zone.
2621
- flags: readable, writable, changeable only in NULL or READY state
2622
- Enum "_2676_ba02_2_3_5_ROIZoneMode" Default: 0, "Off"
2623
- (0): Off - The currently selected ROI zone is disabled.
2624
- (1): On - The currently selected ROI zone is enabled.
2625
- ROIZoneMode-Zone3 : Enables or disables the currently selected ROI zone.
2626
- flags: readable, writable, changeable only in NULL or READY state
2627
- Enum "_2676_ba02_2_3_5_ROIZoneMode" Default: 0, "Off"
2628
- (0): Off - The currently selected ROI zone is disabled.
2629
- (1): On - The currently selected ROI zone is enabled.
2630
- ROIZoneMode-Zone4 : Enables or disables the currently selected ROI zone.
2631
- flags: readable, writable, changeable only in NULL or READY state
2632
- Enum "_2676_ba02_2_3_5_ROIZoneMode" Default: 0, "Off"
2633
- (0): Off - The currently selected ROI zone is disabled.
2634
- (1): On - The currently selected ROI zone is enabled.
2635
- ROIZoneMode-Zone5 : Enables or disables the currently selected ROI zone.
2636
- flags: readable, writable, changeable only in NULL or READY state
2637
- Enum "_2676_ba02_2_3_5_ROIZoneMode" Default: 0, "Off"
2638
- (0): Off - The currently selected ROI zone is disabled.
2639
- (1): On - The currently selected ROI zone is enabled.
2640
- ROIZoneMode-Zone6 : Enables or disables the currently selected ROI zone.
2641
- flags: readable, writable, changeable only in NULL or READY state
2642
- Enum "_2676_ba02_2_3_5_ROIZoneMode" Default: 0, "Off"
2643
- (0): Off - The currently selected ROI zone is disabled.
2644
- (1): On - The currently selected ROI zone is enabled.
2645
- ROIZoneMode-Zone7 : Enables or disables the currently selected ROI zone.
2646
- flags: readable, writable, changeable only in NULL or READY state
2647
- Enum "_2676_ba02_2_3_5_ROIZoneMode" Default: 0, "Off"
2648
- (0): Off - The currently selected ROI zone is disabled.
2649
- (1): On - The currently selected ROI zone is enabled.
2650
- ROIZoneSize-Zone0 : Height of the currently selected ROI zone.
2651
- flags: readable, writable, changeable only in NULL or READY state
2652
- Integer64. Range: 4 - 1088 Default: 4
2653
- ROIZoneSize-Zone1 : Height of the currently selected ROI zone.
2654
- flags: readable, writable, changeable only in NULL or READY state
2655
- Integer64. Range: 4 - 1088 Default: 4
2656
- ROIZoneOffset-Zone0 : Vertical offset of the currently selected ROI zone.
2657
- flags: readable, writable, changeable only in NULL or READY state
2658
- Integer64. Range: 0 - 1084 Default: 0
2659
- ROIZoneOffset-Zone1 : Vertical offset of the currently selected ROI zone.
2660
- flags: readable, writable, changeable only in NULL or READY state
2661
- Integer64. Range: 0 - 1084 Default: 0
2662
- GainAuto : Sets the operation mode of the Gain Auto auto function.
2663
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2664
- Enum "_2676_ba02_2_3_5_GainAuto" Default: 0, "Off"
2665
- (0): Off - Automatic gain adjustment is disabled.
2666
- (1): Once - The gain is adjusted automatically to reach the specifed target value.
2667
- (2): Continuous - The gain is adjusted continuously while images are being acquired.
2668
- Gain : Value of the currently selected gain in dB.
2669
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2670
- Double. Range: 0 - 48 Default: 0
2671
- BlackLevel : Black level value to be applied to the currently selected sensor tap.
2672
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2673
- Double. Range: 0 - 4.1e+03 Default: 0
2674
- Gamma : Gamma correction to be applied.
2675
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2676
- Double. Range: 0 - 4 Default: 1
2677
- DigitalShift : Digital shift to be applied.
2678
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2679
- Integer64. Range: 0 - 4 Default: 0
2680
- AcquisitionMode : Sets the image acquisition mode.
2681
- flags: readable, writable, changeable only in NULL or READY state
2682
- Enum "_2676_ba02_2_3_5_AcquisitionMode" Default: 2, "Continuous"
2683
- (0): SingleFrame - The acquisition mode is set to Single Frame.
2684
- (2): Continuous - The acquisition mode is set to Continuous.
2685
- ShutterMode : Sets the shutter mode of the camera.
2686
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2687
- Enum "_2676_ba02_2_3_5_ShutterMode" Default: 2, "Global"
2688
- (2): Global - The shutter opens and closes at the same time for all pixels.
2689
- ExposureAuto : Sets the operation mode of the Exposure Auto auto function.
2690
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2691
- Enum "_2676_ba02_2_3_5_ExposureAuto" Default: 0, "Off"
2692
- (0): Off - Automatic exposure time adjustment is disabled.
2693
- (1): Once - The exposure time is adjusted automatically to reach the specified target value.
2694
- (2): Continuous - The exposure time is adjusted continuously while images are being acquired.
2695
- ExposureTimeMode : Sets the exposure time mode.
2696
- flags: readable, writable, changeable only in NULL or READY state
2697
- Enum "_2676_ba02_2_3_5_ExposureTimeMode" Default: 0, "Standard"
2698
- (0): Standard - The exposure time mode is set to Standard.
2699
- (1): UltraShort - The exposure time mode is set to Ultra Short.
2700
- ExposureMode : Sets the exposure mode.
2701
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2702
- Enum "_2676_ba02_2_3_5_ExposureMode" Default: 1, "Timed"
2703
- (1): Timed - The exposure mode is set to Timed.
2704
- ExposureTime : Exposure time of the camera in microseconds.
2705
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2706
- Double. Range: 1 - 1e+07 Default: 3e+03
2707
- AcquisitionBurstFrameCount : Number of frames to acquire for each Frame Burst Start trigger.
2708
- flags: readable, writable, changeable only in NULL or READY state
2709
- Integer64. Range: 1 - 255 Default: 1
2710
- TriggerMode-FrameBurstStart : Sets the mode for the currently selected trigger.
2711
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2712
- Enum "_2676_ba02_2_3_5_TriggerMode" Default: 0, "Off"
2713
- (0): Off - The currently selected trigger is turned off.
2714
- (1): On - The currently selected trigger is turned on.
2715
- TriggerMode-FrameStart : Sets the mode for the currently selected trigger.
2716
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2717
- Enum "_2676_ba02_2_3_5_TriggerMode" Default: 0, "Off"
2718
- (0): Off - The currently selected trigger is turned off.
2719
- (1): On - The currently selected trigger is turned on.
2720
- TriggerSource-FrameBurstStart : Sets the source signal for the selected trigger.
2721
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2722
- Enum "_2676_ba02_2_3_5_TriggerSource" Default: 1, "Line1"
2723
- (0): Software - The source signal for the selected trigger is set to software triggering.
2724
- (1): Line1 - The source signal for the selected trigger is set to Line 1.
2725
- (3): Line3 - The source signal for the selected trigger is set to Line 3.
2726
- (4): Line4 - The source signal for the selected trigger is set to Line 4.
2727
- (15): SoftwareSignal1 - The source signal for the selected trigger is set to software signal 1.
2728
- (16): SoftwareSignal2 - The source signal for the selected trigger is set to software signal 2.
2729
- (17): SoftwareSignal3 - The source signal for the selected trigger is set to software signal 3.
2730
- TriggerSource-FrameStart : Sets the source signal for the selected trigger.
2731
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2732
- Enum "_2676_ba02_2_3_5_TriggerSource" Default: 1, "Line1"
2733
- (0): Software - The source signal for the selected trigger is set to software triggering.
2734
- (1): Line1 - The source signal for the selected trigger is set to Line 1.
2735
- (3): Line3 - The source signal for the selected trigger is set to Line 3.
2736
- (4): Line4 - The source signal for the selected trigger is set to Line 4.
2737
- (15): SoftwareSignal1 - The source signal for the selected trigger is set to software signal 1.
2738
- (16): SoftwareSignal2 - The source signal for the selected trigger is set to software signal 2.
2739
- (17): SoftwareSignal3 - The source signal for the selected trigger is set to software signal 3.
2740
- TriggerActivation-FrameBurstStart : Sets the type of signal transition that will activate the selected trigger.
2741
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2742
- Enum "_2676_ba02_2_3_5_TriggerActivation" Default: 0, "RisingEdge"
2743
- (0): RisingEdge - The selected trigger is activated by the rising edge of the source signal.
2744
- (1): FallingEdge - The selected trigger is activated by the falling edge of the source signal.
2745
- TriggerActivation-FrameStart : Sets the type of signal transition that will activate the selected trigger.
2746
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2747
- Enum "_2676_ba02_2_3_5_TriggerActivation" Default: 0, "RisingEdge"
2748
- (0): RisingEdge - The selected trigger is activated by the rising edge of the source signal.
2749
- (1): FallingEdge - The selected trigger is activated by the falling edge of the source signal.
2750
- TriggerDelay : Trigger delay time in microseconds.
2751
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2752
- Double. Range: 0 - 1e+06 Default: 0
2753
- ResultingFrameRate : Maximum frame acquisition rate with current camera settings.
2754
- flags: readable
2755
- Double. Range: -1.8e+308 - 1.8e+308 Default: 2.3e+02
2756
- SensorReadoutTime : Sensor readout time with current settings.
2757
- flags: readable
2758
- Double. Range: -1.8e+308 - 1.8e+308 Default: 4.4e+03
2759
- AcquisitionStatus-FrameBurstTriggerWait: Indicates whether the camera is waiting for trigger signals.
2760
- flags: readable
2761
- Boolean. Default: false
2762
- AcquisitionStatus-FrameTriggerWait : Indicates whether the camera is waiting for trigger signals.
2763
- flags: readable
2764
- Boolean. Default: false
2765
- AutoTargetBrightness : Target brightness for the Gain Auto and the Exposure Auto auto functions.
2766
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2767
- Double. Range: 0.2 - 0.8 Default: 0.5
2768
- AutoFunctionProfile : Sets how gain and exposure time will be balanced when the camera is making automatic adjustments.
2769
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2770
- Enum "_2676_ba02_2_3_5_AutoFunctionProfile" Default: 0, "MinimizeGain"
2771
- (0): MinimizeGain - Gain is kept as low as possible.
2772
- (1): MinimizeExposureTime - Exposure time is kept as low as possible.
2773
- AutoGainLowerLimit : Lower limit of the Gain parameter when the Gain Auto auto function is active.
2774
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2775
- Double. Range: 0 - 36 Default: 0
2776
- AutoGainUpperLimit : Upper limit of the Gain parameter when the Gain Auto auto function is active.
2777
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2778
- Double. Range: 0 - 48 Default: 24
2779
- AutoExposureTimeLowerLimit : Lower limit of the Exposure Time parameter when the Exposure Auto auto function is active.
2780
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2781
- Double. Range: 21 - 1e+07 Default: 50
2782
- AutoExposureTimeUpperLimit : Upper limit of the Exposure Time parameter when the Exposure Auto auto function is active.
2783
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2784
- Double. Range: 21 - 1e+07 Default: 5e+05
2785
- LUTEnable : Enables the selected lookup table (LUT).
2786
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2787
- Boolean. Default: false
2788
- LineMode-Line1 : Sets the mode for the selected line.
2789
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2790
- Enum "_2676_ba02_2_3_5_LineMode" Default: 0, "Input"
2791
- (0): Input - The selected physical line can be used to input an electrical signal.
2792
- LineMode-Line2 : Sets the mode for the selected line.
2793
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2794
- Enum "_2676_ba02_2_3_5_LineMode" Default: 0, "Input"
2795
- (0): Input - The selected physical line can be used to input an electrical signal.
2796
- LineMode-Line3 : Sets the mode for the selected line.
2797
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2798
- Enum "_2676_ba02_2_3_5_LineMode" Default: 0, "Input"
2799
- (0): Input - The selected physical line can be used to input an electrical signal.
2800
- LineMode-Line4 : Sets the mode for the selected line.
2801
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2802
- Enum "_2676_ba02_2_3_5_LineMode" Default: 0, "Input"
2803
- (0): Input - The selected physical line can be used to input an electrical signal.
2804
- LineFormat-Line1 : Indicates the electrical configuration of the currently selected line.
2805
- flags: readable
2806
- Enum "_2676_ba02_2_3_5_LineFormat" Default: 5, "OptoCoupled"
2807
- (5): OptoCoupled - The line is opto-coupled.
2808
- LineFormat-Line2 : Indicates the electrical configuration of the currently selected line.
2809
- flags: readable
2810
- Enum "_2676_ba02_2_3_5_LineFormat" Default: 5, "OptoCoupled"
2811
- (5): OptoCoupled - The line is opto-coupled.
2812
- LineFormat-Line3 : Indicates the electrical configuration of the currently selected line.
2813
- flags: readable
2814
- Enum "_2676_ba02_2_3_5_LineFormat" Default: 5, "OptoCoupled"
2815
- (5): OptoCoupled - The line is opto-coupled.
2816
- LineFormat-Line4 : Indicates the electrical configuration of the currently selected line.
2817
- flags: readable
2818
- Enum "_2676_ba02_2_3_5_LineFormat" Default: 5, "OptoCoupled"
2819
- (5): OptoCoupled - The line is opto-coupled.
2820
- LineLogic-Line1 : Indicates the line logic of the currently selected line.
2821
- flags: readable
2822
- Enum "_2676_ba02_2_3_5_LineLogic" Default: 0, "Positive"
2823
- (0): Positive - The line logic of the currently selected line is positive.
2824
- (1): Negative - The line logic of the currently selected line is negative.
2825
- LineLogic-Line2 : Indicates the line logic of the currently selected line.
2826
- flags: readable
2827
- Enum "_2676_ba02_2_3_5_LineLogic" Default: 0, "Positive"
2828
- (0): Positive - The line logic of the currently selected line is positive.
2829
- (1): Negative - The line logic of the currently selected line is negative.
2830
- LineLogic-Line3 : Indicates the line logic of the currently selected line.
2831
- flags: readable
2832
- Enum "_2676_ba02_2_3_5_LineLogic" Default: 0, "Positive"
2833
- (0): Positive - The line logic of the currently selected line is positive.
2834
- (1): Negative - The line logic of the currently selected line is negative.
2835
- LineLogic-Line4 : Indicates the line logic of the currently selected line.
2836
- flags: readable
2837
- Enum "_2676_ba02_2_3_5_LineLogic" Default: 0, "Positive"
2838
- (0): Positive - The line logic of the currently selected line is positive.
2839
- (1): Negative - The line logic of the currently selected line is negative.
2840
- LineInverter-Line1 : Enables the signal inverter function for the currently selected input or output line.
2841
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2842
- Boolean. Default: false
2843
- LineInverter-Line2 : Enables the signal inverter function for the currently selected input or output line.
2844
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2845
- Boolean. Default: false
2846
- LineInverter-Line3 : Enables the signal inverter function for the currently selected input or output line.
2847
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2848
- Boolean. Default: false
2849
- LineInverter-Line4 : Enables the signal inverter function for the currently selected input or output line.
2850
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2851
- Boolean. Default: false
2852
- LineDebouncerTime-Line1 : Line debouncer time in microseconds.
2853
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2854
- Double. Range: 0 - 2e+04 Default: 0
2855
- LineDebouncerTime-Line3 : Line debouncer time in microseconds.
2856
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2857
- Double. Range: 0 - 2e+04 Default: 0
2858
- LineDebouncerTime-Line4 : Line debouncer time in microseconds.
2859
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2860
- Double. Range: 0 - 2e+04 Default: 0
2861
- LineMinimumOutputPulseWidth-Line2 : Minimum signal width of an output signal (in microseconds).
2862
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2863
- Double. Range: 0 - 1e+02 Default: 0
2864
- LineStatus-Line1 : Indicates the current logical state of the selected line.
2865
- flags: readable
2866
- Boolean. Default: true
2867
- LineStatus-Line2 : Indicates the current logical state of the selected line.
2868
- flags: readable
2869
- Boolean. Default: true
2870
- LineStatus-Line3 : Indicates the current logical state of the selected line.
2871
- flags: readable
2872
- Boolean. Default: true
2873
- LineStatus-Line4 : Indicates the current logical state of the selected line.
2874
- flags: readable
2875
- Boolean. Default: true
2876
- LineStatusAll : Single bit field indicating the current logical state of all available line signals at time of polling.
2877
- flags: readable
2878
- Integer64. Range: 0 - 4294967295 Default: 14
2879
- UserOutputValue-UserOutput1 : Enables the selected user-settable output line.
2880
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2881
- Boolean. Default: false
2882
- UserOutputValue-UserOutput2 : Enables the selected user-settable output line.
2883
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2884
- Boolean. Default: false
2885
- UserOutputValue-UserOutput3 : Enables the selected user-settable output line.
2886
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2887
- Boolean. Default: false
2888
- UserOutputValueAll : Single bit field that sets the state of all user-settable output signals in one access.
2889
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2890
- Integer64. Range: 0 - 4294967295 Default: 0
2891
- TimerDuration : Duration of the currently selected timer in microseconds.
2892
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2893
- Double. Range: 0 - 1.7e+07 Default: 10
2894
- TimerDelay : Delay of the currently selected timer in microseconds.
2895
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2896
- Double. Range: 0 - 1.7e+07 Default: 0
2897
- TimerTriggerSource : Sets the internal camera signal used to trigger the selected timer.
2898
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2899
- Enum "_2676_ba02_2_3_5_TimerTriggerSource" Default: 0, "ExposureStart"
2900
- (0): ExposureStart - The timer will start at an Exposure Start signal.
2901
- CounterEventSource-Counter1 : Sets which event that increases the currently selected counter.
2902
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2903
- Enum "_2676_ba02_2_3_5_CounterEventSource" Default: 5, "FrameStart"
2904
- (5): FrameStart - The selected counter counts the number of Frame Start events.
2905
- CounterEventSource-Counter2 : Sets which event that increases the currently selected counter.
2906
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2907
- Enum "_2676_ba02_2_3_5_CounterEventSource" Default: 5, "FrameStart"
2908
- (5): FrameStart - The selected counter counts the number of Frame Start events.
2909
- CounterResetSource-Counter1 : Sets which source signal will reset the currently selected counter.
2910
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2911
- Enum "_2676_ba02_2_3_5_CounterResetSource" Default: 0, "Off"
2912
- (0): Off - The counter reset is disabled.
2913
- (3): Software - The selected counter can be reset by a software command.
2914
- (1): Line1 - The selected counter can be reset by a signal applied to Line 1.
2915
- (4): Line3 - The selected counter can be reset by a signal applied to Line 3.
2916
- (5): Line4 - The selected counter can be reset by a signal applied to Line 4.
2917
- CounterResetSource-Counter2 : Sets which source signal will reset the currently selected counter.
2918
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2919
- Enum "_2676_ba02_2_3_5_CounterResetSource" Default: 0, "Off"
2920
- (0): Off - The counter reset is disabled.
2921
- (3): Software - The selected counter can be reset by a software command.
2922
- (1): Line1 - The selected counter can be reset by a signal applied to Line 1.
2923
- (4): Line3 - The selected counter can be reset by a signal applied to Line 3.
2924
- (5): Line4 - The selected counter can be reset by a signal applied to Line 4.
2925
- CounterResetActivation-Counter1 : Sets which type of signal transition will reset the counter.
2926
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2927
- Enum "_2676_ba02_2_3_5_CounterResetActivation" Default: 0, "RisingEdge"
2928
- (0): RisingEdge - The counter is reset on the rising edge of the signal.
2929
- CounterResetActivation-Counter2 : Sets which type of signal transition will reset the counter.
2930
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2931
- Enum "_2676_ba02_2_3_5_CounterResetActivation" Default: 0, "RisingEdge"
2932
- (0): RisingEdge - The counter is reset on the rising edge of the signal.
2933
- CounterDuration-Counter2 : Number of times a sequencer set is used before the Counter End event is generated.
2934
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2935
- Integer64. Range: 1 - 256 Default: 1
2936
- BslLightControlMode : Enables/disables the light control features.
2937
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2938
- Enum "_2676_ba02_2_3_5_BslLightControlMode" Default: 0, "Off"
2939
- (0): Off - The light control features are disabled.
2940
- (1): On - The light control features are enabled.
2941
- BslLightControlSource : Sets which line is used to control the light features.
2942
- flags: readable, writable
2943
- Enum "_2676_ba02_2_3_5_BslLightControlSource" Default: 0, "Off"
2944
- (0): Off - No line is used to control the light features.
2945
- (1): Line3 - Line 3 is used to control the light features.
2946
- (2): Line4 - Line 4 is used to control the light features.
2947
- BslLightControlStatus : Indicates the current state of the control mode.
2948
- flags: readable, writable
2949
- Enum "_2676_ba02_2_3_5_BslLightControlStatus" Default: 0, "Off"
2950
- (0): Off - The light control mode is disabled.
2951
- (1): Idle - No light device has been detected.
2952
- (2): Searching - The controller ist searching for light devices connected to your camera.
2953
- (3): Updating - Parameters are being updated.
2954
- (4): Ready - The light device is ready for use.
2955
- BslLightControlErrorStatus : Indicates whether any of the light devices are currently experiencing problems.
2956
- flags: readable, writable
2957
- Enum "_2676_ba02_2_3_5_BslLightControlErrorStatus" Default: 0, "NoError"
2958
- (0): NoError - No error was detected.
2959
- (1): Device1 - Light device 1 is experiencing problems.
2960
- (2): Device2 - Light device 2 is experiencing problems.
2961
- (3): Device3 - Light device 3 is experiencing problems.
2962
- (4): Device4 - Light device 4 is experiencing problems.
2963
- (5): MultipleDevices - Multiple light devices are experiencing problems.
2964
- BslLightControlTriggerMode : Sets which signal is used to trigger the light in strobe mode.
2965
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
2966
- Enum "_2676_ba02_2_3_5_BslLightControlTriggerMode" Default: 0, "ExposureActive"
2967
- (0): ExposureActive - The Exposure Active signal is used to trigger the light in strobe mode.
2968
- ChunkModeActive : Enables the chunk mode.
2969
- flags: readable, writable, changeable only in NULL or READY state
2970
- Boolean. Default: false
2971
- ChunkEnable-Gain : Includes the currently selected chunk in the payload data.
2972
- flags: readable, writable, changeable only in NULL or READY state
2973
- Boolean. Default: false
2974
- ChunkEnable-ExposureTime : Includes the currently selected chunk in the payload data.
2975
- flags: readable, writable, changeable only in NULL or READY state
2976
- Boolean. Default: false
2977
- ChunkEnable-Timestamp : Includes the currently selected chunk in the payload data.
2978
- flags: readable, writable, changeable only in NULL or READY state
2979
- Boolean. Default: false
2980
- ChunkEnable-LineStatusAll : Includes the currently selected chunk in the payload data.
2981
- flags: readable, writable, changeable only in NULL or READY state
2982
- Boolean. Default: false
2983
- ChunkEnable-CounterValue : Includes the currently selected chunk in the payload data.
2984
- flags: readable, writable, changeable only in NULL or READY state
2985
- Boolean. Default: false
2986
- ChunkEnable-SequencerSetActive : Includes the currently selected chunk in the payload data.
2987
- flags: readable, writable, changeable only in NULL or READY state
2988
- Boolean. Default: false
2989
- ChunkEnable-PayloadCRC16 : Includes the currently selected chunk in the payload data.
2990
- flags: readable, writable, changeable only in NULL or READY state
2991
- Boolean. Default: false
2992
- UserSetDefault : Sets the user set or the factory set to be used as the startup set.
2993
- flags: readable, writable, changeable only in NULL or READY state
2994
- Enum "_2676_ba02_2_3_5_UserSetDefault" Default: 0, "Default"
2995
- (0): Default - The Default User Set factory set is set as the default startup set.
2996
- (8): HighGain - The High Gain factory set is set as the default startup set.
2997
- (9): AutoFunctions - The Auto Functions factory set is set as the default startup set.
2998
- (1): UserSet1 - User set 1 is set as the default startup set.
2999
- (2): UserSet2 - User set 2 is set as the default startup set.
3000
- (3): UserSet3 - User set 3 is set as the default startup set.
3001
- PayloadSize : Size of the payload in bytes.
3002
- flags: readable
3003
- Integer64. Range: 0 - 9223372036854775807 Default: 1555200
3004
- BslUSBSpeedMode : Indicates the speed mode of the USB port.
3005
- flags: readable
3006
- Enum "_2676_ba02_2_3_5_BslUSBSpeedMode" Default: 8, "SuperSpeed"
3007
- (4): HighSpeed - The USB port is operating at High Speed.
3008
- (8): SuperSpeed - The USB port is operating at SuperSpeed.
3009
- SIPayloadTransferSize : For information only. May be required when contacting Basler support.
3010
- flags: readable
3011
- Integer64. Range: 0 - 4294967295 Default: 0
3012
- SIPayloadTransferCount : For information only. May be required when contacting Basler support.
3013
- flags: readable
3014
- Integer64. Range: 0 - 4294967295 Default: 0
3015
- SIPayloadFinalTransfer1Size : For information only. May be required when contacting Basler support.
3016
- flags: readable
3017
- Integer64. Range: 0 - 4294967295 Default: 0
3018
- SIPayloadFinalTransfer2Size : For information only. May be required when contacting Basler support.
3019
- flags: readable
3020
- Integer64. Range: 0 - 4294967295 Default: 0
3021
- DeviceVendorName : Name of the camera vendor.
3022
- flags: readable
3023
- String. Default: "Basler"
3024
- DeviceModelName : Model name of the camera.
3025
- flags: readable
3026
- String. Default: "acA1440-220um"
3027
- DeviceManufacturerInfo : Additional information from the vendor about the camera.
3028
- flags: readable
3029
- String. Default: "none"
3030
- DeviceVersion : Version of the camera.
3031
- flags: readable
3032
- String. Default: "107652-13"
3033
- DeviceFirmwareVersion : Version of the camera's firmware.
3034
- flags: readable
3035
- String. Default: "107652-13;U;acA1440_220um;V1.5-2;0"
3036
- DeviceSerialNumber : Serial number of the camera.
3037
- flags: readable
3038
- String. Default: "40407253"
3039
- DeviceUserID : User-settable ID of the camera.
3040
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3041
- String. Default: ""
3042
- DeviceScanType : Indicates the scan type of the camera's sensor (area or line scan).
3043
- flags: readable
3044
- Enum "_2676_ba02_2_3_5_DeviceScanType" Default: 0, "Areascan"
3045
- (0): Areascan - The camera has an area scan sensor.
3046
- (1): Linescan - The camera has a line scan sensor.
3047
- TimestampLatchValue : Latched value of the timestamp counter.
3048
- flags: readable
3049
- Integer64. Range: 0 - 9223372036854775807 Default: 0
3050
- DeviceLinkSpeed : Speed of transmission negotiated on the selected link.
3051
- flags: readable
3052
- Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 500000000
3053
- DeviceLinkThroughputLimitMode : Enables/disables the device link throughput limit.
3054
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3055
- Enum "_2676_ba02_2_3_5_DeviceLinkThroughputLimitMode" Default: 1, "On"
3056
- (0): Off - The Device Link Throughput Limit parameter is disabled.
3057
- (1): On - The Device Link Throughput Limit parameter is enabled.
3058
- DeviceLinkThroughputLimit : Bandwidth limit for data transmission (in bytes per second).
3059
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3060
- Integer64. Range: 524288 - 419430400 Default: 360000000
3061
- DeviceLinkCurrentThroughput : Actual bandwidth the camera will use.
3062
- flags: readable
3063
- Integer64. Range: 0 - 4294967295 Default: 354198133
3064
- DeviceTemperature : Temperature at the selected location in the camera (in degrees centigrade).
3065
- flags: readable
3066
- Double. Range: -2.1e+09 - 2.1e+09 Default: 54
3067
- TemperatureState : Indicates the temperature state.
3068
- flags: readable
3069
- Enum "_2676_ba02_2_3_5_TemperatureState" Default: 0, "Ok"
3070
- (0): Ok - The temperature is normal.
3071
- (1): Critical - The temperature is critical.
3072
- (2): Error - The temperature state could not be retrieved.
3073
- DeviceSFNCVersionMajor : Major version number of the SFNC specification that the camera is compatible with.
3074
- flags: readable
3075
- Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 2
3076
- DeviceSFNCVersionMinor : Minor version number of the SFNC specification that the camera is compatible with.
3077
- flags: readable
3078
- Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 1
3079
- DeviceSFNCVersionSubMinor : Subminor version number of the SFNC specification that the camera is compatible with.
3080
- flags: readable
3081
- Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 0
3082
- UserDefinedValue-Value1 : User-defined value.
3083
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3084
- Integer64. Range: -2147483648 - 2147483647 Default: 0
3085
- UserDefinedValue-Value2 : User-defined value.
3086
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3087
- Integer64. Range: -2147483648 - 2147483647 Default: 0
3088
- UserDefinedValue-Value3 : User-defined value.
3089
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3090
- Integer64. Range: -2147483648 - 2147483647 Default: 0
3091
- UserDefinedValue-Value4 : User-defined value.
3092
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3093
- Integer64. Range: -2147483648 - 2147483647 Default: 0
3094
- UserDefinedValue-Value5 : User-defined value.
3095
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3096
- Integer64. Range: -2147483648 - 2147483647 Default: 0
3097
- RemoveParameterLimit : Removes the factory-set limit of the selected parameter.
3098
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3099
- Boolean. Default: false
3100
- ExpertFeatureAccessKey-ExpertFeature1: Key for making the selected expert feature available.
3101
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3102
- Integer64. Range: 0 - 4294967295 Default: 0
3103
- ExpertFeatureAccessKey-ExpertFeature2: Key for making the selected expert feature available.
3104
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3105
- Integer64. Range: 0 - 4294967295 Default: 0
3106
- ExpertFeatureAccessKey-ExpertFeature3: Key for making the selected expert feature available.
3107
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3108
- Integer64. Range: 0 - 4294967295 Default: 0
3109
- ExpertFeatureAccessKey-ExpertFeature4: Key for making the selected expert feature available.
3110
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3111
- Integer64. Range: 0 - 4294967295 Default: 0
3112
- ExpertFeatureAccessKey-ExpertFeature5: Key for making the selected expert feature available.
3113
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3114
- Integer64. Range: 0 - 4294967295 Default: 0
3115
- ExpertFeatureAccessKey-ExpertFeature6: Key for making the selected expert feature available.
3116
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3117
- Integer64. Range: 0 - 4294967295 Default: 0
3118
- ExpertFeatureAccessKey-ExpertFeature7: Key for making the selected expert feature available.
3119
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3120
- Integer64. Range: 0 - 4294967295 Default: 0
3121
- ExpertFeatureAccessKey-ExpertFeature8: Key for making the selected expert feature available.
3122
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3123
- Integer64. Range: 0 - 4294967295 Default: 0
3124
- ExpertFeatureAccessKey-ExpertFeature9: Key for making the selected expert feature available.
3125
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3126
- Integer64. Range: 0 - 4294967295 Default: 0
3127
- ExpertFeatureAccessKey-ExpertFeature10: Key for making the selected expert feature available.
3128
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3129
- Integer64. Range: 0 - 4294967295 Default: 0
3130
- ExpertFeatureAccessKey-ExpertFeature11: Key for making the selected expert feature available.
3131
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3132
- Integer64. Range: 0 - 4294967295 Default: 0
3133
- PgiMode : Enables Basler PGI image optimizations.
3134
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3135
- Enum "_2676_ba02_2_3_5_PgiMode" Default: 0, "Off"
3136
- (0): Off - Basler PGI image optimizations are disabled.
3137
- (1): On - Basler PGI image optimizations are enabled.
3138
- AutoFunctionROIWidth-ROI1 : Width of the auto function ROI (in pixels).
3139
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3140
- Integer64. Range: 0 - 1456 Default: 1440
3141
- AutoFunctionROIWidth-ROI2 : Width of the auto function ROI (in pixels).
3142
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3143
- Integer64. Range: 0 - 1456 Default: 1440
3144
- AutoFunctionROIHeight-ROI1 : Height of the auto function ROI (in pixels).
3145
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3146
- Integer64. Range: 0 - 1088 Default: 1080
3147
- AutoFunctionROIHeight-ROI2 : Height of the auto function ROI (in pixels).
3148
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3149
- Integer64. Range: 0 - 1088 Default: 1080
3150
- AutoFunctionROIOffsetX-ROI1 : Horizontal offset of the auto function ROI from the left side of the sensor (in pixels).
3151
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3152
- Integer64. Range: 0 - 1452 Default: 8
3153
- AutoFunctionROIOffsetX-ROI2 : Horizontal offset of the auto function ROI from the left side of the sensor (in pixels).
3154
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3155
- Integer64. Range: 0 - 1452 Default: 8
3156
- AutoFunctionROIOffsetY-ROI1 : Vertical offset from the top of the sensor to the auto function ROI (in pixels).
3157
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3158
- Integer64. Range: 0 - 1087 Default: 8
3159
- AutoFunctionROIOffsetY-ROI2 : Vertical offset from the top of the sensor to the auto function ROI (in pixels).
3160
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3161
- Integer64. Range: 0 - 1087 Default: 8
3162
- AutoFunctionROIUseBrightness-ROI1 : Assigns the Gain Auto and the Exposure Auto auto functions to the currently selected auto function ROI.
3163
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3164
- Boolean. Default: false
3165
- AutoFunctionROIUseBrightness-ROI2 : Assigns the Gain Auto and the Exposure Auto auto functions to the currently selected auto function ROI.
3166
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3167
- Boolean. Default: false
3168
- AutoFunctionROIUseWhiteBalance-ROI1: Assigns the Balance White Auto auto function to the currently selected auto function ROI.
3169
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3170
- Boolean. Default: true
3171
- AutoFunctionROIUseWhiteBalance-ROI2: Assigns the Balance White Auto auto function to the currently selected auto function ROI.
3172
- flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
3173
- Boolean. Default: true
3174
- flags: readable
3175
- Object of type "GObject"
3176
- capture-error : The strategy to use in case of a camera capture error.
3177
- flags: readable, writable, controllable
3178
- Enum "GstPylonCaptureErrorEnum" Default: 2, "Stop pipeline in case of any capture error"
3179
- (0): Use partial or corrupt buffers - keep
3180
- (1): Skip partial or corrupt buffers. A maximum of 100 buffers can be skipped before the pipeline aborts. - skip
3181
- (2): Stop pipeline in case of any capture error - abort
3182
- device-index : The index of the device to use.This index applies to the resulting device list after applying the other device selection properties. The index is mandatory if multiple devices match the given search criteria.
3183
- flags: readable, writable, changeable only in NULL or READY state
3184
- Integer. Range: -1 - 2147483647 Default: -1
3185
- device-serial-number: The serial number of the device to use. May be combined with other device selection properties to reduce the search.
3186
- flags: readable, writable, changeable only in NULL or READY state
3187
- String. Default: null
3188
- device-user-name : The user-defined name of the device to use. May be combinedwith other device selection properties to reduce the search.
3189
- flags: readable, writable, changeable only in NULL or READY state
3190
- String. Default: null
3191
- do-timestamp : Apply current stream time to buffers
3192
- flags: readable, writable
3193
- Boolean. Default: false
3194
- enable-correction : If enabled, the values from other parameters will be automatically corrected. If any of the properties holds an incorrect value given an specific configuration it will be corrected
3195
- flags: readable, writable, changeable only in NULL or READY state
3196
- Boolean. Default: true
3197
- name : The name of the object
3198
- flags: readable, writable
3199
- String. Default: "pylonsrc0"
3200
- num-buffers : Number of buffers to output before sending EOS (-1 = unlimited)
3201
- flags: readable, writable
3202
- Integer. Range: -1 - 2147483647 Default: -1
3203
- parent : The parent of the object
3204
- flags: readable, writable
3205
- Object of type "GstObject"
3206
- pfs-location : The filepath to the PFS file from which to load the device configuration. Setting this property will override the user set property if also set.
3207
- flags: readable, writable, changeable only in NULL or READY state
3208
- String. Default: null
3209
- stream : The stream grabber to use.
3210
- According to the selected stream grabber different properties will be available.
3211
- These properties can be accessed using the "stream::<property>" syntax.
3212
- The following list details the properties for each stream grabber.
3213
- Basler acA1440-220um (40407253) Stream Grabber:
3214
-
3215
- name : The name of the object
3216
- flags: readable, writable
3217
- String. Default: "(null)"
3218
- parent : The parent of the object
3219
- flags: readable, writable
3220
- (null)
3221
- MaxNumBuffer : Maximum number of buffers that can be used simultaneously for grabbing images.
3222
- flags: readable, writable, changeable only in NULL or READY state
3223
- Integer64. Range: 1 - 2147483647 Default: 16
3224
- MaxBufferSize : Maximum size (in bytes) of a buffer used for grabbing images.
3225
- flags: readable, writable, changeable only in NULL or READY state
3226
- Integer64. Range: 1 - 9223372036854775807 Default: 131072
3227
- MaxTransferSize : Maximum USB data transfer size in bytes.
3228
- flags: readable, writable, changeable only in NULL or READY state
3229
- Integer64. Range: 1024 - 4194304 Default: 262144
3230
- NumMaxQueuedUrbs : Maximum number of USB request blocks (URBs) to be enqueued simultaneously.
3231
- flags: readable, writable, changeable only in NULL or READY state
3232
- Integer64. Range: 1 - 4294967295 Default: 64
3233
- TransferLoopThreadPriority : Priority of the thread that handles USB requests from the stream interface.
3234
- flags: readable, writable, changeable only in NULL or READY state
3235
- Integer64. Range: 0 - 0 Default: 0
3236
- Statistic-Total-Buffer-Count : GigE cameras: Number of frames received. Other cameras: Number of buffers processed.
3237
- flags: readable
3238
- Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 0
3239
- Statistic-Failed-Buffer-Count : GigE cameras: Number of buffers with at least one failed packet. A packet is considered failed if its status is not 'success'. Other cameras: Number of buffers that returned with an error status.
3240
- flags: readable
3241
- Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 0
3242
- Statistic-Last-Failed-Buffer-Status: Status code of the last failed buffer.
3243
- flags: readable
3244
- Integer64. Range: 0 - 4294967295 Default: 0
3245
- Statistic-Last-Failed-Buffer-Status-Text: Status code of the last failed buffer.
3246
- flags: readable
3247
- String. Default: ""
3248
- Statistic-Missed-Frame-Count : Number of corrupt or lost frames between successfully grabbed images.
3249
- flags: readable
3250
- Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 0
3251
- Statistic-Resynchronization-Count : Number of stream resynchronizations.
3252
- flags: readable
3253
- Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 0
3254
- Statistic-Last-Block-Id : Last grabbed block ID.
3255
- flags: readable
3256
- Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 0
3257
- Statistic-Out-Of-Memory-Error-Count: Number of out-of-memory errors.
3258
- flags: readable
3259
- Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 0
3260
- flags: readable
3261
- Object of type "GObject"
3262
- typefind : Run typefind before negotiating (deprecated, non-functional)
3263
- flags: readable, writable, deprecated
3264
- Boolean. Default: false
3265
- user-set : The user-defined configuration set to use. Leaving this property unset, or using 'Auto' result in selecting the power-on default camera configuration.
3266
- flags: readable, writable, changeable only in NULL or READY state
3267
- String. Default: null
3268
-
3269
-
3270
- `;
3271
- const gstInspectOutput = `
3272
-
3273
- pbtypes: GstVideoMultiviewFlagsSet (GstDynamicTypeFactory)
3274
- flxdec: flxdec: FLX video decoder
3275
- audioresample: audioresample: Audio resampler
3276
- asfmux: asfmux: ASF muxer
3277
- asfmux: rtpasfpay: RTP ASF payloader
3278
- asfmux: asfparse: ASF parser
3279
- waylandsink: waylandsink: wayland video sink
3280
- effectv: edgetv: EdgeTV effect
3281
- effectv: agingtv: AgingTV effect
3282
- effectv: dicetv: DiceTV effect
3283
- effectv: warptv: WarpTV effect
3284
- effectv: shagadelictv: ShagadelicTV
3285
- effectv: vertigotv: VertigoTV effect
3286
- effectv: revtv: RevTV effect
3287
- effectv: quarktv: QuarkTV effect
3288
- effectv: optv: OpTV effect
3289
- effectv: radioactv: RadioacTV effect
3290
- effectv: streaktv: StreakTV effect
3291
- effectv: rippletv: RippleTV effect
3292
- nvtee: nvtee: NvTee
3293
- ximagesink: ximagesink: Video sink
3294
- autoconvert: autoconvert: Select convertor based on caps
3295
- autoconvert: autovideoconvert: Select color space convertor based on caps
3296
- mpegtsdemux: tsparse: MPEG transport stream parser
3297
- mpegtsdemux: tsdemux: MPEG transport stream demuxer
3298
- smooth: smooth: Smooth effect
3299
- rtpmanager: rtpbin: RTP Bin
3300
- rtpmanager: rtpjitterbuffer: RTP packet jitter-buffer
3301
- rtpmanager: rtpptdemux: RTP Demux
3302
- rtpmanager: rtpsession: RTP Session
3303
- rtpmanager: rtprtxqueue: RTP Retransmission Queue
3304
- rtpmanager: rtprtxreceive: RTP Retransmission receiver
3305
- rtpmanager: rtprtxsend: RTP Retransmission Sender
3306
- rtpmanager: rtpssrcdemux: RTP SSRC Demux
3307
- rtpmanager: rtpmux: RTP muxer
3308
- rtpmanager: rtpdtmfmux: RTP muxer
3309
- rtpmanager: rtpfunnel: RTP funnel
3310
- aom: av1enc: AV1 Encoder
3311
- aom: av1dec: AV1 Decoder
3312
- xingmux: xingmux: MP3 Xing muxer
3313
- ttmlsubs: ttmlparse: TTML subtitle parser
3314
- ttmlsubs: ttmlrender: TTML subtitle renderer
3315
- encoding: encodebin: Encoder Bin
3316
- gdp: gdpdepay: GDP Depayloader
3317
- gdp: gdppay: GDP Payloader
3318
- wavenc: wavenc: WAV audio muxer
3319
- webrtcdsp: webrtcdsp: Voice Processor (AGC, AEC, filters, etc.)
3320
- webrtcdsp: webrtcechoprobe: Accoustic Echo Canceller probe
3321
- sctp: sctpenc: SCTP Encoder
3322
- sctp: sctpdec: SCTP Decoder
3323
- audiotestsrc: audiotestsrc: Audio test source
3324
- nvvideosink: nvvideosink: nVidia Video Sink
3325
- videobox: videobox: Video box filter
3326
- gtk: gtksink: Gtk Video Sink
3327
- gtk: gtkglsink: Gtk GL Video Sink
3328
- oss4: oss4sink: OSS v4 Audio Sink
3329
- oss4: oss4src: OSS v4 Audio Source
3330
- multipart: multipartdemux: Multipart demuxer
3331
- multipart: multipartmux: Multipart muxer
3332
- mpegpsdemux: mpegpsdemux: MPEG Program Stream Demuxer
3333
- dvdread: dvdreadsrc: DVD Source
3334
- auparse: auparse: AU audio demuxer
3335
- openexr: openexrdec: OpenEXR decoder
3336
- openal: openalsink: OpenAL Audio Sink
3337
- openal: openalsrc: OpenAL Audio Source
3338
- xvimagesink: xvimagesink: Video sink
3339
- id3demux: id3demux: ID3 tag demuxer
3340
- mulaw: mulawenc: Mu Law audio encoder
3341
- mulaw: mulawdec: Mu Law audio decoder
3342
- speex: speexenc: Speex audio encoder
3343
- speex: speexdec: Speex audio decoder
3344
- adpcmenc: adpcmenc: ADPCM encoder
3345
- y4mdec: y4mdec: YUV4MPEG demuxer/decoder
3346
- voaacenc: voaacenc: AAC audio encoder
3347
- cacasink: cacasink: A colored ASCII art video sink
3348
- ogg: oggdemux: Ogg demuxer
3349
- ogg: oggmux: Ogg muxer
3350
- ogg: ogmaudioparse: OGM audio stream parser
3351
- ogg: ogmvideoparse: OGM video stream parser
3352
- ogg: ogmtextparse: OGM text stream parser
3353
- ogg: oggparse: Ogg parser
3354
- ogg: oggaviparse: Ogg AVI parser
3355
- bz2: bz2enc: BZ2 encoder
3356
- bz2: bz2dec: BZ2 decoder
3357
- ofa: ofa: OFA
3358
- rawparse: unalignedaudioparse: unalignedaudioparse
3359
- rawparse: unalignedvideoparse: unalignedvideoparse
3360
- rawparse: rawaudioparse: rawaudioparse
3361
- rawparse: rawvideoparse: rawvideoparse
3362
- goom2k1: goom2k1: GOOM: what a GOOM! 2k1 edition
3363
- alaw: alawenc: A Law audio encoder
3364
- alaw: alawdec: A Law audio decoder
3365
- videoconvert: videoconvert: Colorspace converter
3366
- netsim: netsim: Network Simulator
3367
- siren: sirendec: Siren Decoder element
3368
- siren: sirenenc: Siren Encoder element
3369
- sndfile: sfdec: Sndfile decoder
3370
- rtp: rtpac3depay: RTP AC3 depayloader
3371
- rtp: rtpac3pay: RTP AC3 audio payloader
3372
- rtp: rtpbvdepay: RTP BroadcomVoice depayloader
3373
- rtp: rtpbvpay: RTP BV Payloader
3374
- rtp: rtpceltdepay: RTP CELT depayloader
3375
- rtp: rtpceltpay: RTP CELT payloader
3376
- rtp: rtpdvdepay: RTP DV Depayloader
3377
- rtp: rtpdvpay: RTP DV Payloader
3378
- rtp: rtpgstdepay: GStreamer depayloader
3379
- rtp: rtpgstpay: RTP GStreamer payloader
3380
- rtp: rtpilbcpay: RTP iLBC Payloader
3381
- rtp: rtpilbcdepay: RTP iLBC depayloader
3382
- rtp: rtpg722depay: RTP audio depayloader
3383
- rtp: rtpg722pay: RTP audio payloader
3384
- rtp: rtpg723depay: RTP G.723 depayloader
3385
- rtp: rtpg723pay: RTP G.723 payloader
3386
- rtp: rtpg726depay: RTP G.726 depayloader
3387
- rtp: rtpg726pay: RTP G.726 payloader
3388
- rtp: rtpg729depay: RTP G.729 depayloader
3389
- rtp: rtpg729pay: RTP G.729 payloader
3390
- rtp: rtpgsmdepay: RTP GSM depayloader
3391
- rtp: rtpgsmpay: RTP GSM payloader
3392
- rtp: rtpamrdepay: RTP AMR depayloader
3393
- rtp: rtpamrpay: RTP AMR payloader
3394
- rtp: rtppcmadepay: RTP PCMA depayloader
3395
- rtp: rtppcmudepay: RTP PCMU depayloader
3396
- rtp: rtppcmupay: RTP PCMU payloader
3397
- rtp: rtppcmapay: RTP PCMA payloader
3398
- rtp: rtpmpadepay: RTP MPEG audio depayloader
3399
- rtp: rtpmpapay: RTP MPEG audio payloader
3400
- rtp: rtpmparobustdepay: RTP MPEG audio depayloader
3401
- rtp: rtpmpvdepay: RTP MPEG video depayloader
3402
- rtp: rtpmpvpay: RTP MPEG2 ES video payloader
3403
- rtp: rtpopusdepay: RTP Opus packet depayloader
3404
- rtp: rtpopuspay: RTP Opus payloader
3405
- rtp: rtph261pay: RTP H261 packet payloader
3406
- rtp: rtph261depay: RTP H261 depayloader
3407
- rtp: rtph263ppay: RTP H263 payloader
3408
- rtp: rtph263pdepay: RTP H263 depayloader
3409
- rtp: rtph263depay: RTP H263 depayloader
3410
- rtp: rtph263pay: RTP H263 packet payloader
3411
- rtp: rtph264depay: RTP H264 depayloader
3412
- rtp: rtph264pay: RTP H264 payloader
3413
- rtp: rtph265depay: RTP H265 depayloader
3414
- rtp: rtph265pay: RTP H265 payloader
3415
- rtp: rtpj2kdepay: RTP JPEG 2000 depayloader
3416
- rtp: rtpj2kpay: RTP JPEG 2000 payloader
3417
- rtp: rtpjpegdepay: RTP JPEG depayloader
3418
- rtp: rtpjpegpay: RTP JPEG payloader
3419
- rtp: rtpklvdepay: RTP KLV Depayloader
3420
- rtp: rtpklvpay: RTP KLV Payloader
3421
- rtp: rtpL8pay: RTP audio payloader
3422
- rtp: rtpL8depay: RTP audio depayloader
3423
- rtp: rtpL16pay: RTP audio payloader
3424
- rtp: rtpL16depay: RTP audio depayloader
3425
- rtp: rtpL24pay: RTP audio payloader
3426
- rtp: rtpL24depay: RTP audio depayloader
3427
- rtp: asteriskh263: RTP Asterisk H263 depayloader
3428
- rtp: rtpmp1sdepay: RTP MPEG1 System Stream depayloader
3429
- rtp: rtpmp2tdepay: RTP MPEG Transport Stream depayloader
3430
- rtp: rtpmp2tpay: RTP MPEG2 Transport Stream payloader
3431
- rtp: rtpmp4vpay: RTP MPEG4 Video payloader
3432
- rtp: rtpmp4vdepay: RTP MPEG4 video depayloader
3433
- rtp: rtpmp4apay: RTP MPEG4 audio payloader
3434
- rtp: rtpmp4adepay: RTP MPEG4 audio depayloader
3435
- rtp: rtpmp4gdepay: RTP MPEG4 ES depayloader
3436
- rtp: rtpmp4gpay: RTP MPEG4 ES payloader
3437
- rtp: rtpqcelpdepay: RTP QCELP depayloader
3438
- rtp: rtpqdm2depay: RTP QDM2 depayloader
3439
- rtp: rtpsbcdepay: RTP SBC audio depayloader
3440
- rtp: rtpsbcpay: RTP packet payloader
3441
- rtp: rtpsirenpay: RTP Payloader for Siren Audio
3442
- rtp: rtpsirendepay: RTP Siren packet depayloader
3443
- rtp: rtpspeexpay: RTP Speex payloader
3444
- rtp: rtpspeexdepay: RTP Speex depayloader
3445
- rtp: rtpsv3vdepay: RTP SVQ3 depayloader
3446
- rtp: rtptheoradepay: RTP Theora depayloader
3447
- rtp: rtptheorapay: RTP Theora payloader
3448
- rtp: rtpvorbisdepay: RTP Vorbis depayloader
3449
- rtp: rtpvorbispay: RTP Vorbis payloader
3450
- rtp: rtpvp8depay: RTP VP8 depayloader
3451
- rtp: rtpvp8pay: RTP VP8 payloader
3452
- rtp: rtpvp9depay: RTP VP9 depayloader
3453
- rtp: rtpvp9pay: RTP VP9 payloader
3454
- rtp: rtpvrawdepay: RTP Raw Video depayloader
3455
- rtp: rtpvrawpay: RTP Raw Video payloader
3456
- rtp: rtpstreampay: RTP Stream Payloading
3457
- rtp: rtpstreamdepay: RTP Stream Depayloading
3458
- rtp: rtpredenc: Redundant Audio Data (RED) Encoder
3459
- rtp: rtpreddec: Redundant Audio Data (RED) Decoder
3460
- rtp: rtpulpfecdec: RTP FEC Decoder
3461
- rtp: rtpulpfecenc: RTP FEC Encoder
3462
- rtp: rtpstorage: RTP storage
3463
- mxf: mxfdemux: MXF Demuxer
3464
- mxf: mxfmux: MXF muxer
3465
- a52dec: a52dec: ATSC A/52 audio decoder
3466
- sid: siddec: Sid decoder
3467
- flv: flvdemux: FLV Demuxer
3468
- flv: flvmux: FLV muxer
3469
- amrnb: amrnbdec: AMR-NB audio decoder
3470
- amrnb: amrnbenc: AMR-NB audio encoder
3471
- assrender: assrender: ASS/SSA Render
3472
- dtsdec: dtsdec: DTS audio decoder
3473
- nvivafilter: nvivafilter: NvIVAFilter Plugin
3474
- openmpt: openmptdec: OpenMPT-based module music decoder
3475
- ximagesrc: ximagesrc: Ximage video source
3476
- videoframe_audiolevel: videoframe-audiolevel: Video-frame audio level
3477
- webrtc: webrtcbin: WebRTC Bin
3478
- videorate: videorate: Video rate adjuster
3479
- dvbsuboverlay: dvbsuboverlay: DVB Subtitles Overlay
3480
- audiofxbad: audiochannelmix: Simple stereo audio mixer
3481
- hls: hlsdemux: HLS Demuxer
3482
- hls: hlssink: HTTP Live Streaming sink
3483
- hls: hlssink2: HTTP Live Streaming sink
3484
- typefindfunctions: video/x-ms-asf: asf, wm, wma, wmv
3485
- typefindfunctions: audio/x-musepack: mpc, mpp, mp+
3486
- typefindfunctions: audio/x-au: au, snd
3487
- typefindfunctions: video/x-msvideo: avi
3488
- typefindfunctions: audio/qcelp: qcp
3489
- typefindfunctions: video/x-cdxa: dat
3490
- typefindfunctions: video/x-vcd: dat
3491
- typefindfunctions: audio/x-imelody: imy, ime, imelody
3492
- typefindfunctions: application/x-scc: scc
3493
- typefindfunctions: application/x-mcc: mcc
3494
- typefindfunctions: audio/midi: mid, midi
3495
- typefindfunctions: audio/riff-midi: mid, midi
3496
- typefindfunctions: audio/mobile-xmf: mxmf
3497
- typefindfunctions: video/x-fli: flc, fli
3498
- typefindfunctions: application/x-id3v2: mp3, mp2, mp1, mpga, ogg, flac, tta
3499
- typefindfunctions: application/x-id3v1: mp3, mp2, mp1, mpga, ogg, flac, tta
3500
- typefindfunctions: application/x-apetag: mp3, ape, mpc, wv
3501
- typefindfunctions: audio/x-ttafile: tta
3502
- typefindfunctions: audio/x-mod: 669, amf, ams, dbm, digi, dmf, dsm, gdm, far, imf, it, j2b, mdl, med, mod, mt2, mtm, okt, psm, ptm, sam, s3m, stm, stx, ult, umx, xm
3503
- typefindfunctions: audio/mpeg: mp3, mp2, mp1, mpga
3504
- typefindfunctions: audio/x-ac3: ac3, eac3
3505
- typefindfunctions: audio/x-dts: dts
3506
- typefindfunctions: audio/x-gsm: gsm
3507
- typefindfunctions: video/mpeg-sys: mpe, mpeg, mpg
3508
- typefindfunctions: video/mpegts: ts, mts
3509
- typefindfunctions: application/ogg: ogg, oga, ogv, ogm, ogx, spx, anx, axa, axv
3510
- typefindfunctions: video/mpeg-elementary: mpv, mpeg, mpg
3511
- typefindfunctions: video/mpeg4: m4v
3512
- typefindfunctions: video/x-h263: h263, 263
3513
- typefindfunctions: video/x-h264: h264, x264, 264
3514
- typefindfunctions: video/x-h265: h265, x265, 265
3515
- typefindfunctions: video/x-nuv: nuv
3516
- typefindfunctions: audio/x-m4a: m4a
3517
- typefindfunctions: application/x-3gp: 3gp
3518
- typefindfunctions: video/quicktime: mov, mp4
3519
- typefindfunctions: image/x-quicktime: qif, qtif, qti
3520
- typefindfunctions: image/jp2: jp2
3521
- typefindfunctions: image/x-jpc: jpc, j2k
3522
- typefindfunctions: video/mj2: mj2
3523
- typefindfunctions: text/html: htm, html
3524
- typefindfunctions: application/vnd.rn-realmedia: ra, ram, rm, rmvb
3525
- typefindfunctions: application/x-pn-realaudio: ra, ram, rm, rmvb
3526
- typefindfunctions: application/x-shockwave-flash: swf, swfl
3527
- typefindfunctions: application/xges: xges
3528
- typefindfunctions: application/dash+xml: mpd, MPD
3529
- typefindfunctions: application/vnd.ms-sstr+xml: no extensions
3530
- typefindfunctions: video/x-flv: flv
3531
- typefindfunctions: text/plain: txt
3532
- typefindfunctions: text/utf-16: txt
3533
- typefindfunctions: text/utf-32: txt
3534
- typefindfunctions: text/uri-list: ram
3535
- typefindfunctions: application/itc: itc
3536
- typefindfunctions: application/x-hls: m3u8
3537
- typefindfunctions: application/sdp: sdp
3538
- typefindfunctions: application/smil: smil
3539
- typefindfunctions: application/ttml+xml: ttml+xml
3540
- typefindfunctions: application/xml: xml
3541
- typefindfunctions: audio/x-wav: wav
3542
- typefindfunctions: audio/x-aiff: aiff, aif, aifc
3543
- typefindfunctions: audio/x-svx: iff, svx
3544
- typefindfunctions: audio/x-paris: paf
3545
- typefindfunctions: audio/x-nist: nist
3546
- typefindfunctions: audio/x-voc: voc
3547
- typefindfunctions: audio/x-sds: sds
3548
- typefindfunctions: audio/x-ircam: sf
3549
- typefindfunctions: audio/x-w64: w64
3550
- typefindfunctions: audio/x-rf64: rf64
3551
- typefindfunctions: audio/x-shorten: shn
3552
- typefindfunctions: application/x-ape: ape
3553
- typefindfunctions: image/jpeg: jpg, jpe, jpeg
3554
- typefindfunctions: image/gif: gif
3555
- typefindfunctions: image/png: png
3556
- typefindfunctions: image/bmp: bmp
3557
- typefindfunctions: image/tiff: tif, tiff
3558
- typefindfunctions: image/webp: webp
3559
- typefindfunctions: image/x-exr: exr
3560
- typefindfunctions: image/x-portable-pixmap: pnm, ppm, pgm, pbm
3561
- typefindfunctions: video/x-matroska: mkv, mka, mk3d, webm
3562
- typefindfunctions: application/mxf: mxf
3563
- typefindfunctions: video/x-mve: mve
3564
- typefindfunctions: video/x-dv: dv, dif
3565
- typefindfunctions: audio/x-amr-nb-sh: amr
3566
- typefindfunctions: audio/x-amr-wb-sh: amr
3567
- typefindfunctions: audio/iLBC-sh: ilbc
3568
- typefindfunctions: audio/x-sbc: sbc
3569
- typefindfunctions: audio/x-sid: sid
3570
- typefindfunctions: image/x-xcf: xcf
3571
- typefindfunctions: video/x-mng: mng
3572
- typefindfunctions: image/x-jng: jng
3573
- typefindfunctions: image/x-xpixmap: xpm
3574
- typefindfunctions: image/x-sun-raster: ras
3575
- typefindfunctions: application/x-bzip: bz2
3576
- typefindfunctions: application/x-gzip: gz
3577
- typefindfunctions: application/zip: zip
3578
- typefindfunctions: application/x-compress: Z
3579
- typefindfunctions: subtitle/x-kate: no extensions
3580
- typefindfunctions: application/x-subtitle-vtt: vtt
3581
- typefindfunctions: audio/x-flac: flac
3582
- typefindfunctions: audio/x-vorbis: no extensions
3583
- typefindfunctions: video/x-theora: no extensions
3584
- typefindfunctions: application/x-ogm-video: no extensions
3585
- typefindfunctions: application/x-ogm-audio: no extensions
3586
- typefindfunctions: application/x-ogm-text: no extensions
3587
- typefindfunctions: audio/x-speex: no extensions
3588
- typefindfunctions: audio/x-celt: no extensions
3589
- typefindfunctions: application/x-ogg-skeleton: no extensions
3590
- typefindfunctions: text/x-cmml: no extensions
3591
- typefindfunctions: application/x-executable: no extensions
3592
- typefindfunctions: audio/aac: aac, adts, adif, loas
3593
- typefindfunctions: audio/x-spc: spc
3594
- typefindfunctions: audio/x-wavpack: wv, wvp
3595
- typefindfunctions: audio/x-wavpack-correction: wvc
3596
- typefindfunctions: audio/x-caf: caf
3597
- typefindfunctions: application/postscript: ps
3598
- typefindfunctions: image/svg+xml: svg
3599
- typefindfunctions: application/x-rar: rar
3600
- typefindfunctions: application/x-tar: tar
3601
- typefindfunctions: application/x-ar: a
3602
- typefindfunctions: application/x-ms-dos-executable: dll, exe, ocx, sys, scr, msstyles, cpl
3603
- typefindfunctions: video/x-dirac: no extensions
3604
- typefindfunctions: multipart/x-mixed-replace: no extensions
3605
- typefindfunctions: application/x-mmsh: no extensions
3606
- typefindfunctions: video/vivo: viv
3607
- typefindfunctions: audio/x-nsf: nsf
3608
- typefindfunctions: audio/x-gym: gym
3609
- typefindfunctions: audio/x-ay: ay
3610
- typefindfunctions: audio/x-gbs: gbs
3611
- typefindfunctions: audio/x-vgm: vgm
3612
- typefindfunctions: audio/x-sap: sap
3613
- typefindfunctions: video/x-ivf: ivf
3614
- typefindfunctions: audio/x-kss: kss
3615
- typefindfunctions: application/pdf: pdf
3616
- typefindfunctions: application/msword: doc
3617
- typefindfunctions: image/vnd.adobe.photoshop: psd
3618
- typefindfunctions: image/vnd.wap.wbmp: no extensions
3619
- typefindfunctions: application/x-yuv4mpeg: no extensions
3620
- typefindfunctions: image/x-icon: no extensions
3621
- typefindfunctions: image/x-degas: no extensions
3622
- typefindfunctions: application/octet-stream: no extensions
3623
- typefindfunctions: application/x-ssa: ssa, ass
3624
- typefindfunctions: video/x-pva: pva
3625
- typefindfunctions: audio/x-xi: xi
3626
- typefindfunctions: audio/audible: aa, aax
3627
- typefindfunctions: audio/x-tap-tap: tap
3628
- typefindfunctions: audio/x-tap-dmp: dmp
3629
- dv: dvdemux: DV system stream demuxer
3630
- dv: dvdec: DV video decoder
3631
- webp: webpdec: WebP image decoder
3632
- webp: webpenc: WEBP image encoder
3633
- nvdrmvideosink: nvdrmvideosink: Nvidia Drm Video Sink
3634
- compositor: compositor: Compositor
3635
- tcp: socketsrc: socket source
3636
- tcp: tcpclientsink: TCP client sink
3637
- tcp: tcpclientsrc: TCP client source
3638
- tcp: tcpserversink: TCP server sink
3639
- tcp: tcpserversrc: TCP server source
3640
- tcp: multifdsink: Multi filedescriptor sink
3641
- tcp: multisocketsink: Multi socket sink
3642
- musepack: musepackdec: Musepack decoder
3643
- dc1394: dc1394src: 1394 IIDC Video Source
3644
- flite: flitetestsrc: Flite speech test source
3645
- 1394: dv1394src: Firewire (1394) DV video source
3646
- 1394: hdv1394src: Firewire (1394) HDV video source
3647
- mplex: mplex: mplex video multiplexer
3648
- amrwbdec: amrwbdec: AMR-WB audio decoder
3649
- opus: opusenc: Opus audio encoder
3650
- opus: opusdec: Opus audio decoder
3651
- lame: lamemp3enc: L.A.M.E. mp3 encoder
3652
- alsa: alsasrc: Audio source (ALSA)
3653
- alsa: alsasink: Audio sink (ALSA)
3654
- alsa: alsamidisrc: AlsaMidi Source
3655
- subenc: srtenc: Srt encoder
3656
- subenc: webvttenc: WebVTT encoder
3657
- adder: adder: Adder
3658
- autodetect: autovideosink: Auto video sink
3659
- autodetect: autovideosrc: Auto video source
3660
- autodetect: autoaudiosink: Auto audio sink
3661
- autodetect: autoaudiosrc: Auto audio source
3662
- dvdlpcmdec: dvdlpcmdec: DVD LPCM Audio decoder
3663
- udp: udpsink: UDP packet sender
3664
- udp: multiudpsink: UDP packet sender
3665
- udp: dynudpsink: UDP packet sender
3666
- udp: udpsrc: UDP packet receiver
3667
- png: pngdec: PNG image decoder
3668
- png: pngenc: PNG image encoder
3669
- yadif: yadif: YADIF deinterlacer
3670
- vmnc: vmncdec: VMnc video decoder
3671
- dvdspu: dvdspu: Sub-picture Overlay
3672
- bs2b: bs2b: Crossfeed effect
3673
- nvjpeg: nvjpegenc: JPEG image encoder
3674
- nvjpeg: nvjpegdec: JPEG image decoder
3675
- vulkan: vulkansink: Vulkan video sink
3676
- vulkan: vulkanupload: Vulkan Uploader
3677
- spectrum: spectrum: Spectrum analyzer
3678
- fieldanalysis: fieldanalysis: Video field analysis
3679
- rtmp: rtmpsrc: RTMP Source
3680
- rtmp: rtmpsink: RTMP output sink
3681
- srtp: srtpenc: SRTP encoder
3682
- srtp: srtpdec: SRTP decoder
3683
- deinterlace: deinterlace: Deinterlacer
3684
- coretracers: latency (GstTracerFactory)
3685
- coretracers: log (GstTracerFactory)
3686
- coretracers: rusage (GstTracerFactory)
3687
- coretracers: stats (GstTracerFactory)
3688
- coretracers: leaks (GstTracerFactory)
3689
- wavpack: wavpackdec: Wavpack audio decoder
3690
- wavpack: wavpackenc: Wavpack audio encoder
3691
- subparse: subparse_typefind: srt, sub, mpsub, mdvd, smi, txt, dks, vtt
3692
- subparse: subparse: Subtitle parser
3693
- subparse: ssaparse: SSA Subtitle Parser
3694
- audiovisualizers: spacescope: Stereo visualizer
3695
- audiovisualizers: spectrascope: Frequency spectrum scope
3696
- audiovisualizers: synaescope: Synaescope
3697
- audiovisualizers: wavescope: Waveform oscilloscope
3698
- cdparanoia: cdparanoiasrc: CD Audio (cdda) Source, Paranoia IV
3699
- monoscope: monoscope: Monoscope
3700
- fbdevsink: fbdevsink: fbdev video sink
3701
- nvvidconv: nvvidconv: NvVidConv Plugin
3702
- midi: midiparse: MidiParse
3703
- shapewipe: shapewipe: Shape Wipe transition filter
3704
- wildmidi: wildmididec: WildMidi-based MIDI music decoder
3705
- theora: theoradec: Theora video decoder
3706
- theora: theoraenc: Theora video encoder
3707
- theora: theoraparse: Theora video parser
3708
- ossaudio: osssrc: Audio Source (OSS)
3709
- ossaudio: osssink: Audio Sink (OSS)
3710
- resindvd: rsndvdbin: rsndvdbin
3711
- pylon: pylonsrc: Basler/Pylon source element
3712
- gaudieffects: burn: Burn
3713
- gaudieffects: chromium: Chromium
3714
- gaudieffects: dilate: Dilate
3715
- gaudieffects: dodge: Dodge
3716
- gaudieffects: exclusion: Exclusion
3717
- gaudieffects: solarize: Solarize
3718
- gaudieffects: gaussianblur: GstGaussianBlur
3719
- audiofx: audiopanorama: Stereo positioning
3720
- audiofx: audioinvert: Audio inversion
3721
- audiofx: audiokaraoke: AudioKaraoke
3722
- audiofx: audioamplify: Audio amplifier
3723
- audiofx: audiodynamic: Dynamic range controller
3724
- audiofx: audiocheblimit: Low pass & high pass filter
3725
- audiofx: audiochebband: Band pass & band reject filter
3726
- audiofx: audioiirfilter: Audio IIR filter
3727
- audiofx: audiowsinclimit: Low pass & high pass filter
3728
- audiofx: audiowsincband: Band pass & band reject filter
3729
- audiofx: audiofirfilter: Audio FIR filter
3730
- audiofx: audioecho: Audio echo
3731
- audiofx: scaletempo: Scaletempo
3732
- audiofx: stereo: Stereo effect
3733
- audiomixer: audiomixer: AudioMixer
3734
- audiomixer: liveadder: AudioMixer
3735
- audiomixer: audiointerleave: AudioInterleave
3736
- navigationtest: navigationtest: Video navigation test
3737
- dashdemux: dashdemux: DASH Demuxer
3738
- audioparsers: aacparse: AAC audio stream parser
3739
- audioparsers: amrparse: AMR audio stream parser
3740
- audioparsers: ac3parse: AC3 audio stream parser
3741
- audioparsers: dcaparse: DTS Coherent Acoustics audio stream parser
3742
- audioparsers: flacparse: FLAC audio parser
3743
- audioparsers: mpegaudioparse: MPEG1 Audio Parser
3744
- audioparsers: sbcparse: SBC audio parser
3745
- audioparsers: wavpackparse: Wavpack audio stream parser
3746
- teletext: teletextdec: Teletext decoder
3747
- mpg123: mpg123audiodec: mpg123 mp3 decoder
3748
- nvv4l2camerasrc: nvv4l2camerasrc: NvV4l2CameraSrc
3749
- cutter: cutter: Audio cutter
3750
- faceoverlay: faceoverlay: faceoverlay
3751
- kate: katedec: Kate stream text decoder
3752
- kate: kateenc: Kate stream encoder
3753
- kate: kateparse: Kate stream parser
3754
- kate: katetag: Kate stream tagger
3755
- jack: jackaudiosrc: Audio Source (Jack)
3756
- jack: jackaudiosink: Audio Sink (Jack)
3757
- audioconvert: audioconvert: Audio converter
3758
- camerabin: viewfinderbin: Viewfinder Bin
3759
- camerabin: wrappercamerabinsrc: Wrapper camera src element for camerabin2
3760
- camerabin: camerabin: Camera Bin
3761
- bayer: bayer2rgb: Bayer to RGB decoder for cameras
3762
- bayer: rgb2bayer: RGB to Bayer converter
3763
- gsm: gsmenc: GSM audio encoder
3764
- gsm: gsmdec: GSM audio decoder
3765
- audiorate: audiorate: Audio rate adjuster
3766
- soundtouch: pitch: Pitch controller
3767
- soundtouch: bpmdetect: BPM Detector
3768
- mpegtsmux: mpegtsmux: MPEG Transport Stream Muxer
3769
- audiolatency: audiolatency: AudioLatency
3770
- videoscale: videoscale: Video scaler
3771
- timecode: timecodestamper: Timecode stamper
3772
- timecode: avwait: Timecode Wait
3773
- cairo: cairooverlay: Cairo overlay
3774
- nvegltransform: nvegltransform: NvEGLTransform
3775
- de265: libde265dec: HEVC/H.265 decoder
3776
- interlace: interlace: Interlace filter
3777
- equalizer: equalizer-nbands: N Band Equalizer
3778
- equalizer: equalizer-3bands: 3 Band Equalizer
3779
- equalizer: equalizer-10bands: 10 Band Equalizer
3780
- overlaycomposition: overlaycomposition: Overlay Composition
3781
- pcapparse: pcapparse: PCapParse
3782
- pcapparse: irtspparse: IRTSPParse
3783
- audiobuffersplit: audiobuffersplit: Audio Buffer Split
3784
- colormanagement: lcms: LCMS2 ICC correction
3785
- nvvideosinks: nv3dsink: Nvidia 3D sink
3786
- geometrictransform: circle: circle
3787
- geometrictransform: diffuse: diffuse
3788
- geometrictransform: kaleidoscope: kaleidoscope
3789
- geometrictransform: marble: marble
3790
- geometrictransform: pinch: pinch
3791
- geometrictransform: rotate: rotate
3792
- geometrictransform: sphere: sphere
3793
- geometrictransform: twirl: twirl
3794
- geometrictransform: waterripple: waterripple
3795
- geometrictransform: stretch: stretch
3796
- geometrictransform: bulge: bulge
3797
- geometrictransform: tunnel: tunnel
3798
- geometrictransform: square: square
3799
- geometrictransform: mirror: mirror
3800
- geometrictransform: fisheye: fisheye
3801
- geometrictransform: perspective: perspective
3802
- videotestsrc: videotestsrc: Video test source
3803
- nveglstreamsrc: nveglstreamsrc: nVidia EGL Stream
3804
- pnm: pnmdec: PNM image decoder
3805
- pnm: pnmenc: PNM image encoder
3806
- mpegpsmux: mpegpsmux: MPEG Program Stream Muxer
3807
- ipcpipeline: ipcpipelinesrc: Inter-process Pipeline Source
3808
- ipcpipeline: ipcpipelinesink: Inter-process Pipeline Sink
3809
- ipcpipeline: ipcslavepipeline: Inter-process slave pipeline
3810
- zbar: zbar: Barcode detector
3811
- smpte: smpte: SMPTE transitions
3812
- smpte: smptealpha: SMPTE transitions
3813
- debug: breakmydata: Break my data
3814
- debug: capssetter: CapsSetter
3815
- debug: rndbuffersize: Random buffer size
3816
- debug: navseek: Seek based on left-right arrows
3817
- debug: pushfilesrc: Push File Source
3818
- debug: progressreport: Progress report
3819
- debug: taginject: TagInject
3820
- debug: testsink: Test plugin
3821
- debug: cpureport: CPU report
3822
- imagefreeze: imagefreeze: Still frame stream generator
3823
- replaygain: rganalysis: ReplayGain analysis
3824
- replaygain: rglimiter: ReplayGain limiter
3825
- replaygain: rgvolume: ReplayGain volume
3826
- apetag: apedemux: APE tag demuxer
3827
- speed: speed: Speed
3828
- multifile: multifilesrc: Multi-File Source
3829
- multifile: multifilesink: Multi-File Sink
3830
- multifile: splitfilesrc: Split-File Source
3831
- multifile: splitmuxsink: Split Muxing Bin
3832
- multifile: splitmuxsrc: Split File Demuxing Bin
3833
- dvdsub: dvdsubdec: DVD subtitle decoder
3834
- dvdsub: dvdsubparse: DVD subtitle parser
3835
- goom: goom: GOOM: what a GOOM!
3836
- avi: avidemux: Avi demuxer
3837
- avi: avimux: Avi muxer
3838
- avi: avisubtitle: Avi subtitle parser
3839
- alpha: alpha: Alpha filter
3840
- jpegformat: jpegparse: JPEG stream parser
3841
- jpegformat: jifmux: JPEG stream muxer
3842
- closedcaption: cccombiner: Closed Caption Combiner
3843
- closedcaption: ccconverter: Closed Caption Converter
3844
- closedcaption: ccextractor: Closed Caption Extractor
3845
- closedcaption: line21decoder: Line 21 CC Decoder
3846
- closedcaption: cc708overlay: Closed Caption overlay
3847
- closedcaption: line21encoder: Line 21 CC Encoder
3848
- opengl: glimagesink: GL Sink Bin
3849
- opengl: glimagesinkelement: OpenGL video sink
3850
- opengl: glupload: OpenGL uploader
3851
- opengl: gldownload: OpenGL downloader
3852
- opengl: glcolorconvert: OpenGL color converter
3853
- opengl: glcolorbalance: Video balance
3854
- opengl: glfilterbin: GL Filter Bin
3855
- opengl: glsinkbin: GL Sink Bin
3856
- opengl: glsrcbin: GL Src Bin
3857
- opengl: glmixerbin: OpenGL video_mixer empty bin
3858
- opengl: glfiltercube: OpenGL cube filter
3859
- opengl: gltransformation: OpenGL transformation filter
3860
- opengl: glvideoflip: OpenGL video flip filter
3861
- opengl: gleffects: Gstreamer OpenGL Effects
3862
- opengl: gleffects_identity: Do nothing Effect
3863
- opengl: gleffects_mirror: Mirror Effect
3864
- opengl: gleffects_squeeze: Squeeze Effect
3865
- opengl: gleffects_stretch: Stretch Effect
3866
- opengl: gleffects_tunnel: Light Tunnel Effect
3867
- opengl: gleffects_fisheye: FishEye Effect
3868
- opengl: gleffects_twirl: Twirl Effect
3869
- opengl: gleffects_bulge: Bulge Effect
3870
- opengl: gleffects_square: Square Effect
3871
- opengl: gleffects_heat: Heat Signature Effect
3872
- opengl: gleffects_sepia: Sepia Toning Effect
3873
- opengl: gleffects_xpro: Cross Processing Effect
3874
- opengl: gleffects_lumaxpro: Luma Cross Processing Effect
3875
- opengl: gleffects_xray: Glowing negative effect
3876
- opengl: gleffects_sin: All Grey but Red Effect
3877
- opengl: gleffects_glow: Glow Lighting Effect
3878
- opengl: gleffects_sobel: Sobel edge detection Effect
3879
- opengl: gleffects_blur: Blur with 9x9 separable convolution Effect
3880
- opengl: gleffects_laplacian: Laplacian Convolution Demo Effect
3881
- opengl: glcolorscale: OpenGL color scale
3882
- opengl: glvideomixer: OpenGL video_mixer bin
3883
- opengl: glvideomixerelement: OpenGL video_mixer
3884
- opengl: glshader: OpenGL fragment shader filter
3885
- opengl: glfilterapp: OpenGL application filter
3886
- opengl: glviewconvert: OpenGL Multiview/3D conversion filter
3887
- opengl: glstereosplit: GLStereoSplit
3888
- opengl: glstereomix: OpenGL stereo video combiner
3889
- opengl: gltestsrc: Video test source
3890
- opengl: gldeinterlace: OpenGL deinterlacing filter
3891
- opengl: glalpha: OpenGL Alpha Filter
3892
- opengl: gloverlaycompositor: OpenGL overlaying filter
3893
- opengl: gloverlay: Gstreamer OpenGL Overlay
3894
- opengl: glfilterglass: OpenGL glass filter
3895
- opengl: glmosaic: OpenGL mosaic
3896
- opengl: gldifferencematte: Gstreamer OpenGL DifferenceMatte
3897
- mms: mmssrc: MMS streaming source
3898
- dtmf: dtmfsrc: DTMF tone generator
3899
- dtmf: rtpdtmfsrc: RTP DTMF packet generator
3900
- dtmf: rtpdtmfdepay: RTP DTMF packet depayloader
3901
- jp2kdecimator: jp2kdecimator: JPEG2000 decimator
3902
- y4menc: y4menc: YUV4MPEG video encoder
3903
- flac: flacenc: FLAC audio encoder
3904
- flac: flacdec: FLAC audio decoder
3905
- flac: flactag: FLAC tagger
3906
- jpeg: jpegenc: JPEG image encoder
3907
- jpeg: jpegdec: JPEG image decoder
3908
- videocrop: videocrop: Crop
3909
- videocrop: aspectratiocrop: aspectratiocrop
3910
- aasink: aasink: ASCII art video sink
3911
- videomixer: videomixer: Video mixer 2
3912
- videofiltersbad: scenechange: Scene change detector
3913
- videofiltersbad: zebrastripe: Zebra stripe overlay
3914
- videofiltersbad: videodiff: Video Diff
3915
- video4linux2: v4l2src: Video (video4linux2) Source
3916
- video4linux2: v4l2sink: Video (video4linux2) Sink
3917
- video4linux2: v4l2radio: Radio (video4linux2) Tuner
3918
- video4linux2: v4l2deviceprovider (GstDeviceProviderFactory)
3919
- cdio: cdiocddasrc: CD audio source (CDDA)
3920
- mpeg2enc: mpeg2enc: mpeg2enc video encoder
3921
- kms: kmssink: KMS video sink
3922
- rtponvif: rtponviftimestamp: ONVIF NTP timestamps RTP extension
3923
- rtponvif: rtponvifparse: ONVIF NTP timestamps RTP extension
3924
- id3tag: id3mux: ID3 v1 and v2 Muxer
3925
- nvvideo4linux2: nvv4l2decoder: NVIDIA v4l2 video decoder
3926
- nvvideo4linux2: nvv4l2h264enc: V4L2 H.264 Encoder
3927
- nvvideo4linux2: nvv4l2h265enc: V4L2 H.265 Encoder
3928
- nvvideo4linux2: nvv4l2vp8enc: V4L2 VP8 Encoder
3929
- nvvideo4linux2: nvv4l2vp9enc: V4L2 VP9 Encoder
3930
- nvvideo4linux2: nvv4l2av1enc: V4L2 AV1 Encoder
3931
- videofilter: gamma: Video gamma correction
3932
- videofilter: videobalance: Video balance
3933
- videofilter: videoflip: Video flipper
3934
- videofilter: videomedian: Median effect
3935
- decklink: decklinkaudiosink: Decklink Audio Sink
3936
- decklink: decklinkvideosink: Decklink Video Sink
3937
- decklink: decklinkaudiosrc: Decklink Audio Source
3938
- decklink: decklinkvideosrc: Decklink Video Source
3939
- coreelements: capsfilter: CapsFilter
3940
- coreelements: concat: Concat
3941
- coreelements: dataurisrc: data: URI source element
3942
- coreelements: downloadbuffer: DownloadBuffer
3943
- coreelements: fakesrc: Fake Source
3944
- coreelements: fakesink: Fake Sink
3945
- coreelements: fdsrc: Filedescriptor Source
3946
- coreelements: fdsink: Filedescriptor Sink
3947
- coreelements: filesrc: File Source
3948
- coreelements: funnel: Funnel pipe fitting
3949
- coreelements: identity: Identity
3950
- coreelements: input-selector: Input selector
3951
- coreelements: output-selector: Output selector
3952
- coreelements: queue: Queue
3953
- coreelements: queue2: Queue 2
3954
- coreelements: filesink: File Sink
3955
- coreelements: tee: Tee pipe fitting
3956
- coreelements: typefind: TypeFind
3957
- coreelements: multiqueue: MultiQueue
3958
- coreelements: valve: Valve element
3959
- coreelements: streamiddemux: Streamid Demux
3960
- adpcmdec: adpcmdec: ADPCM decoder
3961
- matroska: matroskademux: Matroska demuxer
3962
- matroska: matroskaparse: Matroska parser
3963
- matroska: matroskamux: Matroska muxer
3964
- matroska: webmmux: WebM muxer
3965
- wavparse: wavparse: WAV audio demuxer
3966
- coloreffects: coloreffects: Color Look-up Table filter
3967
- coloreffects: chromahold: Chroma hold filter
3968
- volume: volume: Volume
3969
- vorbis: vorbisenc: Vorbis audio encoder
3970
- vorbis: vorbisdec: Vorbis audio decoder
3971
- vorbis: vorbisparse: VorbisParse
3972
- vorbis: vorbistag: VorbisTag
3973
- mpeg2dec: mpeg2dec: mpeg1 and mpeg2 video decoder
3974
- removesilence: removesilence: RemoveSilence
3975
- x264: x264enc: x264enc
3976
- inter: interaudiosrc: Internal audio source
3977
- inter: interaudiosink: Internal audio sink
3978
- inter: intersubsrc: Internal subtitle source
3979
- inter: intersubsink: Internal subtitle sink
3980
- inter: intervideosrc: Internal video source
3981
- inter: intervideosink: Internal video sink
3982
- shm: shmsrc: Shared Memory Source
3983
- shm: shmsink: Shared Memory Sink
3984
- gdkpixbuf: gdkpixbufdec: GdkPixbuf image decoder
3985
- gdkpixbuf: gdkpixbufoverlay: GdkPixbuf Overlay
3986
- gdkpixbuf: gdkpixbufsink: GdkPixbuf sink
3987
- uvch264: uvch264mjpgdemux: UVC H264 MJPG Demuxer
3988
- uvch264: uvch264src: UVC H264 Source
3989
- aiff: aiffparse: AIFF audio demuxer
3990
- aiff: aiffmux: AIFF audio muxer
3991
- openjpeg: openjpegdec: OpenJPEG JPEG2000 decoder
3992
- openjpeg: openjpegenc: OpenJPEG JPEG2000 encoder
3993
- rtsp: rtspsrc: RTSP packet receiver
3994
- rtsp: rtpdec: RTP Decoder
3995
- level: level: Level
3996
- segmentclip: audiosegmentclip: Audio buffer segment clipper
3997
- segmentclip: videosegmentclip: Video buffer segment clipper
3998
- app: appsrc: AppSrc
3999
- app: appsink: AppSink
4000
- modplug: modplug: ModPlug
4001
- cluttergst3: clutterautovideosink: Generic bin
4002
- videosignal: videoanalyse: Video analyser
4003
- videosignal: simplevideomarkdetect: Video detecter
4004
- videosignal: simplevideomark: Video marker
4005
- shout2: shout2send: Icecast network sink
4006
- curl: curlhttpsink: Curl http sink
4007
- curl: curlfilesink: Curl file sink
4008
- curl: curlftpsink: Curl ftp sink
4009
- curl: curlsmtpsink: Curl smtp sink
4010
- curl: curlhttpsrc: HTTP Client Source using libcURL
4011
- legacyrawparse: videoparse: Video Parse
4012
- legacyrawparse: audioparse: Audio Parse
4013
- dtls: dtlsenc: DTLS Encoder
4014
- dtls: dtlsdec: DTLS Decoder
4015
- dtls: dtlssrtpdec: DTLS-SRTP Decoder
4016
- dtls: dtlssrtpenc: DTLS-SRTP Encoder
4017
- dtls: dtlssrtpdemux: DTLS SRTP Demultiplexer
4018
- nvarguscamerasrc: nvarguscamerasrc: NvArgusCameraSrc
4019
- taglib: id3v2mux: TagLib-based ID3v2 Muxer
4020
- taglib: apev2mux: TagLib-based APEv2 Muxer
4021
- pango: textoverlay: Text overlay
4022
- pango: timeoverlay: Time overlay
4023
- pango: clockoverlay: Clock overlay
4024
- pango: textrender: Text renderer
4025
- vpx: vp8dec: On2 VP8 Decoder
4026
- vpx: vp8enc: On2 VP8 Encoder
4027
- vpx: vp9dec: On2 VP9 Decoder
4028
- vpx: vp9enc: On2 VP9 Encoder
4029
- rfbsrc: rfbsrc: Rfb source
4030
- nveglglessink: nveglglessink: EGL/GLES vout Sink
4031
- fluidsynthmidi: fluiddec: Fluidsynth
4032
- ivtc: ivtc: Inverse Telecine
4033
- ivtc: combdetect: Comb Detect
4034
- dvb: dvbsrc: DVB Source
4035
- dvb: dvbbasebin: DVB bin
4036
- videoparsersbad: h263parse: H.263 parser
4037
- videoparsersbad: h264parse: H.264 parser
4038
- videoparsersbad: diracparse: Dirac parser
4039
- videoparsersbad: mpegvideoparse: MPEG video elementary stream parser
4040
- videoparsersbad: mpeg4videoparse: MPEG 4 video elementary stream parser
4041
- videoparsersbad: pngparse: PNG parser
4042
- videoparsersbad: jpeg2000parse: JPEG 2000 parser
4043
- videoparsersbad: h265parse: H.265 parser
4044
- videoparsersbad: vc1parse: VC1 parser
4045
- proxy: proxysrc: Proxy source
4046
- proxy: proxysink: Proxy Sink
4047
- faad: faad: AAC audio decoder
4048
- icydemux: icydemux: ICY tag demuxer
4049
- festival: festival: Festival Text-to-Speech synthesizer
4050
- audiomixmatrix: audiomixmatrix: Matrix audio mix
4051
- gme: gmedec: Gaming console music file decoder
4052
- isomp4: qtdemux: QuickTime demuxer
4053
- isomp4: rtpxqtdepay: RTP packet depayloader
4054
- isomp4: qtmux: QuickTime Muxer
4055
- isomp4: mp4mux: MP4 Muxer
4056
- isomp4: ismlmux: ISML Muxer
4057
- isomp4: 3gppmux: 3GPP Muxer
4058
- isomp4: mj2mux: MJ2 Muxer
4059
- isomp4: qtmoovrecover: QT Moov Recover
4060
- alphacolor: alphacolor: Alpha color filter
4061
- twolame: twolamemp2enc: TwoLAME mp2 encoder
4062
- voamrwbenc: voamrwbenc: AMR-WB audio encoder
4063
- interleave: interleave: Audio interleaver
4064
- interleave: deinterleave: Audio deinterleaver
4065
- nvcompositor: nvcompositor: NvCompositor
4066
- gio: giosink: GIO sink
4067
- gio: giosrc: GIO source
4068
- gio: giostreamsink: GIO stream sink
4069
- gio: giostreamsrc: GIO stream source
4070
- opusparse: opusparse: Opus audio parser
4071
- spandsp: spanplc: SpanDSP PLC
4072
- spandsp: dtmfdetect: DTMF detector element
4073
- spandsp: tonegeneratesrc: Telephony Tone Generator source
4074
- ivfparse: ivfparse: IVF parser
4075
- asf: asfdemux: ASF Demuxer
4076
- asf: rtspwms: WMS RTSP Extension
4077
- asf: rtpasfdepay: RTP ASF packet depayloader
4078
- x265: x265enc: x265enc
4079
- accurip: accurip: AccurateRip(TM) CRC element
4080
- pulseaudio: pulsesink: PulseAudio Audio Sink
4081
- pulseaudio: pulsesrc: PulseAudio Audio Source
4082
- pulseaudio: pulsedeviceprovider (GstDeviceProviderFactory)
4083
- smoothstreaming: mssdemux: Smooth Streaming demuxer
4084
- freeverb: freeverb: Reverberation/room effect
4085
- srt: srtsrc: SRT source
4086
- srt: srtsink: SRT sink
4087
- srt: srtclientsrc: SRT source
4088
- srt: srtserversrc: SRT source
4089
- srt: srtclientsink: SRT sink
4090
- srt: srtserversink: SRT sink
4091
- debugutilsbad: checksumsink: Checksum sink
4092
- debugutilsbad: fpsdisplaysink: Measure and show framerate on videosink
4093
- debugutilsbad: chopmydata: FIXME
4094
- debugutilsbad: compare: Compare buffers
4095
- debugutilsbad: debugspy: DebugSpy
4096
- debugutilsbad: watchdog: Watchdog
4097
- debugutilsbad: errorignore: Convert some GstFlowReturn types into others
4098
- debugutilsbad: fakevideosink: Fake Video Sink
4099
- debugutilsbad: testsrcbin: Generic bin
4100
- rsvg: rsvgoverlay: RSVG overlay
4101
- rsvg: rsvgdec: SVG image decoder
4102
- realmedia: rmdemux: RealMedia Demuxer
4103
- realmedia: rademux: RealAudio Demuxer
4104
- realmedia: rdtdepay: RDT packet parser
4105
- realmedia: rdtmanager: RTP Decoder
4106
- realmedia: rtspreal: RealMedia RTSP Extension
4107
- realmedia: pnmsrc: PNM packet receiver
4108
- playback: playbin: Player Bin 2
4109
- playback: playbin3: Player Bin 3
4110
- playback: playsink: Player Sink
4111
- playback: subtitleoverlay: Subtitle Overlay
4112
- playback: streamsynchronizer: Stream Synchronizer
4113
- playback: decodebin: Decoder Bin
4114
- playback: decodebin3: Decoder Bin 3
4115
- playback: uridecodebin: URI Decoder
4116
- playback: uridecodebin3: URI Decoder
4117
- playback: urisourcebin: URI reader
4118
- playback: parsebin: Parse Bin
4119
- sbc: sbcdec: Bluetooth SBC audio decoder
4120
- sbc: sbcenc: Bluetooth SBC audio encoder
4121
- sdpelem: sdpdemux: SDP session setup
4122
- sdpelem: sdpsrc: SDP Source
4123
- bluez: a2dpsink: Bluetooth A2DP sink
4124
- bluez: avdtpsink: Bluetooth AVDTP sink
4125
- bluez: avdtpsrc: Bluetooth AVDTP Source
4126
- soup: souphttpsrc: HTTP client source
4127
- soup: souphttpclientsink: HTTP client sink
4128
- staticelements: bin: Generic bin
4129
- staticelements: pipeline: Pipeline object
4130
-
4131
- Total count: 263 plugins (3 blacklist entries not shown), 857 features
4132
-
4133
- `;
4134
- const gstLaunchPylonsrcOutput = `
4135
- Setting pipeline to PAUSED ...
4136
- Pipeline is live and does not need PREROLL ...
4137
- Setting pipeline to PLAYING ...
4138
- New clock: GstSystemClock
4139
- Execution ended after 0:00:00.052061116
4140
- Setting pipeline to NULL ...
4141
- Freeing pipeline ...
4142
- `;
4143
- const devices = await testGetDevices({
4144
- gstDeviceMonitor: () => gstDeviceMonitorOutput,
4145
- gstInspect: (args) => {
4146
- if (args.length === 0) {
4147
- return gstInspectOutput;
4148
- }
4149
- else if (args[0] === 'pylonsrc') {
4150
- return gstInspectPylonsrcOutput;
4151
- }
4152
- else {
4153
- throw new Error('Cannot handle gstInspect command: ' + JSON.stringify(args));
4154
- }
4155
- },
4156
- gstLaunch: (args) => {
4157
- if (args[0] === 'pylonsrc') {
4158
- return gstLaunchPylonsrcOutput;
4159
- }
4160
- else if (args[0] === 'nvarguscamerasrc') {
4161
- return '';
4162
- }
4163
- else {
4164
- throw new Error('Cannot handle gstLaunch command: ' + JSON.stringify(args));
4165
- }
4166
- }
4167
- });
4168
- assert_1.default.equal(devices.length, 1);
4169
- assert_1.default.equal(devices[0].id, 'pylonsrc');
4170
- assert_1.default.equal(devices[0].name, 'Basler camera');
4171
- assert_1.default.equal(JSON.stringify(devices[0].caps), JSON.stringify([{
4172
- framerate: 60,
4173
- height: 1080,
4174
- width: 1440,
4175
- type: "pylonsrc",
4176
- }
4177
- ]));
4178
- });
4179
- });
4180
- describe("gstreamer command", () => {
4181
- // https://github.com/edgeimpulse/edgeimpulse/issues/9506
4182
- it("nvidia orin w/ basler camera", async () => {
4183
- const spawnHelper = async (command, args, opts = {
4184
- ignoreErrors: false
4185
- }) => {
4186
- if (command === 'which') {
4187
- return '';
4188
- }
4189
- else {
4190
- throw new Error('spawnHelper failed on ' + command + ' ' + args.join(' '));
4191
- }
4192
- };
4193
- const gstreamer = new gstreamer_1.GStreamer(false, {
4194
- spawnHelperOverride: spawnHelper,
4195
- });
4196
- await gstreamer.init();
4197
- const launchResp = gstreamer.getGstreamerLaunchCommand({
4198
- id: 'pylonsrc',
4199
- name: 'Basler camera',
4200
- caps: [{
4201
- framerate: 60,
4202
- height: 1080,
4203
- width: 1440,
4204
- type: "pylonsrc",
4205
- }],
4206
- }, { width: 1440, height: 1080 });
4207
- // console.log('launchResp', launchResp);
4208
- assert_1.default.equal(launchResp.invokeProcess, 'spawn');
4209
- assert_1.default.equal(launchResp.command, 'gst-launch-1.0');
4210
- assert_1.default.equal(launchResp.args.join(' '), 'pylonsrc ! video/x-raw,width=1440,height=1080 ! videoconvert ! jpegenc ! multifilesink location=test%05d.jpg');
4211
- });
4212
- });
4213
- });
4214
- async function testGetDevices(output) {
4215
- const spawnHelper = async (command, args, opts = {
4216
- ignoreErrors: false
4217
- }) => {
4218
- // console.log('testGetDevices', 'command', command, 'args', args);
4219
- if (command === 'which') {
4220
- return typeof output.which === 'function' ?
4221
- output.which(args) :
4222
- '';
4223
- }
4224
- else if (command === 'gst-device-monitor-1.0') {
4225
- return output.gstDeviceMonitor(args);
4226
- }
4227
- else if (command === 'gst-inspect-1.0') {
4228
- return typeof output.gstInspect === 'function' ?
4229
- output.gstInspect(args) :
4230
- '';
4231
- }
4232
- else if (command === 'gst-launch-1.0') {
4233
- return typeof output.gstLaunch === 'function' ?
4234
- output.gstLaunch(args) :
4235
- '';
4236
- }
4237
- else {
4238
- throw new Error('spawnHelper failed on ' + command + ' ' + args.join(' '));
4239
- }
4240
- };
4241
- const gstreamer = new gstreamer_1.GStreamer(false, {
4242
- spawnHelperOverride: spawnHelper,
4243
- });
4244
- await gstreamer.init();
4245
- const devices = await gstreamer.getAllDevices();
4246
- return devices;
4247
- }
4248
- //# sourceMappingURL=gstreamer.test.js.map