edge-impulse-linux 1.11.0 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (303) hide show
  1. package/build/cli/linux/linux-device.d.ts +2 -1
  2. package/build/cli/linux/linux-device.js +12 -1
  3. package/build/cli/linux/linux-device.js.map +1 -1
  4. package/build/cli/linux/runner-downloader.d.ts +10 -9
  5. package/build/cli/linux/runner-downloader.js +38 -38
  6. package/build/cli/linux/runner-downloader.js.map +1 -1
  7. package/build/cli/linux/runner-utils.js +4 -4
  8. package/build/cli/linux/runner-utils.js.map +1 -1
  9. package/build/cli/linux/runner.js +200 -11
  10. package/build/cli/linux/runner.js.map +1 -1
  11. package/build/cli-common/aws-iotcore-connector.d.ts +97 -6
  12. package/build/cli-common/aws-iotcore-connector.js +952 -61
  13. package/build/cli-common/aws-iotcore-connector.js.map +1 -1
  14. package/build/cli-common/config.d.ts +8 -0
  15. package/build/cli-common/config.js +15 -0
  16. package/build/cli-common/config.js.map +1 -1
  17. package/build/cli-common/init-cli-app.js +5 -3
  18. package/build/cli-common/init-cli-app.js.map +1 -1
  19. package/build/cli-common/make-image.js +1 -0
  20. package/build/cli-common/make-image.js.map +1 -1
  21. package/build/cli-common/remote-mgmt-service.d.ts +1 -1
  22. package/build/cli-common/remote-mgmt-service.js +2 -2
  23. package/build/cli-common/remote-mgmt-service.js.map +1 -1
  24. package/build/library/sensors/gstreamer.d.ts +1 -0
  25. package/build/library/sensors/gstreamer.js +38 -8
  26. package/build/library/sensors/gstreamer.js.map +1 -1
  27. package/build/sdk/studio/sdk/api/adminApi.d.ts +187 -8
  28. package/build/sdk/studio/sdk/api/adminApi.js +1125 -79
  29. package/build/sdk/studio/sdk/api/adminApi.js.map +1 -1
  30. package/build/sdk/studio/sdk/api/authApi.js +4 -2
  31. package/build/sdk/studio/sdk/api/authApi.js.map +1 -1
  32. package/build/sdk/studio/sdk/api/cDNApi.js +2 -1
  33. package/build/sdk/studio/sdk/api/cDNApi.js.map +1 -1
  34. package/build/sdk/studio/sdk/api/canaryApi.js +2 -1
  35. package/build/sdk/studio/sdk/api/canaryApi.js.map +1 -1
  36. package/build/sdk/studio/sdk/api/classifyApi.js +20 -10
  37. package/build/sdk/studio/sdk/api/classifyApi.js.map +1 -1
  38. package/build/sdk/studio/sdk/api/dSPApi.js +38 -19
  39. package/build/sdk/studio/sdk/api/dSPApi.js.map +1 -1
  40. package/build/sdk/studio/sdk/api/deploymentApi.js +22 -11
  41. package/build/sdk/studio/sdk/api/deploymentApi.js.map +1 -1
  42. package/build/sdk/studio/sdk/api/devicesApi.js +24 -12
  43. package/build/sdk/studio/sdk/api/devicesApi.js.map +1 -1
  44. package/build/sdk/studio/sdk/api/emailVerificationApi.js +8 -4
  45. package/build/sdk/studio/sdk/api/emailVerificationApi.js.map +1 -1
  46. package/build/sdk/studio/sdk/api/exportApi.js +2 -1
  47. package/build/sdk/studio/sdk/api/exportApi.js.map +1 -1
  48. package/build/sdk/studio/sdk/api/featureFlagsApi.js +2 -1
  49. package/build/sdk/studio/sdk/api/featureFlagsApi.js.map +1 -1
  50. package/build/sdk/studio/sdk/api/healthApi.js +4 -2
  51. package/build/sdk/studio/sdk/api/healthApi.js.map +1 -1
  52. package/build/sdk/studio/sdk/api/impulseApi.js +30 -15
  53. package/build/sdk/studio/sdk/api/impulseApi.js.map +1 -1
  54. package/build/sdk/studio/sdk/api/jobsApi.js +86 -43
  55. package/build/sdk/studio/sdk/api/jobsApi.js.map +1 -1
  56. package/build/sdk/studio/sdk/api/learnApi.d.ts +5 -1
  57. package/build/sdk/studio/sdk/api/learnApi.js +51 -24
  58. package/build/sdk/studio/sdk/api/learnApi.js.map +1 -1
  59. package/build/sdk/studio/sdk/api/loginApi.js +2 -1
  60. package/build/sdk/studio/sdk/api/loginApi.js.map +1 -1
  61. package/build/sdk/studio/sdk/api/metricsApi.js +6 -3
  62. package/build/sdk/studio/sdk/api/metricsApi.js.map +1 -1
  63. package/build/sdk/studio/sdk/api/optimizationApi.js +34 -17
  64. package/build/sdk/studio/sdk/api/optimizationApi.js.map +1 -1
  65. package/build/sdk/studio/sdk/api/organizationBlocksApi.d.ts +6 -10
  66. package/build/sdk/studio/sdk/api/organizationBlocksApi.js +65 -35
  67. package/build/sdk/studio/sdk/api/organizationBlocksApi.js.map +1 -1
  68. package/build/sdk/studio/sdk/api/organizationCreateProjectApi.js +26 -13
  69. package/build/sdk/studio/sdk/api/organizationCreateProjectApi.js.map +1 -1
  70. package/build/sdk/studio/sdk/api/organizationDataApi.d.ts +3 -2
  71. package/build/sdk/studio/sdk/api/organizationDataApi.js +80 -41
  72. package/build/sdk/studio/sdk/api/organizationDataApi.js.map +1 -1
  73. package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.js +24 -12
  74. package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.js.map +1 -1
  75. package/build/sdk/studio/sdk/api/organizationJobsApi.js +16 -8
  76. package/build/sdk/studio/sdk/api/organizationJobsApi.js.map +1 -1
  77. package/build/sdk/studio/sdk/api/organizationPipelinesApi.d.ts +2 -2
  78. package/build/sdk/studio/sdk/api/organizationPipelinesApi.js +17 -9
  79. package/build/sdk/studio/sdk/api/organizationPipelinesApi.js.map +1 -1
  80. package/build/sdk/studio/sdk/api/organizationPortalsApi.js +14 -7
  81. package/build/sdk/studio/sdk/api/organizationPortalsApi.js.map +1 -1
  82. package/build/sdk/studio/sdk/api/organizationsApi.d.ts +11 -10
  83. package/build/sdk/studio/sdk/api/organizationsApi.js +164 -86
  84. package/build/sdk/studio/sdk/api/organizationsApi.js.map +1 -1
  85. package/build/sdk/studio/sdk/api/performanceCalibrationApi.js +22 -11
  86. package/build/sdk/studio/sdk/api/performanceCalibrationApi.js.map +1 -1
  87. package/build/sdk/studio/sdk/api/projectsApi.d.ts +21 -5
  88. package/build/sdk/studio/sdk/api/projectsApi.js +197 -59
  89. package/build/sdk/studio/sdk/api/projectsApi.js.map +1 -1
  90. package/build/sdk/studio/sdk/api/rawDataApi.d.ts +42 -2
  91. package/build/sdk/studio/sdk/api/rawDataApi.js +194 -58
  92. package/build/sdk/studio/sdk/api/rawDataApi.js.map +1 -1
  93. package/build/sdk/studio/sdk/api/themesApi.js +12 -6
  94. package/build/sdk/studio/sdk/api/themesApi.js.map +1 -1
  95. package/build/sdk/studio/sdk/api/thirdPartyAuthApi.js +14 -7
  96. package/build/sdk/studio/sdk/api/thirdPartyAuthApi.js.map +1 -1
  97. package/build/sdk/studio/sdk/api/uploadPortalApi.js +14 -7
  98. package/build/sdk/studio/sdk/api/uploadPortalApi.js.map +1 -1
  99. package/build/sdk/studio/sdk/api/userApi.d.ts +4 -4
  100. package/build/sdk/studio/sdk/api/userApi.js +100 -52
  101. package/build/sdk/studio/sdk/api/userApi.js.map +1 -1
  102. package/build/sdk/studio/sdk/api/whitelabelsApi.js +16 -8
  103. package/build/sdk/studio/sdk/api/whitelabelsApi.js.map +1 -1
  104. package/build/sdk/studio/sdk/model/addApiKeyRequest.d.ts +2 -2
  105. package/build/sdk/studio/sdk/model/{addOrganizationSecretResponse.d.ts → addApiKeyResponse.d.ts} +6 -2
  106. package/build/sdk/studio/sdk/model/{createPipelineResponse.js → addApiKeyResponse.js} +12 -7
  107. package/build/sdk/studio/sdk/model/addApiKeyResponse.js.map +1 -0
  108. package/build/sdk/studio/sdk/model/{createPipelineResponse.d.ts → addApiKeyResponseAllOf.d.ts} +5 -6
  109. package/build/sdk/studio/sdk/model/{addOrganizationSecretResponseAllOf.js → addApiKeyResponseAllOf.js} +12 -7
  110. package/build/sdk/studio/sdk/model/addApiKeyResponseAllOf.js.map +1 -0
  111. package/build/sdk/studio/sdk/model/addOrganizationApiKeyRequest.d.ts +2 -2
  112. package/build/sdk/studio/sdk/model/addProjectApiKeyRequest.d.ts +2 -2
  113. package/build/sdk/studio/sdk/model/adminAddOrganizationApiKeyRequest.d.ts +2 -2
  114. package/build/sdk/studio/sdk/model/adminAddProjectApiKeyRequest.d.ts +2 -2
  115. package/build/sdk/studio/sdk/model/adminApiOrganization.d.ts +4 -0
  116. package/build/sdk/studio/sdk/model/adminApiOrganization.js +5 -0
  117. package/build/sdk/studio/sdk/model/adminApiOrganization.js.map +1 -1
  118. package/build/sdk/studio/sdk/model/adminApiProject.d.ts +1 -0
  119. package/build/sdk/studio/sdk/model/adminApiProject.js +5 -0
  120. package/build/sdk/studio/sdk/model/adminApiProject.js.map +1 -1
  121. package/build/sdk/studio/sdk/model/{addOrganizationTransferLearningBlockResponse.d.ts → adminGetTrashBinResponse.d.ts} +7 -2
  122. package/build/sdk/studio/sdk/model/{addOrganizationDeployBlockResponse.js → adminGetTrashBinResponse.js} +14 -9
  123. package/build/sdk/studio/sdk/model/adminGetTrashBinResponse.js.map +1 -0
  124. package/build/sdk/studio/sdk/model/adminGetTrashBinResponseAllOf.d.ts +33 -0
  125. package/build/sdk/studio/sdk/model/adminGetTrashBinResponseAllOf.js +37 -0
  126. package/build/sdk/studio/sdk/model/adminGetTrashBinResponseAllOf.js.map +1 -0
  127. package/build/sdk/studio/sdk/model/adminGetUsersResponseAllOfUsers.d.ts +1 -0
  128. package/build/sdk/studio/sdk/model/adminGetUsersResponseAllOfUsers.js +5 -0
  129. package/build/sdk/studio/sdk/model/adminGetUsersResponseAllOfUsers.js.map +1 -1
  130. package/build/sdk/studio/sdk/model/{addOrganizationDeployBlockResponse.d.ts → adminProjectInfoResponse.d.ts} +3 -2
  131. package/build/sdk/studio/sdk/model/{createAIActionResponse.js → adminProjectInfoResponse.js} +10 -10
  132. package/build/sdk/studio/sdk/model/adminProjectInfoResponse.js.map +1 -0
  133. package/build/sdk/studio/sdk/model/{addOrganizationSecretResponseAllOf.d.ts → adminProjectInfoResponseAllOf.d.ts} +3 -5
  134. package/build/sdk/studio/sdk/model/adminProjectInfoResponseAllOf.js +29 -0
  135. package/build/sdk/studio/sdk/model/adminProjectInfoResponseAllOf.js.map +1 -0
  136. package/build/sdk/studio/sdk/model/adminUpdateUserRequest.d.ts +4 -0
  137. package/build/sdk/studio/sdk/model/adminUpdateUserRequest.js +5 -0
  138. package/build/sdk/studio/sdk/model/adminUpdateUserRequest.js.map +1 -1
  139. package/build/sdk/studio/sdk/model/convertParquetToCsvRequest.d.ts +33 -0
  140. package/build/sdk/studio/sdk/model/convertParquetToCsvRequest.js +29 -0
  141. package/build/sdk/studio/sdk/model/convertParquetToCsvRequest.js.map +1 -0
  142. package/build/sdk/studio/sdk/model/{developmentBoardCreatedResponse.d.ts → convertParquetToCsvResponse.d.ts} +2 -2
  143. package/build/sdk/studio/sdk/model/{addOrganizationSecretResponse.js → convertParquetToCsvResponse.js} +10 -10
  144. package/build/sdk/studio/sdk/model/convertParquetToCsvResponse.js.map +1 -0
  145. package/build/sdk/studio/sdk/model/{dspRunResponseAllOfPerformance.d.ts → convertParquetToCsvResponseAllOf.d.ts} +2 -3
  146. package/build/sdk/studio/sdk/model/convertParquetToCsvResponseAllOf.js +29 -0
  147. package/build/sdk/studio/sdk/model/convertParquetToCsvResponseAllOf.js.map +1 -0
  148. package/build/sdk/studio/sdk/model/convertUserRequest.d.ts +4 -0
  149. package/build/sdk/studio/sdk/model/convertUserRequest.js +5 -0
  150. package/build/sdk/studio/sdk/model/convertUserRequest.js.map +1 -1
  151. package/build/sdk/studio/sdk/model/createEnterpriseTrialResponse.d.ts +2 -2
  152. package/build/sdk/studio/sdk/model/createEnterpriseTrialUserRequest.d.ts +4 -0
  153. package/build/sdk/studio/sdk/model/createEnterpriseTrialUserRequest.js +5 -0
  154. package/build/sdk/studio/sdk/model/createEnterpriseTrialUserRequest.js.map +1 -1
  155. package/build/sdk/studio/sdk/model/createEnterpriseTrialUserRequestAllOf.d.ts +4 -0
  156. package/build/sdk/studio/sdk/model/createEnterpriseTrialUserRequestAllOf.js +5 -0
  157. package/build/sdk/studio/sdk/model/createEnterpriseTrialUserRequestAllOf.js.map +1 -1
  158. package/build/sdk/studio/sdk/model/createProTierUserRequest.d.ts +4 -0
  159. package/build/sdk/studio/sdk/model/createProTierUserRequest.js +5 -0
  160. package/build/sdk/studio/sdk/model/createProTierUserRequest.js.map +1 -1
  161. package/build/sdk/studio/sdk/model/createUserRequest.d.ts +4 -0
  162. package/build/sdk/studio/sdk/model/createUserRequest.js +5 -0
  163. package/build/sdk/studio/sdk/model/createUserRequest.js.map +1 -1
  164. package/build/sdk/studio/sdk/model/dSPBlock.d.ts +4 -0
  165. package/build/sdk/studio/sdk/model/dSPBlock.js +5 -0
  166. package/build/sdk/studio/sdk/model/dSPBlock.js.map +1 -1
  167. package/build/sdk/studio/sdk/model/dSPConfig.d.ts +1 -1
  168. package/build/sdk/studio/sdk/model/dSPConfigResponse.d.ts +1 -1
  169. package/build/sdk/studio/sdk/model/dSPInfo.d.ts +2 -2
  170. package/build/sdk/studio/sdk/model/dSPInfo.js +1 -1
  171. package/build/sdk/studio/sdk/model/dSPInfo.js.map +1 -1
  172. package/build/sdk/studio/sdk/model/deploymentTarget.d.ts +6 -0
  173. package/build/sdk/studio/sdk/model/deploymentTarget.js +10 -0
  174. package/build/sdk/studio/sdk/model/deploymentTarget.js.map +1 -1
  175. package/build/sdk/studio/sdk/model/deploymentTargetEngine.d.ts +1 -1
  176. package/build/sdk/studio/sdk/model/deploymentTargetEngine.js +1 -1
  177. package/build/sdk/studio/sdk/model/deploymentTargetEngine.js.map +1 -1
  178. package/build/sdk/studio/sdk/model/{jobCreatedByUser.d.ts → deploymentTargetVariant.d.ts} +5 -5
  179. package/build/sdk/studio/sdk/model/deploymentTargetVariant.js +39 -0
  180. package/build/sdk/studio/sdk/model/deploymentTargetVariant.js.map +1 -0
  181. package/build/sdk/studio/sdk/model/detailedImpulse.d.ts +10 -0
  182. package/build/sdk/studio/sdk/model/detailedImpulse.js +15 -0
  183. package/build/sdk/studio/sdk/model/detailedImpulse.js.map +1 -1
  184. package/build/sdk/studio/sdk/model/{addOrganizationDspBlockResponse.d.ts → dspPerformance.d.ts} +5 -8
  185. package/build/sdk/studio/sdk/model/{dspRunResponseAllOfPerformance.js → dspPerformance.js} +12 -7
  186. package/build/sdk/studio/sdk/model/dspPerformance.js.map +1 -0
  187. package/build/sdk/studio/sdk/model/dspRunResponse.d.ts +2 -2
  188. package/build/sdk/studio/sdk/model/dspRunResponse.js +1 -1
  189. package/build/sdk/studio/sdk/model/dspRunResponse.js.map +1 -1
  190. package/build/sdk/studio/sdk/model/dspRunResponseAllOf.d.ts +2 -2
  191. package/build/sdk/studio/sdk/model/dspRunResponseAllOf.js +1 -1
  192. package/build/sdk/studio/sdk/model/dspRunResponseAllOf.js.map +1 -1
  193. package/build/sdk/studio/sdk/model/dspRunResponseWithSample.d.ts +2 -2
  194. package/build/sdk/studio/sdk/model/dspRunResponseWithSample.js +1 -1
  195. package/build/sdk/studio/sdk/model/dspRunResponseWithSample.js.map +1 -1
  196. package/build/sdk/studio/sdk/model/dspRunResponseWithSampleAllOf.d.ts +2 -2
  197. package/build/sdk/studio/sdk/model/dspRunResponseWithSampleAllOf.js +1 -1
  198. package/build/sdk/studio/sdk/model/dspRunResponseWithSampleAllOf.js.map +1 -1
  199. package/build/sdk/studio/sdk/model/entityCreatedResponse.d.ts +2 -2
  200. package/build/sdk/studio/sdk/model/entityCreatedResponseAllOf.d.ts +2 -2
  201. package/build/sdk/studio/sdk/model/feature.d.ts +1 -1
  202. package/build/sdk/studio/sdk/model/feature.js +1 -1
  203. package/build/sdk/studio/sdk/model/feature.js.map +1 -1
  204. package/build/sdk/studio/sdk/model/findSyntiantPosteriorRequest.d.ts +1 -1
  205. package/build/sdk/studio/sdk/model/findSyntiantPosteriorRequest.js +1 -1
  206. package/build/sdk/studio/sdk/model/findSyntiantPosteriorRequest.js.map +1 -1
  207. package/build/sdk/studio/sdk/model/getUserResponse.d.ts +4 -0
  208. package/build/sdk/studio/sdk/model/getUserResponse.js +5 -0
  209. package/build/sdk/studio/sdk/model/getUserResponse.js.map +1 -1
  210. package/build/sdk/studio/sdk/model/getUserResponseAllOf.d.ts +4 -0
  211. package/build/sdk/studio/sdk/model/getUserResponseAllOf.js +5 -0
  212. package/build/sdk/studio/sdk/model/getUserResponseAllOf.js.map +1 -1
  213. package/build/sdk/studio/sdk/model/job.d.ts +2 -2
  214. package/build/sdk/studio/sdk/model/job.js +1 -1
  215. package/build/sdk/studio/sdk/model/job.js.map +1 -1
  216. package/build/sdk/studio/sdk/model/jobDetails.d.ts +2 -2
  217. package/build/sdk/studio/sdk/model/jobDetails.js +1 -1
  218. package/build/sdk/studio/sdk/model/jobDetails.js.map +1 -1
  219. package/build/sdk/studio/sdk/model/learnBlock.d.ts +4 -0
  220. package/build/sdk/studio/sdk/model/learnBlock.js +5 -0
  221. package/build/sdk/studio/sdk/model/learnBlock.js.map +1 -1
  222. package/build/sdk/studio/sdk/model/models.d.ts +15 -12
  223. package/build/sdk/studio/sdk/model/models.js +48 -36
  224. package/build/sdk/studio/sdk/model/models.js.map +1 -1
  225. package/build/sdk/studio/sdk/model/objectDetectionLabelQueueResponse.d.ts +2 -2
  226. package/build/sdk/studio/sdk/model/objectDetectionLabelQueueResponse.js +1 -1
  227. package/build/sdk/studio/sdk/model/objectDetectionLabelQueueResponse.js.map +1 -1
  228. package/build/sdk/studio/sdk/model/objectDetectionLabelQueueResponseAllOf.d.ts +2 -2
  229. package/build/sdk/studio/sdk/model/objectDetectionLabelQueueResponseAllOf.js +1 -1
  230. package/build/sdk/studio/sdk/model/objectDetectionLabelQueueResponseAllOf.js.map +1 -1
  231. package/build/sdk/studio/sdk/model/{addOrganizationTransformationBlockResponseAllOf.d.ts → objectDetectionLabelQueueResponseAllOfSamples.d.ts} +1 -1
  232. package/build/sdk/studio/sdk/model/{addOrganizationTransformationBlockResponseAllOf.js → objectDetectionLabelQueueResponseAllOfSamples.js} +7 -7
  233. package/build/sdk/studio/sdk/model/objectDetectionLabelQueueResponseAllOfSamples.js.map +1 -0
  234. package/build/sdk/studio/sdk/model/optimizeConfig.d.ts +13 -2
  235. package/build/sdk/studio/sdk/model/optimizeConfig.js +16 -1
  236. package/build/sdk/studio/sdk/model/optimizeConfig.js.map +1 -1
  237. package/build/sdk/studio/sdk/model/{createAIActionResponse.d.ts → optimizeConfigOptimizationObjectives.d.ts} +9 -6
  238. package/build/sdk/studio/sdk/model/optimizeConfigOptimizationObjectives.js +39 -0
  239. package/build/sdk/studio/sdk/model/optimizeConfigOptimizationObjectives.js.map +1 -0
  240. package/build/sdk/studio/sdk/model/optimizeConfigResponse.d.ts +13 -2
  241. package/build/sdk/studio/sdk/model/optimizeConfigResponse.js +16 -1
  242. package/build/sdk/studio/sdk/model/optimizeConfigResponse.js.map +1 -1
  243. package/build/sdk/studio/sdk/model/optimizeConfigSearchSpaceSource.d.ts +45 -0
  244. package/build/sdk/studio/sdk/model/optimizeConfigSearchSpaceSource.js +48 -0
  245. package/build/sdk/studio/sdk/model/optimizeConfigSearchSpaceSource.js.map +1 -0
  246. package/build/sdk/studio/sdk/model/optimizeStateResponse.d.ts +7 -0
  247. package/build/sdk/studio/sdk/model/optimizeStateResponse.js +12 -1
  248. package/build/sdk/studio/sdk/model/optimizeStateResponse.js.map +1 -1
  249. package/build/sdk/studio/sdk/model/optimizeStateResponseAllOf.d.ts +7 -0
  250. package/build/sdk/studio/sdk/model/optimizeStateResponseAllOf.js +12 -1
  251. package/build/sdk/studio/sdk/model/optimizeStateResponseAllOf.js.map +1 -1
  252. package/build/sdk/studio/sdk/model/organization.d.ts +4 -0
  253. package/build/sdk/studio/sdk/model/organization.js +5 -0
  254. package/build/sdk/studio/sdk/model/organization.js.map +1 -1
  255. package/build/sdk/studio/sdk/model/organizationDataExport.d.ts +2 -2
  256. package/build/sdk/studio/sdk/model/organizationDataExport.js +1 -1
  257. package/build/sdk/studio/sdk/model/organizationDataExport.js.map +1 -1
  258. package/build/sdk/studio/sdk/model/permission.d.ts +1 -1
  259. package/build/sdk/studio/sdk/model/permission.js +1 -1
  260. package/build/sdk/studio/sdk/model/permission.js.map +1 -1
  261. package/build/sdk/studio/sdk/model/project.d.ts +7 -0
  262. package/build/sdk/studio/sdk/model/project.js +20 -0
  263. package/build/sdk/studio/sdk/model/project.js.map +1 -1
  264. package/build/sdk/studio/sdk/model/projectDeploymentTarget.d.ts +6 -0
  265. package/build/sdk/studio/sdk/model/projectDeploymentTarget.js +10 -0
  266. package/build/sdk/studio/sdk/model/projectDeploymentTarget.js.map +1 -1
  267. package/build/sdk/studio/sdk/model/report.d.ts +2 -2
  268. package/build/sdk/studio/sdk/model/report.js +1 -1
  269. package/build/sdk/studio/sdk/model/report.js.map +1 -1
  270. package/build/sdk/studio/sdk/model/socketTokenResponse.d.ts +1 -1
  271. package/build/sdk/studio/sdk/model/socketTokenResponseAllOf.d.ts +1 -1
  272. package/build/sdk/studio/sdk/model/trashBinEntity.d.ts +55 -0
  273. package/build/sdk/studio/sdk/model/trashBinEntity.js +62 -0
  274. package/build/sdk/studio/sdk/model/trashBinEntity.js.map +1 -0
  275. package/build/sdk/studio/sdk/model/tunerRun.d.ts +1 -0
  276. package/build/sdk/studio/sdk/model/tunerRun.js +5 -0
  277. package/build/sdk/studio/sdk/model/tunerRun.js.map +1 -1
  278. package/build/shared/viewmodels/init.d.ts +1 -0
  279. package/build/shared/viewmodels/init.js +1 -0
  280. package/build/shared/viewmodels/init.js.map +1 -1
  281. package/package.json +5 -1
  282. package/test/gstreamer.test.ts +189 -0
  283. package/test/qualcomm-rb3-inspect-qtiqmmfsrc.txt +358 -0
  284. package/test/qualcomm-rb3-inspect.txt +815 -0
  285. package/test/qualcomm-rb3-monitor-brio.txt +561 -0
  286. package/build/sdk/studio/sdk/model/addOrganizationDeployBlockResponse.js.map +0 -1
  287. package/build/sdk/studio/sdk/model/addOrganizationDspBlockResponse.js +0 -39
  288. package/build/sdk/studio/sdk/model/addOrganizationDspBlockResponse.js.map +0 -1
  289. package/build/sdk/studio/sdk/model/addOrganizationSecretResponse.js.map +0 -1
  290. package/build/sdk/studio/sdk/model/addOrganizationSecretResponseAllOf.js.map +0 -1
  291. package/build/sdk/studio/sdk/model/addOrganizationTransferLearningBlockResponse.js +0 -39
  292. package/build/sdk/studio/sdk/model/addOrganizationTransferLearningBlockResponse.js.map +0 -1
  293. package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockResponse.d.ts +0 -33
  294. package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockResponse.js +0 -39
  295. package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockResponse.js.map +0 -1
  296. package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockResponseAllOf.js.map +0 -1
  297. package/build/sdk/studio/sdk/model/createAIActionResponse.js.map +0 -1
  298. package/build/sdk/studio/sdk/model/createPipelineResponse.js.map +0 -1
  299. package/build/sdk/studio/sdk/model/developmentBoardCreatedResponse.js +0 -39
  300. package/build/sdk/studio/sdk/model/developmentBoardCreatedResponse.js.map +0 -1
  301. package/build/sdk/studio/sdk/model/dspRunResponseAllOfPerformance.js.map +0 -1
  302. package/build/sdk/studio/sdk/model/jobCreatedByUser.js +0 -44
  303. package/build/sdk/studio/sdk/model/jobCreatedByUser.js.map +0 -1
@@ -0,0 +1,358 @@
1
+ Factory Details:
2
+ Rank primary (256)
3
+ Long-name QMMF Video Source
4
+ Klass Source/Video
5
+ Description Reads frames from a device via QMMF service
6
+ Author QTI
7
+
8
+ Plugin Details:
9
+ Name qtiqmmfsrc
10
+ Description QTI QMMF plugin library
11
+ Filename /usr/lib/gstreamer-1.0/libgstqtiqmmfsrc.so
12
+ Version 1.0
13
+ License BSD
14
+ Source module qcom-gstreamer1.0-plugins-oss-qmmfsrc
15
+ Binary package Qualcomm open-source GStreamer Plug-in for qmmf-sdk
16
+ Origin URL http://www.qualcomm.com
17
+
18
+ GObject
19
+ +----GInitiallyUnowned
20
+ +----GstObject
21
+ +----GstElement
22
+ +----GstQmmfSrc
23
+
24
+ Implemented Interfaces:
25
+ GstChildProxy
26
+
27
+ Pad Templates:
28
+ SRC template: 'image_%u'
29
+ Availability: On request
30
+ Capabilities:
31
+ image/jpeg
32
+ width: [ 16, 5184 ]
33
+ height: [ 16, 3880 ]
34
+ framerate: [ 0/1, 30/1 ]
35
+ video/x-raw
36
+ format: { (string)NV21 }
37
+ width: [ 16, 5184 ]
38
+ height: [ 16, 3880 ]
39
+ framerate: [ 0/1, 30/1 ]
40
+ video/x-raw(memory:GBM)
41
+ format: { (string)NV21 }
42
+ width: [ 16, 5184 ]
43
+ height: [ 16, 3880 ]
44
+ framerate: [ 0/1, 30/1 ]
45
+ video/x-bayer
46
+ format: { (string)bggr, (string)rggb, (string)gbrg, (string)grbg, (string)mono }
47
+ bpp: { (string)8, (string)10, (string)12, (string)16 }
48
+ width: [ 16, 5184 ]
49
+ height: [ 16, 3880 ]
50
+ framerate: [ 0/1, 30/1 ]
51
+ Type: GstQmmfSrcImagePad
52
+ Pad Properties:
53
+ rotate : Set Orientation Angle for Image Stream
54
+ flags: readable, writable
55
+ Enum "GstRotate" Default: 0, "none"
56
+ (0): none - No Rotation
57
+ (1): 90CCW - Rotate 90 degrees counter-clockwise
58
+ (2): 180CCW - Rotate 180 degrees counter-clockwise
59
+ (3): 270CCW - Rotate 270 degrees counter-clockwise
60
+
61
+ SRC template: 'video_%u'
62
+ Availability: On request
63
+ Capabilities:
64
+ image/jpeg
65
+ width: [ 16, 5184 ]
66
+ height: [ 16, 3880 ]
67
+ framerate: [ 0/1, 120/1 ]
68
+ video/x-raw
69
+ format: { (string)NV12, (string)NV16 }
70
+ width: [ 16, 5184 ]
71
+ height: [ 16, 3880 ]
72
+ framerate: [ 0/1, 120/1 ]
73
+ video/x-raw(memory:GBM)
74
+ format: { (string)NV12, (string)NV16 }
75
+ width: [ 16, 5184 ]
76
+ height: [ 16, 3880 ]
77
+ framerate: [ 0/1, 120/1 ]
78
+ video/x-bayer
79
+ format: { (string)bggr, (string)rggb, (string)gbrg, (string)grbg, (string)mono }
80
+ bpp: { (string)8, (string)10, (string)12, (string)16 }
81
+ width: [ 16, 5184 ]
82
+ height: [ 16, 3880 ]
83
+ framerate: [ 0/1, 120/1 ]
84
+ Type: GstQmmfSrcVideoPad
85
+ Pad Properties:
86
+ crop : Crop rectangle ('<X, Y, WIDTH, HEIGHT>'). Applicable only for JPEG and YUY2 formats
87
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
88
+ GstValueArray of GValues of type "gint"
89
+ extra-buffers : Number of additional buffers that will be allocated.
90
+ flags: readable, writable, changeable only in NULL or READY state
91
+ Unsigned Integer. Range: 0 - 4294967295 Default: 0
92
+ framerate : Target framerate in frames per second for displaying
93
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
94
+ Double. Range: 0 - 30 Default: 30
95
+ reprocess-enable : Indicates realtime video pad which will be used as input for reprocess
96
+ flags: readable, writable, changeable only in NULL or READY state
97
+ Boolean. Default: false
98
+ rotate : Set Orientation Angle for Video Stream
99
+ flags: readable, writable
100
+ Enum "GstRotate" Default: 0, "none"
101
+ (0): none - No Rotation
102
+ (1): 90CCW - Rotate 90 degrees counter-clockwise
103
+ (2): 180CCW - Rotate 180 degrees counter-clockwise
104
+ (3): 270CCW - Rotate 270 degrees counter-clockwise
105
+ source-index : Index of the source video pad to which this pad will be linked
106
+ flags: readable, writable, changeable only in NULL or READY state
107
+ Integer. Range: -1 - 2147483647 Default: -1
108
+ type : The type of the stream.
109
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
110
+ Enum "GstQmmfSrcStreamType" Default: 0, "video"
111
+ (0): video - The stream will be configured with tunings and settings most fitted for directly encoding the buffers.
112
+ (1): preview - The stream will be configured with tunings and settings most fitted for directly visualizing the buffers.
113
+
114
+ Element has no clocking capabilities.
115
+ Element has no URI handling capabilities.
116
+
117
+ Pads:
118
+ none
119
+
120
+ Element Properties:
121
+ active-sensor-size : The active pixel array of the camera sensor ('<X, Y, WIDTH, HEIGHT >') and it is filled only when the plugin is in READY or above state
122
+ flags: readable, changeable in NULL, READY, PAUSED or PLAYING state
123
+ GstValueArray of GValues of type "gint"
124
+ adrc : Automatic Dynamic Range Compression
125
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
126
+ Boolean. Default: false
127
+ antibanding : Camera antibanding routine for the current illumination condition
128
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
129
+ Enum "GstAntibandingMode" Default: 3, "auto"
130
+ (0): off - The camera device will not adjust exposure duration to avoid banding problems.
131
+ (1): 50hz - The camera device will adjust exposure duration to avoid banding problems with 50Hz illumination sources.
132
+ (2): 60hz - The camera device will adjust exposure duration to avoid banding problems with 60Hz illumination sources.
133
+ (3): auto - The camera device will automatically adapt its antibanding routine to the current illumination condition.
134
+ camera : Camera device ID to be used by video/image pads
135
+ flags: readable, writable
136
+ Unsigned Integer. Range: 0 - 10 Default: 0
137
+ contrast : Image Contrast Strength
138
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
139
+ Integer. Range: 1 - 10 Default: 5
140
+ control-mode : Overall mode of 3A (auto-exposure, auto-white-balance, auto-focus) control routines. This is a top-level 3A control switch. When set to OFF, all 3A control by the camera device is disabled.
141
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
142
+ Enum "GstCameraControlMode" Default: 1, "auto"
143
+ (0): off - Full application control of pipeline.
144
+ (1): auto - Manual control of capture parameters is disabled.
145
+ (2): use-scene-mode - Use a specific scene mode.
146
+ (3): off-keep-state - Same as OFF mode, except that this capture will not be used by camera device background auto-exposure, auto-white balance and auto-focus algorithms (3A) to update their statistics.
147
+ custom-exposure-table: A GstStructure describing custom exposure table
148
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
149
+ String. Default: "org.codeaurora.qcamera3.exposuretable;"
150
+ defog-table : A GstStructure describing defog table
151
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
152
+ String. Default: "org.quic.camera.defog;"
153
+ effect : Effect applied on the camera frames
154
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
155
+ Enum "GstCameraEffectMode" Default: 0, "off"
156
+ (0): off - No color effect will be applied.
157
+ (1): mono - A 'monocolor' effect where the image is mapped into a single color.
158
+ (2): negative - A 'photo-negative' effect where the image's colors are inverted.
159
+ (3): solarize - A 'solarisation' effect (Sabattier effect) where the image is wholly or partially reversed in tone.
160
+ (4): sepia - A 'sepia' effect where the image is mapped into warm gray, red, and brown tones.
161
+ (5): posterize - A 'posterization' effect where the image uses discrete regions of tone rather than a continuous gradient of tones.
162
+ (6): whiteboard - A 'whiteboard' effect where the image is typically displayed as regions of white, with black or grey details.
163
+ (7): blackboard - A 'blackboard' effect where the image is typically displayed as regions of black, with white or grey details.
164
+ (8): aqua - An 'aqua' effect where a blue hue is added to the image.
165
+ eis : Electronic Image Stabilization mode to reduce the effects of camera shake
166
+ flags: readable, writable
167
+ Enum "GstEisMode" Default: 0, "eis-off"
168
+ (0): eis-off - EIS is not applied.
169
+ (1): eis-on-single-stream - EIS is applied on first (non-snapshot) stream. Maximum number of each of preview, video and snapshot streams can be one.
170
+ (2): eis-on-dual-stream - EIS is applied on both preview and video streams. Maximum number of each of preview, video and snapshot streams can be one.
171
+ exposure-compensation: Adjust (Compensate) camera images target brightness. Adjustment is measured as a count of steps.
172
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
173
+ Integer. Range: -12 - 12 Default: 0
174
+ exposure-lock : Locks current camera exposure routine values from changing.
175
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
176
+ Boolean. Default: false
177
+ exposure-metering : The desired mode for the camera's exposure metering routine.
178
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
179
+ Enum "GstCameraExposureMetering" Default: 0, "average"
180
+ (0): average - The camera device's exposure metering is calculated as average from the whole frame.
181
+ (1): center-weighted - The camera device's exposure metering is calculated from the center region of the frame.
182
+ (2): spot - The camera device's exposure metering is calculated from a chosen spot.
183
+ (6): custom - The camera device's exposure metering is calculated from a custom metering table.
184
+ exposure-mode : The desired mode for the camera's exposure routine.
185
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
186
+ Enum "GstCameraExposureMode" Default: 1, "auto"
187
+ (0): off - The auto exposure routine is disabled. Manual exposure time will be used set via the 'exposure-time' property
188
+ (1): auto - The auto exposure routine is active.
189
+ focus-mode : Whether auto-focus is currently enabled, and in what mode it is.
190
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
191
+ Enum "GstCameraFocusMode" Default: 0, "off"
192
+ (0): off - The auto focus routine is disabled.
193
+ (1): auto - The auto focus routine is active.
194
+ (2): macro - In this mode, the auto focus algorithm is optimized for focusing on objects very close to the camera.
195
+ (3): continuous - In this mode, the AF algorithm modifies the lens position continually to attempt to provide a constantly-in-focus image stream.
196
+ (4): edof - The camera device will produce images with an extended depth of field automatically; no special focusing operations need to be done before taking a picture.
197
+ frc-mode : Stream frame rate control mode.
198
+ flags: readable, writable
199
+ Enum "GstFrcMode" Default: 0, "frame-skip"
200
+ (0): frame-skip - Control stream frame rate by frame skip
201
+ (1): capture-request - Control stream frame rate by camera capture request
202
+ ife-direct-stream : IFE direct stream support, with this param, ISP will generateoutput stream from IFE directly and skip others ISP moduleslike IPE
203
+ flags: readable, writable
204
+ Boolean. Default: false
205
+ image-metadata : Settings and parameters used for submitting capture requests for high quality images via the capture-image signal in the form of CameraMetadata object. Caller is responsible for releasing the object.
206
+ flags: readable, changeable in NULL, READY, PAUSED or PLAYING state
207
+ Pointer.
208
+ infrared-mode : Infrared Mode
209
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
210
+ Enum "GstCameraIRMode" Default: 0, "off"
211
+ (0): off - The infrared LED is OFF and cut filter is applied i.e. infrared light is blocked.
212
+ (1): on - The infrared LED is ON and cut filter is removed i.e. infrared light is allowed.
213
+ (2): auto - The infrared LED and cut filter are turned ON or OFF dependingon the conditions.
214
+ (3): cut-filter-only - The infrared LED is turned OFF and cut filter is applied i.e. IR light is blocked.
215
+ (4): cut-filter-disable - Infrared cut filter is removed allowing IR light to pass. This mode is used for transitioning from 'cut-filter-only' mode i.e. disabling only the cut filter.
216
+ input-roi-enable : Input ROI if enabled, Input ROI reprocess usecase will be selected
217
+ flags: readable, writable
218
+ Boolean. Default: false
219
+ input-roi-info : Applicable only if input-roi-enable property is set.input-roi-info is array for each roi ('<X1, Y1, WIDTH1, HEIGHT1 X2, Y2, WIDTH2, HEIGHT2, ...>') it needs to be filled for the no. of Input ROI's in playing state
220
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
221
+ GstValueArray of GValues of type "gint"
222
+ iso-mode : ISO exposure mode
223
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
224
+ Enum "GstCameraISOMode" Default: 0, "auto"
225
+ (0): auto - The ISO exposure mode will be chosen depending on the scene.
226
+ (1): deblur - The ISO exposure sensitivity set to prioritize motion deblur.
227
+ (2): 100 - The ISO exposure sensitivity set to prioritize level 100.
228
+ (3): 200 - The ISO exposure sensitivity set to prioritize level 200.
229
+ (4): 400 - The ISO exposure sensitivity set to prioritize level 400.
230
+ (5): 800 - The ISO exposure sensitivity set to prioritize level 800.
231
+ (6): 1600 - The ISO exposure sensitivity set to prioritize level 1600.
232
+ (7): 3200 - The ISO exposure sensitivity set to prioritize level 3200.
233
+ (8): manual - The ISO exposure value provided by manual-iso-value will be used.
234
+ lcac : Lateral Chromatic Aberration Correction
235
+ flags: readable, writable
236
+ Boolean. Default: false
237
+ ldc : Lens Distortion Correction
238
+ flags: readable, writable
239
+ Boolean. Default: false
240
+ ltm-data : A GstStructure describing local tone mapping data
241
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
242
+ String. Default: "org.quic.camera.ltmDynamicContrast;"
243
+ manual-exposure-time: Manual exposure time in nanoseconds. Used when the Exposure mode is set to 'off'.
244
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
245
+ Integer64. Range: 0 - 9223372036854775807 Default: 33333333
246
+ manual-iso-value : Manual exposure ISO value. Used when the ISO mode is set to 'manual'
247
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
248
+ Integer. Range: 100 - 3200 Default: 800
249
+ manual-wb-settings : Manual White Balance settings such as color correction temperature and R/G/B gains. Used in manual white balance modes.
250
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
251
+ String. Default: "org.codeaurora.qcamera3.manualWB;"
252
+ name : The name of the object
253
+ flags: readable, writable, 0x2000
254
+ String. Default: "qmmfsrc0"
255
+ noise-reduction : Noise reduction filter mode
256
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
257
+ Enum "GstCameraNoiseReduction" Default: 1, "fast"
258
+ (0): off - No noise reduction filter is applied.
259
+ (1): fast - TNR (Temoral Noise Reduction) Fast Mode.
260
+ (2): hq - TNR (Temoral Noise Reduction) High Quality Mode.
261
+ noise-reduction-tuning: A GstStructure describing noise reduction tuning
262
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
263
+ String. Default: "org.quic.camera.anr_tuning;"
264
+ op-mode : provide camera operation mode to support specified camera function support mode : none, frameselection and fastswitchby default camera operation mode is none.
265
+ flags: readable, writable
266
+ Flags "GstFrameSelection" Default: 0x00000001, "none"
267
+ (0x00000001): none - Normal Camera Operation Mode
268
+ (0x00000002): frameselection - Camera Operation Mode Frame Selection
269
+ (0x00000004): fastswitch - Camera Operation Mode Fast Switch
270
+ parent : The parent of the object
271
+ flags: readable, writable, 0x2000
272
+ Object of type "GstObject"
273
+ saturation : Image Saturation Strength
274
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
275
+ Integer. Range: 0 - 10 Default: 5
276
+ scene : Camera optimizations depending on the scene
277
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
278
+ Enum "GstCameraSceneMode" Default: 1, "face-priority"
279
+ (0): disabled - Indicates that no scene modes are set.
280
+ (1): face-priority - Optimized for photos of with priority of people faces.
281
+ (2): action - Optimized for photos of quickly moving objects.
282
+ (3): portrait - Optimized for still photos of people.
283
+ (4): landscape - Optimized for photos of distant macroscopic objects.
284
+ (5): night - Optimized for low-light settings.
285
+ (6): night-portrait - Optimized for still photos of people in low-light settings.
286
+ (7): theatre - Optimized for dim, indoor settings where flash must remain off.
287
+ (8): beach - Optimized for bright, outdoor beach settings.
288
+ (9): snow - Optimized for bright, outdoor settings containing snow.
289
+ (10): sunset - Optimized for scenes of the setting sun.
290
+ (11): steady-photo - Optimized to avoid blurry photos due to small amounts of device motion (for example: due to hand shake).
291
+ (12): fireworks - Optimized for nighttime photos of fireworks.
292
+ (13): sports - Optimized for photos of quickly moving people.
293
+ (14): party - Optimized for dim, indoor settings with multiple moving people.
294
+ (15): candlelight - Optimized for dim settings where the main light source is a candle.
295
+ (16): hdr - Turn on a device-specific high dynamic range (HDR) mode.
296
+ sensor-mode : Force set Sensor Mode index (0-15). -1 for Auto selection
297
+ flags: readable, writable
298
+ Integer. Range: -1 - 15 Default: -1
299
+ session-metadata : Settings parameters used for configure stream as CameraMetadata object. Caller is responsible for releasing the object.
300
+ flags: writable, changeable in NULL, READY, PAUSED or PLAYING state
301
+ Pointer. Write only
302
+ sharpness : Image Sharpness Strength
303
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
304
+ Integer. Range: 0 - 6 Default: 2
305
+ slave : Set camera as slave device
306
+ flags: readable, writable
307
+ Boolean. Default: false
308
+ static-metadata : Supported camera capabilities as CameraMetadata object. Caller is responsible for releasing the object.
309
+ flags: readable, changeable in NULL, READY, PAUSED or PLAYING state
310
+ Pointer.
311
+ vhdr : Video High Dynamic Range Imaging Modes
312
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
313
+ Enum "GstSHDRMode" Default: 0, "off"
314
+ (0): off - VHDR is disabled.
315
+ (1): shdr-raw - Raw SHDR line interleaved mode with 2 frame. Use this mode for better performance on supporting sensor.
316
+ (2): shdr-yuv - YUV SHDR virtual channel mode with 2 frames. Use this mode for better quality on supporting sensor. This mode may result in reduced framerate.
317
+ (3): raw-shdr-switch - Enable Raw SHDR switch. Use this mode for enabling shdr switch in camera backend based on lux value. The switch is between linear and Raw SHDR based on support in camera.
318
+ (4): yuv-shdr-switch - Enable YUV SHDR switch. Use this mode for enabling shdr switch in camera backend based on lux value. The switch is between linear and YUV SHDR based on support in camera.
319
+ (5): qbc-hdr-video - Enable in-sensor HDR for video stream. This mode is applicable for sensor that support this feature only.
320
+ (6): qbc-hdr-snapshot - Enable in-sensor HDR for snapshot. When enabled camera backend decides to enable in-sensor hdr for snapshot based on the scene. This mode is applicable for sensor that support this feature only.
321
+ video-metadata : Settings and parameters used for submitting capture requests for video streams in the form of CameraMetadata object. Caller is responsible for releasing the object.
322
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
323
+ Pointer.
324
+ white-balance-lock : Locks current White Balance values from changing. Affects only non-manual white balance modes.
325
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
326
+ Boolean. Default: false
327
+ white-balance-mode : The desired mode for the camera's white balance routine.
328
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
329
+ Enum "GstCameraWiteBalanceMode" Default: 3, "auto"
330
+ (0): off - Both auto and manual white balance routines are disabled.
331
+ (1): manual-cc-temp - The auto-white balance routine is inactive and manual color correction temperature is used which is set via the 'manual-wb-settings' property.
332
+ (2): manual-rgb-gains - The auto-white balance routine is inactive and manual R/G/B gains are used which are set via the 'manual-wb-settings' property.
333
+ (3): auto - The auto-white balance routine is active.
334
+ (4): shade - The camera device uses shade light as the assumed scene illumination for white balance correction.
335
+ (5): incandescent - The camera device uses incandescent light as the assumed scene illumination for white balance correction.
336
+ (6): fluorescent - The camera device uses fluorescent light as the assumed scene illumination for white balance correction.
337
+ (7): warm-fluorescent - The camera device uses warm fluorescent light as the assumed scene illumination for white balance correction.
338
+ (8): daylight - The camera device uses daylight light as the assumed scene illumination for white balance correction.
339
+ (9): cloudy-daylight - The camera device uses cloudy daylight light as the assumed scene illumination for white balance correction.
340
+ (10): twilight - The camera device uses twilight light as the assumed scene illumination for white balance correction.
341
+ zoom : Camera zoom rectangle ('<X, Y, WIDTH, HEIGHT >') in sensor active pixel array coordinates. Defaults to active-sensor-size values for 1x or no zoom
342
+ flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
343
+ GstValueArray of GValues of type "gint"
344
+
345
+ Element Signals:
346
+ "result-metadata" : void user_function (GstElement* object,
347
+ gpointer arg0,
348
+ gpointer user_data);
349
+ "urgent-metadata" : void user_function (GstElement* object,
350
+ gpointer arg0,
351
+ gpointer user_data);
352
+
353
+ Element Actions:
354
+ "capture-image" : gboolean user_function (GstElement* object,
355
+ GstImageCaptureMode arg0,
356
+ guint arg1,
357
+ GPtrArray* arg2);
358
+ "cancel-capture" : gboolean user_function (GstElement* object);