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.
- package/build/cli/check-new-version.js +1 -1
- package/build/cli/check-new-version.js.map +1 -1
- package/build/cli/config.d.ts +7 -0
- package/build/cli/config.js +16 -1
- package/build/cli/config.js.map +1 -1
- package/build/cli/init-cli-app.js +1 -1
- package/build/cli/init-cli-app.js.map +1 -1
- package/build/cli/linux/remote-mgmt-service.d.ts +3 -1
- package/build/cli/linux/remote-mgmt-service.js +1 -1
- package/build/cli/linux/remote-mgmt-service.js.map +1 -1
- package/build/cli/linux/runner-downloader.d.ts +17 -2
- package/build/cli/linux/runner-downloader.js +39 -17
- package/build/cli/linux/runner-downloader.js.map +1 -1
- package/build/cli/linux/runner.js +93 -14
- package/build/cli/linux/runner.js.map +1 -1
- package/build/cli/linux/webserver/views/escape-html-template-tag/escape.js.map +1 -1
- package/build/library/argv-split.js.map +1 -1
- package/build/library/sensors/gstreamer.d.ts +6 -2
- package/build/library/sensors/gstreamer.js +32 -13
- package/build/library/sensors/gstreamer.js.map +1 -1
- package/build/library/sensors/prophesee.js.map +1 -1
- package/build/library/sensors/recorder.js.map +1 -1
- package/build/sdk/studio/sdk/api/adminApi.d.ts +120 -22
- package/build/sdk/studio/sdk/api/adminApi.js +745 -138
- package/build/sdk/studio/sdk/api/adminApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/authApi.js +2 -2
- package/build/sdk/studio/sdk/api/authApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/cDNApi.js +1 -1
- package/build/sdk/studio/sdk/api/cDNApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/canaryApi.js +1 -1
- package/build/sdk/studio/sdk/api/canaryApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/classifyApi.d.ts +45 -7
- package/build/sdk/studio/sdk/api/classifyApi.js +127 -13
- package/build/sdk/studio/sdk/api/classifyApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/dSPApi.d.ts +3 -3
- package/build/sdk/studio/sdk/api/dSPApi.js +12 -12
- package/build/sdk/studio/sdk/api/dSPApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/deploymentApi.d.ts +45 -9
- package/build/sdk/studio/sdk/api/deploymentApi.js +57 -17
- package/build/sdk/studio/sdk/api/deploymentApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/emailVerificationApi.d.ts +12 -0
- package/build/sdk/studio/sdk/api/emailVerificationApi.js +70 -0
- package/build/sdk/studio/sdk/api/emailVerificationApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/healthApi.d.ts +2 -2
- package/build/sdk/studio/sdk/api/healthApi.js +2 -2
- package/build/sdk/studio/sdk/api/healthApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/impulseApi.d.ts +121 -25
- package/build/sdk/studio/sdk/api/impulseApi.js +537 -52
- package/build/sdk/studio/sdk/api/impulseApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/jobsApi.d.ts +125 -15
- package/build/sdk/studio/sdk/api/jobsApi.js +549 -29
- package/build/sdk/studio/sdk/api/jobsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/learnApi.d.ts +41 -17
- package/build/sdk/studio/sdk/api/learnApi.js +47 -15
- package/build/sdk/studio/sdk/api/learnApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/optimizationApi.d.ts +36 -0
- package/build/sdk/studio/sdk/api/optimizationApi.js +245 -2
- package/build/sdk/studio/sdk/api/optimizationApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationBlocksApi.d.ts +14 -3
- package/build/sdk/studio/sdk/api/organizationBlocksApi.js +107 -28
- package/build/sdk/studio/sdk/api/organizationBlocksApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationCreateProjectApi.d.ts +2 -2
- package/build/sdk/studio/sdk/api/organizationCreateProjectApi.js +8 -8
- package/build/sdk/studio/sdk/api/organizationCreateProjectApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationDataApi.d.ts +8 -123
- package/build/sdk/studio/sdk/api/organizationDataApi.js +37 -621
- package/build/sdk/studio/sdk/api/organizationDataApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.d.ts +1 -2
- package/build/sdk/studio/sdk/api/organizationJobsApi.d.ts +8 -6
- package/build/sdk/studio/sdk/api/organizationJobsApi.js +22 -18
- package/build/sdk/studio/sdk/api/organizationJobsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationPipelinesApi.d.ts +3 -3
- package/build/sdk/studio/sdk/api/organizationPipelinesApi.js +3 -3
- package/build/sdk/studio/sdk/api/organizationPipelinesApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationsApi.d.ts +48 -32
- package/build/sdk/studio/sdk/api/organizationsApi.js +161 -60
- package/build/sdk/studio/sdk/api/organizationsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/performanceCalibrationApi.d.ts +66 -11
- package/build/sdk/studio/sdk/api/performanceCalibrationApi.js +127 -10
- package/build/sdk/studio/sdk/api/performanceCalibrationApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/projectsApi.d.ts +116 -12
- package/build/sdk/studio/sdk/api/projectsApi.js +685 -41
- package/build/sdk/studio/sdk/api/projectsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/rawDataApi.d.ts +163 -16
- package/build/sdk/studio/sdk/api/rawDataApi.js +683 -112
- package/build/sdk/studio/sdk/api/rawDataApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/themesApi.d.ts +1 -2
- package/build/sdk/studio/sdk/api/thirdPartyAuthApi.d.ts +1 -2
- package/build/sdk/studio/sdk/api/thirdPartyAuthApi.js +1 -1
- package/build/sdk/studio/sdk/api/thirdPartyAuthApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/uploadPortalApi.js +1 -1
- package/build/sdk/studio/sdk/api/uploadPortalApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/userApi.d.ts +20 -4
- package/build/sdk/studio/sdk/api/userApi.js +79 -2
- package/build/sdk/studio/sdk/api/userApi.js.map +1 -1
- package/build/sdk/studio/sdk/model/aIAction.d.ts +51 -0
- package/build/sdk/studio/sdk/model/aIAction.js +69 -0
- package/build/sdk/studio/sdk/model/aIAction.js.map +1 -0
- package/build/sdk/studio/sdk/model/{listOrganizationProjectsDataResponseAllOf.d.ts → aIActionLastPreviewState.d.ts} +6 -3
- package/build/sdk/studio/sdk/model/aIActionLastPreviewState.js +37 -0
- package/build/sdk/studio/sdk/model/aIActionLastPreviewState.js.map +1 -0
- package/build/sdk/studio/sdk/model/aIActionLastPreviewStateProposedChanges.d.ts +27 -0
- package/build/sdk/studio/sdk/model/aIActionLastPreviewStateProposedChanges.js +34 -0
- package/build/sdk/studio/sdk/model/aIActionLastPreviewStateProposedChanges.js.map +1 -0
- package/build/sdk/studio/sdk/model/aIActionsConfig.d.ts +44 -0
- package/build/sdk/studio/sdk/model/aIActionsConfig.js +49 -0
- package/build/sdk/studio/sdk/model/aIActionsConfig.js.map +1 -0
- package/build/sdk/studio/sdk/model/aIActionsDataCategory.d.ts +13 -0
- package/build/sdk/studio/sdk/model/aIActionsDataCategory.js +16 -0
- package/build/sdk/studio/sdk/model/aIActionsDataCategory.js.map +1 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransferLearningBlockRequest.d.ts +7 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransferLearningBlockRequest.js +10 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransferLearningBlockRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.d.ts +6 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.js +10 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/additionalMetric.d.ts +1 -0
- package/build/sdk/studio/sdk/model/additionalMetric.js +5 -0
- package/build/sdk/studio/sdk/model/additionalMetric.js.map +1 -1
- package/build/sdk/studio/sdk/model/adminGetOrganizationComputeTimeUsageResponse.d.ts +1 -1
- package/build/sdk/studio/sdk/model/adminGetOrganizationsResponseAllOfOrganizations.d.ts +1 -0
- package/build/sdk/studio/sdk/model/adminGetOrganizationsResponseAllOfOrganizations.js +5 -0
- package/build/sdk/studio/sdk/model/adminGetOrganizationsResponseAllOfOrganizations.js.map +1 -1
- package/build/sdk/studio/sdk/model/{organizationProjectsDataBatchDisableResponse.d.ts → adminGetReportResponse.d.ts} +3 -2
- package/build/sdk/studio/sdk/model/{adminGetOrganizationUsageReportResponse.js → adminGetReportResponse.js} +8 -8
- package/build/sdk/studio/sdk/model/adminGetReportResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/adminGetReportResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/adminGetReportResponseAllOf.js +29 -0
- package/build/sdk/studio/sdk/model/adminGetReportResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/{adminGetOrganizationUsageReportsResponse.d.ts → adminGetReportsResponse.d.ts} +3 -3
- package/build/sdk/studio/sdk/model/{adminGetOrganizationUsageReportsResponse.js → adminGetReportsResponse.js} +8 -8
- package/build/sdk/studio/sdk/model/adminGetReportsResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/{adminGetOrganizationUsageReportsResponseAllOf.d.ts → adminGetReportsResponseAllOf.d.ts} +3 -3
- package/build/sdk/studio/sdk/model/{adminGetOrganizationUsageReportsResponseAllOf.js → adminGetReportsResponseAllOf.js} +8 -8
- package/build/sdk/studio/sdk/model/adminGetReportsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponse.d.ts +1 -1
- package/build/sdk/studio/sdk/model/adminUpdateConfigRequest.d.ts +28 -0
- package/build/sdk/studio/sdk/model/adminUpdateConfigRequest.js +29 -0
- package/build/sdk/studio/sdk/model/adminUpdateConfigRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/allLearnBlocksResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/allLearnBlocksResponse.js +39 -0
- package/build/sdk/studio/sdk/model/allLearnBlocksResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/allLearnBlocksResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/allLearnBlocksResponseAllOf.js +29 -0
- package/build/sdk/studio/sdk/model/allLearnBlocksResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/allLearnBlocksResponseAllOfLearnBlocks.d.ts +36 -0
- package/build/sdk/studio/sdk/model/allLearnBlocksResponseAllOfLearnBlocks.js +69 -0
- package/build/sdk/studio/sdk/model/allLearnBlocksResponseAllOfLearnBlocks.js.map +1 -0
- package/build/sdk/studio/sdk/model/{anomalyResponseAllOf.d.ts → anomalyConfig.d.ts} +3 -3
- package/build/sdk/studio/sdk/model/{anomalyResponseAllOf.js → anomalyConfig.js} +8 -8
- package/build/sdk/studio/sdk/model/anomalyConfig.js.map +1 -0
- package/build/sdk/studio/sdk/model/{anomalyResponseAllOfAxes.d.ts → anomalyConfigAxes.d.ts} +1 -1
- package/build/sdk/studio/sdk/model/{anomalyResponseAllOfAxes.js → anomalyConfigAxes.js} +7 -7
- package/build/sdk/studio/sdk/model/anomalyConfigAxes.js.map +1 -0
- package/build/sdk/studio/sdk/model/{anomalyResponse.d.ts → anomalyConfigResponse.d.ts} +3 -3
- package/build/sdk/studio/sdk/model/{anomalyResponse.js → anomalyConfigResponse.js} +8 -8
- package/build/sdk/studio/sdk/model/anomalyConfigResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/anomalyGmmMetadata.d.ts +0 -8
- package/build/sdk/studio/sdk/model/anomalyGmmMetadata.js +0 -10
- package/build/sdk/studio/sdk/model/anomalyGmmMetadata.js.map +1 -1
- package/build/sdk/studio/sdk/model/{anomalyGmmMetadataAllOf.d.ts → anomalyGmmMetadataResponse.d.ts} +9 -1
- package/build/sdk/studio/sdk/model/{anomalyGmmMetadataAllOf.js → anomalyGmmMetadataResponse.js} +17 -7
- package/build/sdk/studio/sdk/model/anomalyGmmMetadataResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/anomalyModelMetadata.d.ts +2 -10
- package/build/sdk/studio/sdk/model/anomalyModelMetadata.js +1 -11
- package/build/sdk/studio/sdk/model/anomalyModelMetadata.js.map +1 -1
- package/build/sdk/studio/sdk/model/{anomalyModelMetadataAllOfClusters.d.ts → anomalyModelMetadataClusters.d.ts} +1 -1
- package/build/sdk/studio/sdk/model/{anomalyModelMetadataAllOfClusters.js → anomalyModelMetadataClusters.js} +7 -7
- package/build/sdk/studio/sdk/model/anomalyModelMetadataClusters.js.map +1 -0
- package/build/sdk/studio/sdk/model/{anomalyModelMetadataAllOf.d.ts → anomalyModelMetadataResponse.d.ts} +11 -3
- package/build/sdk/studio/sdk/model/{anomalyModelMetadataAllOf.js → anomalyModelMetadataResponse.js} +18 -8
- package/build/sdk/studio/sdk/model/anomalyModelMetadataResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/batchAddMetadataRequest.d.ts +26 -0
- package/build/sdk/studio/sdk/model/batchAddMetadataRequest.js +34 -0
- package/build/sdk/studio/sdk/model/batchAddMetadataRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/{organizationProjectsDataBatchRequest.d.ts → batchClearMetadataByKeyRequest.d.ts} +2 -2
- package/build/sdk/studio/sdk/model/batchClearMetadataByKeyRequest.js +29 -0
- package/build/sdk/studio/sdk/model/batchClearMetadataByKeyRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/blockParameters.d.ts +47 -0
- package/build/sdk/studio/sdk/model/blockParameters.js +52 -0
- package/build/sdk/studio/sdk/model/blockParameters.js.map +1 -0
- package/build/sdk/studio/sdk/model/blockParamsVisualAnomalyGmm.d.ts +28 -0
- package/build/sdk/studio/sdk/model/blockParamsVisualAnomalyGmm.js +29 -0
- package/build/sdk/studio/sdk/model/blockParamsVisualAnomalyGmm.js.map +1 -0
- package/build/sdk/studio/sdk/model/blockParamsVisualAnomalyPatchcore.d.ts +44 -0
- package/build/sdk/studio/sdk/model/blockParamsVisualAnomalyPatchcore.js +49 -0
- package/build/sdk/studio/sdk/model/blockParamsVisualAnomalyPatchcore.js.map +1 -0
- package/build/sdk/studio/sdk/model/classifySampleResponseClassification.d.ts +1 -1
- package/build/sdk/studio/sdk/model/{getNotesResponseAllOf.d.ts → cloneImpulseRequest.d.ts} +2 -3
- package/build/sdk/studio/sdk/model/{getNotesResponseAllOf.js → cloneImpulseRequest.js} +10 -10
- package/build/sdk/studio/sdk/model/cloneImpulseRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/{getOrganizationProjectsDataCountResponse.d.ts → createAIActionResponse.d.ts} +2 -2
- package/build/sdk/studio/sdk/model/{createBlockVersionResponse.js → createAIActionResponse.js} +7 -7
- package/build/sdk/studio/sdk/model/createAIActionResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/createImpulseRequest.d.ts +43 -0
- package/build/sdk/studio/sdk/model/createImpulseRequest.js +44 -0
- package/build/sdk/studio/sdk/model/createImpulseRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/{createBlockVersionResponse.d.ts → createImpulseResponse.d.ts} +2 -2
- package/build/sdk/studio/sdk/model/{getOrganizationProjectsDataCountResponse.js → createImpulseResponse.js} +9 -9
- package/build/sdk/studio/sdk/model/createImpulseResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/{createBlockVersionResponseAllOf.d.ts → createImpulseResponseAllOf.d.ts} +2 -2
- package/build/sdk/studio/sdk/model/{createBlockVersionResponseAllOf.js → createImpulseResponseAllOf.js} +7 -7
- package/build/sdk/studio/sdk/model/createImpulseResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/{adminGetOrganizationUsageReportResponse.d.ts → createNewEmptyImpulseResponse.d.ts} +9 -3
- package/build/sdk/studio/sdk/model/{organizationProjectsDataBatchEnableResponse.js → createNewEmptyImpulseResponse.js} +14 -9
- package/build/sdk/studio/sdk/model/createNewEmptyImpulseResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/createNewEmptyImpulseResponseAllOf.d.ts +32 -0
- package/build/sdk/studio/sdk/model/createNewEmptyImpulseResponseAllOf.js +34 -0
- package/build/sdk/studio/sdk/model/createNewEmptyImpulseResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/createPreviewAIActionsJobRequest.d.ts +35 -0
- package/build/sdk/studio/sdk/model/createPreviewAIActionsJobRequest.js +39 -0
- package/build/sdk/studio/sdk/model/createPreviewAIActionsJobRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/createProTierUserRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/createProTierUserRequest.js +5 -0
- package/build/sdk/studio/sdk/model/createProTierUserRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/createUserRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/createUserRequest.js +5 -0
- package/build/sdk/studio/sdk/model/createUserRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/{dSPConfigResponseAllOf.d.ts → dSPConfig.d.ts} +1 -1
- package/build/sdk/studio/sdk/model/{dSPConfigResponseAllOf.js → dSPConfig.js} +7 -7
- package/build/sdk/studio/sdk/model/dSPConfig.js.map +1 -0
- package/build/sdk/studio/sdk/model/dSPGroupItem.d.ts +1 -0
- package/build/sdk/studio/sdk/model/dSPGroupItem.js +5 -0
- package/build/sdk/studio/sdk/model/dSPGroupItem.js.map +1 -1
- package/build/sdk/studio/sdk/model/dataExplorerSettings.d.ts +4 -0
- package/build/sdk/studio/sdk/model/dataExplorerSettings.js +5 -0
- package/build/sdk/studio/sdk/model/dataExplorerSettings.js.map +1 -1
- package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.d.ts +6 -0
- package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.js +7 -1
- package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/deploymentTargetEngine.d.ts +1 -1
- package/build/sdk/studio/sdk/model/deploymentTargetEngine.js +1 -1
- package/build/sdk/studio/sdk/model/deploymentTargetEngine.js.map +1 -1
- package/build/sdk/studio/sdk/model/detailedImpulse.d.ts +48 -0
- package/build/sdk/studio/sdk/model/detailedImpulse.js +69 -0
- package/build/sdk/studio/sdk/model/detailedImpulse.js.map +1 -0
- package/build/sdk/studio/sdk/model/detailedImpulseDspBlockConfigs.d.ts +29 -0
- package/build/sdk/studio/sdk/model/detailedImpulseDspBlockConfigs.js +39 -0
- package/build/sdk/studio/sdk/model/detailedImpulseDspBlockConfigs.js.map +1 -0
- package/build/sdk/studio/sdk/model/detailedImpulseLearnBlockAnomalyConfigs.d.ts +31 -0
- package/build/sdk/studio/sdk/model/detailedImpulseLearnBlockAnomalyConfigs.js +44 -0
- package/build/sdk/studio/sdk/model/detailedImpulseLearnBlockAnomalyConfigs.js.map +1 -0
- package/build/sdk/studio/sdk/model/detailedImpulseLearnBlockKerasConfigs.d.ts +29 -0
- package/build/sdk/studio/sdk/model/detailedImpulseLearnBlockKerasConfigs.js +39 -0
- package/build/sdk/studio/sdk/model/detailedImpulseLearnBlockKerasConfigs.js.map +1 -0
- package/build/sdk/studio/sdk/model/detailedImpulseMetric.d.ts +40 -0
- package/build/sdk/studio/sdk/model/detailedImpulseMetric.js +70 -0
- package/build/sdk/studio/sdk/model/detailedImpulseMetric.js.map +1 -0
- package/build/sdk/studio/sdk/model/detailedImpulseMetricCategory.d.ts +13 -0
- package/build/sdk/studio/sdk/model/detailedImpulseMetricCategory.js +16 -0
- package/build/sdk/studio/sdk/model/detailedImpulseMetricCategory.js.map +1 -0
- package/build/sdk/studio/sdk/model/detailedImpulseMetricFilteringType.d.ts +28 -0
- package/build/sdk/studio/sdk/model/detailedImpulseMetricFilteringType.js +35 -0
- package/build/sdk/studio/sdk/model/detailedImpulseMetricFilteringType.js.map +1 -0
- package/build/sdk/studio/sdk/model/detailedImpulsePretrainedModelInfo.d.ts +25 -0
- package/build/sdk/studio/sdk/model/detailedImpulsePretrainedModelInfo.js +29 -0
- package/build/sdk/studio/sdk/model/detailedImpulsePretrainedModelInfo.js.map +1 -0
- package/build/sdk/studio/sdk/model/downgradeSubscriptionRequest.d.ts +28 -0
- package/build/sdk/studio/sdk/model/downgradeSubscriptionRequest.js +29 -0
- package/build/sdk/studio/sdk/model/downgradeSubscriptionRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/editSampleLabelRequest.d.ts +1 -1
- package/build/sdk/studio/sdk/model/emailValidationRequest.d.ts +28 -0
- package/build/sdk/studio/sdk/model/emailValidationRequest.js +29 -0
- package/build/sdk/studio/sdk/model/emailValidationRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/environmentVariable.d.ts +32 -0
- package/build/sdk/studio/sdk/model/environmentVariable.js +34 -0
- package/build/sdk/studio/sdk/model/environmentVariable.js.map +1 -0
- package/build/sdk/studio/sdk/model/feature.d.ts +1 -1
- package/build/sdk/studio/sdk/model/feature.js +1 -1
- package/build/sdk/studio/sdk/model/feature.js.map +1 -1
- package/build/sdk/studio/sdk/model/{getNotesResponse.d.ts → getAIActionResponse.d.ts} +3 -3
- package/build/sdk/studio/sdk/model/{getNotesResponse.js → getAIActionResponse.js} +10 -10
- package/build/sdk/studio/sdk/model/getAIActionResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getAIActionResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/getAIActionResponseAllOf.js +29 -0
- package/build/sdk/studio/sdk/model/getAIActionResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponse.js +39 -0
- package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponseAllOf.js +29 -0
- package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponse.d.ts +40 -0
- package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponse.js +49 -0
- package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponseAllOf.d.ts +32 -0
- package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponseAllOf.js +39 -0
- package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponseAllOfMetricKeys.d.ts +32 -0
- package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponseAllOfMetricKeys.js +50 -0
- package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponseAllOfMetricKeys.js.map +1 -0
- package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponseAllOfMetricKeysByCategory.d.ts +28 -0
- package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponseAllOfMetricKeysByCategory.js +34 -0
- package/build/sdk/studio/sdk/model/getAllDetailedImpulsesResponseAllOfMetricKeysByCategory.js.map +1 -0
- package/build/sdk/studio/sdk/model/getAllImpulsesResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/getAllImpulsesResponse.js +39 -0
- package/build/sdk/studio/sdk/model/getAllImpulsesResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getAllImpulsesResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/getAllImpulsesResponseAllOf.js +29 -0
- package/build/sdk/studio/sdk/model/getAllImpulsesResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getDataExplorerSettingsResponse.d.ts +4 -0
- package/build/sdk/studio/sdk/model/getDataExplorerSettingsResponse.js +5 -0
- package/build/sdk/studio/sdk/model/getDataExplorerSettingsResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/getJobResponse.d.ts +1 -1
- package/build/sdk/studio/sdk/model/getJobResponseAllOf.d.ts +1 -1
- package/build/sdk/studio/sdk/model/getModelVariantsResponse.d.ts +1 -1
- package/build/sdk/studio/sdk/model/getModelVariantsResponseAllOf.d.ts +1 -1
- package/build/sdk/studio/sdk/model/{organizationProjectsDataBatchEnableResponse.d.ts → getNewBlockIdResponse.d.ts} +2 -2
- package/build/sdk/studio/sdk/model/getNewBlockIdResponse.js +39 -0
- package/build/sdk/studio/sdk/model/getNewBlockIdResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getNewBlockIdResponseAllOf.d.ts +25 -0
- package/build/sdk/studio/sdk/model/getNewBlockIdResponseAllOf.js +29 -0
- package/build/sdk/studio/sdk/model/getNewBlockIdResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getOrganizationUsageReportResponse.d.ts +2 -2
- package/build/sdk/studio/sdk/model/getOrganizationUsageReportResponse.js +1 -1
- package/build/sdk/studio/sdk/model/getOrganizationUsageReportResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/getPostProcessingResultsResponse.d.ts +48 -0
- package/build/sdk/studio/sdk/model/getPostProcessingResultsResponse.js +54 -0
- package/build/sdk/studio/sdk/model/getPostProcessingResultsResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/{note.d.ts → getPostProcessingResultsResponseAllOf.d.ts} +9 -12
- package/build/sdk/studio/sdk/model/getPostProcessingResultsResponseAllOf.js +44 -0
- package/build/sdk/studio/sdk/model/getPostProcessingResultsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponse.js +39 -0
- package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponseAllOf.js +29 -0
- package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getStudioConfigResponse.d.ts +37 -0
- package/build/sdk/studio/sdk/model/getStudioConfigResponse.js +39 -0
- package/build/sdk/studio/sdk/model/getStudioConfigResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getStudioConfigResponseAllOf.d.ts +29 -0
- package/build/sdk/studio/sdk/model/getStudioConfigResponseAllOf.js +29 -0
- package/build/sdk/studio/sdk/model/getStudioConfigResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/{adminGetOrganizationUsageReportResponseAllOf.d.ts → getStudioConfigResponseAllOfConfig.d.ts} +9 -3
- package/build/sdk/studio/sdk/model/getStudioConfigResponseAllOfConfig.js +34 -0
- package/build/sdk/studio/sdk/model/getStudioConfigResponseAllOfConfig.js.map +1 -0
- package/build/sdk/studio/sdk/model/getUserProjectsResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/getUserProjectsResponse.js +39 -0
- package/build/sdk/studio/sdk/model/getUserProjectsResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getUserProjectsResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/getUserProjectsResponseAllOf.js +29 -0
- package/build/sdk/studio/sdk/model/getUserProjectsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getUserResponse.d.ts +13 -0
- package/build/sdk/studio/sdk/model/getUserResponse.js +15 -0
- package/build/sdk/studio/sdk/model/getUserResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/getUserResponseAllOf.d.ts +13 -0
- package/build/sdk/studio/sdk/model/getUserResponseAllOf.js +15 -0
- package/build/sdk/studio/sdk/model/getUserResponseAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjects.d.ts +30 -0
- package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjects.js +37 -0
- package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjects.js.map +1 -0
- package/build/sdk/studio/sdk/model/{listOrganizationProjectsDataResponseAllOfProjects.d.ts → getUserResponseAllOfLastAccessedProjectsProjects.d.ts} +3 -3
- package/build/sdk/studio/sdk/model/{note.js → getUserResponseAllOfLastAccessedProjectsProjects.js} +12 -27
- package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjectsProjects.js.map +1 -0
- package/build/sdk/studio/sdk/model/impulse.d.ts +8 -0
- package/build/sdk/studio/sdk/model/impulse.js +10 -0
- package/build/sdk/studio/sdk/model/impulse.js.map +1 -1
- package/build/sdk/studio/sdk/model/impulseDspBlock.d.ts +5 -36
- package/build/sdk/studio/sdk/model/impulseDspBlock.js +5 -45
- package/build/sdk/studio/sdk/model/impulseDspBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/impulseDspBlockNamedAxes.d.ts +40 -0
- package/build/sdk/studio/sdk/model/{listOrganizationProjectsDataResponseAllOfProjects.js → impulseDspBlockNamedAxes.js} +16 -16
- package/build/sdk/studio/sdk/model/impulseDspBlockNamedAxes.js.map +1 -0
- package/build/sdk/studio/sdk/model/impulseInputBlock.d.ts +4 -38
- package/build/sdk/studio/sdk/model/impulseInputBlock.js +6 -46
- package/build/sdk/studio/sdk/model/impulseInputBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/impulseInputBlockDatasetSubset.d.ts +29 -0
- package/build/sdk/studio/sdk/model/impulseInputBlockDatasetSubset.js +37 -0
- package/build/sdk/studio/sdk/model/impulseInputBlockDatasetSubset.js.map +1 -0
- package/build/sdk/studio/sdk/model/impulseLearnBlock.d.ts +0 -36
- package/build/sdk/studio/sdk/model/impulseLearnBlock.js +0 -45
- package/build/sdk/studio/sdk/model/impulseLearnBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/inputBlock.d.ts +1 -1
- package/build/sdk/studio/sdk/model/inputBlock.js +1 -1
- package/build/sdk/studio/sdk/model/inputBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/{kerasResponseAllOf.d.ts → kerasConfig.d.ts} +6 -4
- package/build/sdk/studio/sdk/model/{kerasResponseAllOf.js → kerasConfig.js} +14 -9
- package/build/sdk/studio/sdk/model/kerasConfig.js.map +1 -0
- package/build/sdk/studio/sdk/model/kerasModelMetadata.d.ts +3 -10
- package/build/sdk/studio/sdk/model/kerasModelMetadata.js +3 -12
- package/build/sdk/studio/sdk/model/kerasModelMetadata.js.map +1 -1
- package/build/sdk/studio/sdk/model/{kerasModelMetadataAllOf.d.ts → kerasModelMetadataResponse.d.ts} +12 -3
- package/build/sdk/studio/sdk/model/{kerasModelMetadataAllOf.js → kerasModelMetadataResponse.js} +19 -8
- package/build/sdk/studio/sdk/model/kerasModelMetadataResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/kerasResponse.d.ts +2 -0
- package/build/sdk/studio/sdk/model/kerasResponse.js +5 -0
- package/build/sdk/studio/sdk/model/kerasResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/kerasVisualLayerType.d.ts +1 -1
- package/build/sdk/studio/sdk/model/kerasVisualLayerType.js +1 -1
- package/build/sdk/studio/sdk/model/kerasVisualLayerType.js.map +1 -1
- package/build/sdk/studio/sdk/model/listAIActionsResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/listAIActionsResponse.js +39 -0
- package/build/sdk/studio/sdk/model/listAIActionsResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/listAIActionsResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/listAIActionsResponseAllOf.js +29 -0
- package/build/sdk/studio/sdk/model/listAIActionsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/listOrganizationUsageReportsResponse.d.ts +2 -2
- package/build/sdk/studio/sdk/model/listOrganizationUsageReportsResponse.js +1 -1
- package/build/sdk/studio/sdk/model/listOrganizationUsageReportsResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/listOrganizationUsageReportsResponseAllOf.d.ts +2 -2
- package/build/sdk/studio/sdk/model/listOrganizationUsageReportsResponseAllOf.js +1 -1
- package/build/sdk/studio/sdk/model/listOrganizationUsageReportsResponseAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/listVersionsResponseAllOfVersions.d.ts +10 -0
- package/build/sdk/studio/sdk/model/listVersionsResponseAllOfVersions.js +5 -0
- package/build/sdk/studio/sdk/model/listVersionsResponseAllOfVersions.js.map +1 -1
- package/build/sdk/studio/sdk/model/modelPrediction.d.ts +1 -1
- package/build/sdk/studio/sdk/model/models.d.ts +96 -29
- package/build/sdk/studio/sdk/model/models.js +304 -99
- package/build/sdk/studio/sdk/model/models.js.map +1 -1
- package/build/sdk/studio/sdk/model/optimizeConfig.d.ts +76 -12
- package/build/sdk/studio/sdk/model/optimizeConfig.js +97 -13
- package/build/sdk/studio/sdk/model/optimizeConfig.js.map +1 -1
- package/build/sdk/studio/sdk/model/optimizeConfigResponse.d.ts +76 -12
- package/build/sdk/studio/sdk/model/optimizeConfigResponse.js +97 -13
- package/build/sdk/studio/sdk/model/optimizeConfigResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/optimizeConfigSearchSpaceTemplate.d.ts +45 -0
- package/build/sdk/studio/sdk/model/optimizeConfigSearchSpaceTemplate.js +48 -0
- package/build/sdk/studio/sdk/model/optimizeConfigSearchSpaceTemplate.js.map +1 -0
- package/build/sdk/studio/sdk/model/optimizeStateResponse.d.ts +5 -0
- package/build/sdk/studio/sdk/model/optimizeStateResponse.js +10 -0
- package/build/sdk/studio/sdk/model/optimizeStateResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/optimizeStateResponseAllOf.d.ts +5 -0
- package/build/sdk/studio/sdk/model/optimizeStateResponseAllOf.js +10 -0
- package/build/sdk/studio/sdk/model/optimizeStateResponseAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationAddDataFolderRequest.d.ts +2 -3
- package/build/sdk/studio/sdk/model/organizationAddDataFolderRequest.js +2 -3
- package/build/sdk/studio/sdk/model/organizationAddDataFolderRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationAddDatasetRequest.d.ts +2 -3
- package/build/sdk/studio/sdk/model/organizationAddDatasetRequest.js +2 -3
- package/build/sdk/studio/sdk/model/organizationAddDatasetRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationComputeTimeUsage.d.ts +1 -1
- package/build/sdk/studio/sdk/model/organizationCreateProjectWithFilesAllOfFiles.d.ts +2 -3
- package/build/sdk/studio/sdk/model/organizationCreateProjectWithFilesAllOfFiles.js +2 -3
- package/build/sdk/studio/sdk/model/organizationCreateProjectWithFilesAllOfFiles.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationDataset.d.ts +1 -2
- package/build/sdk/studio/sdk/model/organizationDataset.js +1 -2
- package/build/sdk/studio/sdk/model/organizationDataset.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationDatasetTypeEnum.d.ts +13 -0
- package/build/sdk/studio/sdk/model/organizationDatasetTypeEnum.js +16 -0
- package/build/sdk/studio/sdk/model/organizationDatasetTypeEnum.js.map +1 -0
- package/build/sdk/studio/sdk/model/organizationMetricsResponseAllOfMetrics.d.ts +2 -2
- package/build/sdk/studio/sdk/model/organizationPipelineFeedingIntoDataset.d.ts +2 -0
- package/build/sdk/studio/sdk/model/organizationPipelineFeedingIntoDataset.js +5 -0
- package/build/sdk/studio/sdk/model/organizationPipelineFeedingIntoDataset.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationTransferLearningBlock.d.ts +5 -0
- package/build/sdk/studio/sdk/model/organizationTransferLearningBlock.js +5 -0
- package/build/sdk/studio/sdk/model/organizationTransferLearningBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationTransferLearningBlockCustomVariant.d.ts +34 -0
- package/build/sdk/studio/sdk/model/organizationTransferLearningBlockCustomVariant.js +39 -0
- package/build/sdk/studio/sdk/model/organizationTransferLearningBlockCustomVariant.js.map +1 -0
- package/build/sdk/studio/sdk/model/organizationTransferLearningBlockModelFile.d.ts +42 -0
- package/build/sdk/studio/sdk/model/organizationTransferLearningBlockModelFile.js +45 -0
- package/build/sdk/studio/sdk/model/organizationTransferLearningBlockModelFile.js.map +1 -0
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.d.ts +9 -0
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.js +10 -0
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationUser.d.ts +8 -0
- package/build/sdk/studio/sdk/model/organizationUser.js +10 -0
- package/build/sdk/studio/sdk/model/organizationUser.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationUserAllOf.d.ts +8 -0
- package/build/sdk/studio/sdk/model/organizationUserAllOf.js +10 -0
- package/build/sdk/studio/sdk/model/organizationUserAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/permission.d.ts +1 -1
- package/build/sdk/studio/sdk/model/permission.js +1 -1
- package/build/sdk/studio/sdk/model/permission.js.map +1 -1
- package/build/sdk/studio/sdk/model/previewAIActionsSamplesRequest.d.ts +42 -0
- package/build/sdk/studio/sdk/model/previewAIActionsSamplesRequest.js +49 -0
- package/build/sdk/studio/sdk/model/previewAIActionsSamplesRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/project.d.ts +5 -0
- package/build/sdk/studio/sdk/model/project.js +10 -0
- package/build/sdk/studio/sdk/model/project.js.map +1 -1
- package/build/sdk/studio/sdk/model/projectInfoResponse.d.ts +4 -0
- package/build/sdk/studio/sdk/model/projectInfoResponse.js +5 -0
- package/build/sdk/studio/sdk/model/projectInfoResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOf.d.ts +4 -0
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOf.js +5 -0
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/projectPublicData.d.ts +6 -0
- package/build/sdk/studio/sdk/model/projectPublicData.js.map +1 -1
- package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.d.ts +4 -0
- package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.js +5 -0
- package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/{organizationUsageReport.d.ts → report.d.ts} +1 -1
- package/build/sdk/studio/sdk/model/{organizationUsageReport.js → report.js} +7 -7
- package/build/sdk/studio/sdk/model/report.js.map +1 -0
- package/build/sdk/studio/sdk/model/sample.d.ts +1 -1
- package/build/sdk/studio/sdk/model/sample.js +1 -1
- package/build/sdk/studio/sdk/model/sample.js.map +1 -1
- package/build/sdk/studio/sdk/model/sampleProposedChanges.d.ts +48 -0
- package/build/sdk/studio/sdk/model/sampleProposedChanges.js +49 -0
- package/build/sdk/studio/sdk/model/sampleProposedChanges.js.map +1 -0
- package/build/sdk/studio/sdk/model/setAIActionsOrderRequest.d.ts +25 -0
- package/build/sdk/studio/sdk/model/{organizationProjectsDataBatchRequest.js → setAIActionsOrderRequest.js} +9 -9
- package/build/sdk/studio/sdk/model/setAIActionsOrderRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/setKerasParameterRequest.d.ts +2 -0
- package/build/sdk/studio/sdk/model/setKerasParameterRequest.js +5 -0
- package/build/sdk/studio/sdk/model/setKerasParameterRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/{organizationProjectsDataBulkMetadataRequest.d.ts → setLegacyImpulseStateInternalRequest.d.ts} +18 -3
- package/build/sdk/studio/sdk/model/setLegacyImpulseStateInternalRequest.js +39 -0
- package/build/sdk/studio/sdk/model/setLegacyImpulseStateInternalRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/setSampleProposedChangesRequest.d.ts +30 -0
- package/build/sdk/studio/sdk/model/setSampleProposedChangesRequest.js +34 -0
- package/build/sdk/studio/sdk/model/setSampleProposedChangesRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/setTunerPrimaryJobRequest.d.ts +28 -0
- package/build/sdk/studio/sdk/model/setTunerPrimaryJobRequest.js +29 -0
- package/build/sdk/studio/sdk/model/setTunerPrimaryJobRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/startClassifyJobRequest.d.ts +1 -1
- package/build/sdk/studio/sdk/model/startPostProcessingRequest.d.ts +60 -0
- package/build/sdk/studio/sdk/model/startPostProcessingRequest.js +70 -0
- package/build/sdk/studio/sdk/model/startPostProcessingRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/transferLearningModel.d.ts +1 -0
- package/build/sdk/studio/sdk/model/transferLearningModel.js +5 -0
- package/build/sdk/studio/sdk/model/transferLearningModel.js.map +1 -1
- package/build/sdk/studio/sdk/model/tunerCompleteSearch.d.ts +25 -0
- package/build/sdk/studio/sdk/model/tunerCompleteSearch.js +29 -0
- package/build/sdk/studio/sdk/model/tunerCompleteSearch.js.map +1 -0
- package/build/sdk/studio/sdk/model/tunerCreateTrialImpulse.d.ts +1 -0
- package/build/sdk/studio/sdk/model/tunerCreateTrialImpulse.js +5 -0
- package/build/sdk/studio/sdk/model/tunerCreateTrialImpulse.js.map +1 -1
- package/build/sdk/studio/sdk/model/tunerRun.d.ts +5 -0
- package/build/sdk/studio/sdk/model/tunerRun.js +5 -0
- package/build/sdk/studio/sdk/model/tunerRun.js.map +1 -1
- package/build/sdk/studio/sdk/model/tunerSpaceImpulse.d.ts +1 -1
- package/build/sdk/studio/sdk/model/tunerSpaceImpulse.js +1 -1
- package/build/sdk/studio/sdk/model/tunerSpaceImpulse.js.map +1 -1
- package/build/sdk/studio/sdk/model/tunerTrial.d.ts +8 -0
- package/build/sdk/studio/sdk/model/tunerTrial.js +25 -0
- package/build/sdk/studio/sdk/model/tunerTrial.js.map +1 -1
- package/build/sdk/studio/sdk/model/tunerTrialBlocks.d.ts +4 -0
- package/build/sdk/studio/sdk/model/tunerTrialBlocks.js +5 -0
- package/build/sdk/studio/sdk/model/tunerTrialBlocks.js.map +1 -1
- package/build/sdk/studio/sdk/model/tunerTrialImpulseAddedToProject.d.ts +26 -0
- package/build/sdk/studio/sdk/model/tunerTrialImpulseAddedToProject.js +34 -0
- package/build/sdk/studio/sdk/model/tunerTrialImpulseAddedToProject.js.map +1 -0
- package/build/sdk/studio/sdk/model/tunerTrialMetrics.d.ts +28 -0
- package/build/sdk/studio/sdk/model/tunerTrialMetrics.js +39 -0
- package/build/sdk/studio/sdk/model/tunerTrialMetrics.js.map +1 -0
- package/build/sdk/studio/sdk/model/tunerTrialMetricsTest.d.ts +27 -0
- package/build/sdk/studio/sdk/model/tunerTrialMetricsTest.js +34 -0
- package/build/sdk/studio/sdk/model/tunerTrialMetricsTest.js.map +1 -0
- package/build/sdk/studio/sdk/model/tunerTrialProgress.d.ts +29 -0
- package/build/sdk/studio/sdk/model/tunerTrialProgress.js +49 -0
- package/build/sdk/studio/sdk/model/tunerTrialProgress.js.map +1 -0
- package/build/sdk/studio/sdk/model/updateAIActionRequest.d.ts +57 -0
- package/build/sdk/studio/sdk/model/updateAIActionRequest.js +64 -0
- package/build/sdk/studio/sdk/model/updateAIActionRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/updateImpulseRequest.d.ts +26 -0
- package/build/sdk/studio/sdk/model/updateImpulseRequest.js +34 -0
- package/build/sdk/studio/sdk/model/updateImpulseRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/updateOrganizationDatasetRequest.d.ts +2 -3
- package/build/sdk/studio/sdk/model/updateOrganizationDatasetRequest.js +2 -3
- package/build/sdk/studio/sdk/model/updateOrganizationDatasetRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/updateOrganizationTransferLearningBlockRequest.d.ts +5 -0
- package/build/sdk/studio/sdk/model/updateOrganizationTransferLearningBlockRequest.js +5 -0
- package/build/sdk/studio/sdk/model/updateOrganizationTransferLearningBlockRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.d.ts +6 -0
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.js +10 -0
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/updateProjectRequest.d.ts +16 -0
- package/build/sdk/studio/sdk/model/updateProjectRequest.js +20 -0
- package/build/sdk/studio/sdk/model/updateProjectRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/updateUserRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/updateUserRequest.js +5 -0
- package/build/sdk/studio/sdk/model/updateUserRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/userOrganization.d.ts +15 -0
- package/build/sdk/studio/sdk/model/userOrganization.js +15 -0
- package/build/sdk/studio/sdk/model/userOrganization.js.map +1 -1
- package/build/sdk/studio/sdk/model/validateEmailResponse.d.ts +58 -0
- package/build/sdk/studio/sdk/model/validateEmailResponse.js +65 -0
- package/build/sdk/studio/sdk/model/validateEmailResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/validateEmailResponseAllOf.d.ts +50 -0
- package/build/sdk/studio/sdk/model/validateEmailResponseAllOf.js +55 -0
- package/build/sdk/studio/sdk/model/validateEmailResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/{windowSettingsResponseAllOfWindowSettings.d.ts → windowSettings.d.ts} +1 -1
- package/build/sdk/studio/sdk/model/{windowSettingsResponseAllOfWindowSettings.js → windowSettings.js} +7 -7
- package/build/sdk/studio/sdk/model/windowSettings.js.map +1 -0
- package/build/sdk/studio/sdk/model/windowSettingsResponse.d.ts +3 -2
- package/build/sdk/studio/sdk/model/windowSettingsResponse.js +8 -3
- package/build/sdk/studio/sdk/model/windowSettingsResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/windowSettingsResponseAllOf.d.ts +3 -2
- package/build/sdk/studio/sdk/model/windowSettingsResponseAllOf.js +8 -3
- package/build/sdk/studio/sdk/model/windowSettingsResponseAllOf.js.map +1 -1
- package/build/shared/bounding-box-file-types.d.ts +2 -0
- package/build/shared/bounding-box-file-types.js +52 -3
- package/build/shared/bounding-box-file-types.js.map +1 -1
- package/build/shared/daemon/ei-serial-protocol.d.ts +6 -0
- package/build/shared/daemon/ei-serial-protocol.js +31 -1
- package/build/shared/daemon/ei-serial-protocol.js.map +1 -1
- package/build/shared/daemon/remote-mgmt-service.d.ts +3 -1
- package/build/shared/daemon/remote-mgmt-service.js +1 -1
- package/build/shared/daemon/remote-mgmt-service.js.map +1 -1
- package/build/shared/viewmodels/init.d.ts +7 -1
- package/build/shared/viewmodels/init.js +14 -2
- package/build/shared/viewmodels/init.js.map +1 -1
- package/examples/ts/classify-audio.ts +83 -0
- package/examples/ts/classify-camera-webserver.ts +190 -0
- package/examples/ts/classify-camera.ts +113 -0
- package/examples/ts/classify-custom-from-test.ts +97 -0
- package/examples/ts/classify-custom.ts +63 -0
- package/examples/ts/collect-custom.ts +56 -0
- package/package.json +29 -16
- package/test/gstreamer.test.ts +797 -10
- package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportResponseAllOf.js +0 -29
- package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportsResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportsResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/anomalyGmmMetadataAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/anomalyModelMetadataAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/anomalyModelMetadataAllOfClusters.js.map +0 -1
- package/build/sdk/studio/sdk/model/anomalyResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/anomalyResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/anomalyResponseAllOfAxes.js.map +0 -1
- package/build/sdk/studio/sdk/model/createBlockVersionResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/createBlockVersionResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/dSPConfigResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/getNotesResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/getNotesResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/getOrganizationProjectsDataCountResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/impulseBlockVersion.d.ts +0 -98
- package/build/sdk/studio/sdk/model/impulseBlockVersion.js +0 -112
- package/build/sdk/studio/sdk/model/impulseBlockVersion.js.map +0 -1
- package/build/sdk/studio/sdk/model/kerasModelMetadataAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/kerasResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/listOrganizationProjectsDataResponse.d.ts +0 -36
- package/build/sdk/studio/sdk/model/listOrganizationProjectsDataResponse.js +0 -44
- package/build/sdk/studio/sdk/model/listOrganizationProjectsDataResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/listOrganizationProjectsDataResponseAllOf.js +0 -34
- package/build/sdk/studio/sdk/model/listOrganizationProjectsDataResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/listOrganizationProjectsDataResponseAllOfProjects.js.map +0 -1
- package/build/sdk/studio/sdk/model/note.js.map +0 -1
- package/build/sdk/studio/sdk/model/organizationProjectsDataBatchDisableResponse.js +0 -39
- package/build/sdk/studio/sdk/model/organizationProjectsDataBatchDisableResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/organizationProjectsDataBatchEnableResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/organizationProjectsDataBatchRequest.js.map +0 -1
- package/build/sdk/studio/sdk/model/organizationProjectsDataBulkMetadataRequest.js +0 -34
- package/build/sdk/studio/sdk/model/organizationProjectsDataBulkMetadataRequest.js.map +0 -1
- package/build/sdk/studio/sdk/model/organizationUsageReport.js.map +0 -1
- package/build/sdk/studio/sdk/model/windowSettingsResponseAllOfWindowSettings.js.map +0 -1
- package/build/test/gstreamer.test.d.ts +0 -1
- package/build/test/gstreamer.test.js +0 -4248
- package/build/test/gstreamer.test.js.map +0 -1
- package/cli/linux/camera-debug.ts +0 -172
- package/cli/linux/linux.ts +0 -606
- package/cli/linux/model-monitor.ts +0 -838
- package/cli/linux/remote-mgmt-service.ts +0 -461
- package/cli/linux/runner-downloader.ts +0 -214
- package/cli/linux/runner.ts +0 -992
- package/cli/linux/webserver/middleware/asyncMiddleware.ts +0 -7
- package/cli/linux/webserver/public/assets/argon-dashboard.css +0 -20595
- package/cli/linux/webserver/public/assets/favicon-color/favicon-120.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-128.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-144.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-152.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-16.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-180.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-228.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-32.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-57.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-76.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-96.png +0 -0
- package/cli/linux/webserver/public/assets/logo-rgb.svg +0 -18
- package/cli/linux/webserver/public/assets/mark.svg +0 -20
- package/cli/linux/webserver/public/assets/mobileclient.css +0 -4179
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.svg +0 -332
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.woff2 +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.svg +0 -345
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.woff2 +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.svg +0 -336
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.woff2 +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.svg +0 -349
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.woff2 +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.svg +0 -334
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.woff2 +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.svg +0 -342
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.woff2 +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.svg +0 -336
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.woff2 +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.svg +0 -342
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.woff2 +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.svg +0 -349
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.woff2 +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.svg +0 -336
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.woff2 +0 -0
- package/cli/linux/webserver/public/index.html +0 -114
- package/cli/linux/webserver/public/inference-server.js +0 -216
- package/cli/linux/webserver/public/webserver.js +0 -247
- package/cli/linux/webserver/views/escape-html-template-tag/escape.ts +0 -66
- package/cli/linux/webserver/views/escape-html-template-tag/index.ts +0 -2
- package/cli/linux/webserver/views/inference-server-view.ts +0 -179
package/test/gstreamer.test.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import assert from "assert";
|
|
2
2
|
import {
|
|
3
|
-
GStreamer
|
|
3
|
+
GStreamer,
|
|
4
|
+
GStreamerMode
|
|
4
5
|
} from "../library/sensors/gstreamer";
|
|
5
6
|
import {
|
|
6
7
|
SpawnHelperType
|
|
@@ -684,9 +685,11 @@ Device found:
|
|
|
684
685
|
|
|
685
686
|
const devices = await testGetDevices({
|
|
686
687
|
gstDeviceMonitor: () => gstOutput,
|
|
688
|
+
modeOverride: 'rpi'
|
|
687
689
|
});
|
|
688
690
|
|
|
689
|
-
assert.equal(devices.length,
|
|
691
|
+
assert.equal(devices.length, 3);
|
|
692
|
+
|
|
690
693
|
assert.equal(devices[0].id, '/dev/video0');
|
|
691
694
|
assert.equal(devices[0].name, 'USB');
|
|
692
695
|
assert.equal(JSON.stringify(devices[0].caps), JSON.stringify([{
|
|
@@ -695,8 +698,586 @@ Device found:
|
|
|
695
698
|
height: 720,
|
|
696
699
|
framerate: 30
|
|
697
700
|
}]));
|
|
701
|
+
|
|
702
|
+
assert.equal(devices[1].id, '/dev/video14');
|
|
703
|
+
assert.equal(devices[1].name, 'bcm2835-isp (/dev/video14)');
|
|
704
|
+
assert.equal(JSON.stringify(devices[1].caps), JSON.stringify([{
|
|
705
|
+
type: "video/x-raw",
|
|
706
|
+
width: 64,
|
|
707
|
+
height: 64,
|
|
708
|
+
framerate: 0
|
|
709
|
+
}]));
|
|
710
|
+
|
|
711
|
+
assert.equal(devices[2].id, '/dev/video15');
|
|
712
|
+
assert.equal(devices[2].name, 'bcm2835-isp (/dev/video15)');
|
|
713
|
+
assert.equal(JSON.stringify(devices[2].caps), JSON.stringify([{
|
|
714
|
+
type: "video/x-raw",
|
|
715
|
+
width: 64,
|
|
716
|
+
height: 64,
|
|
717
|
+
framerate: 0
|
|
718
|
+
}]));
|
|
698
719
|
});
|
|
699
720
|
|
|
721
|
+
it("rpi camera v3 and c920 webcam on bookworm", async () => {
|
|
722
|
+
const gstOutput = `Probing devices...
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
Device found:
|
|
726
|
+
|
|
727
|
+
name : HD Pro Webcam C920
|
|
728
|
+
class : Video/Source
|
|
729
|
+
caps : video/x-raw, format=YUY2, width=2560, height=1472, pixel-aspect-ratio=1/1, framerate=2/1
|
|
730
|
+
video/x-raw, format=YUY2, width=1920, height=1080, pixel-aspect-ratio=1/1, framerate=5/1
|
|
731
|
+
video/x-raw, format=YUY2, width=1600, height=896, pixel-aspect-ratio=1/1, framerate={ (fraction)15/2, (fraction)5/1 }
|
|
732
|
+
video/x-raw, format=YUY2, width=1280, height=720, pixel-aspect-ratio=1/1, framerate={ (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
733
|
+
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 }
|
|
734
|
+
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 }
|
|
735
|
+
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 }
|
|
736
|
+
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 }
|
|
737
|
+
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 }
|
|
738
|
+
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 }
|
|
739
|
+
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 }
|
|
740
|
+
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 }
|
|
741
|
+
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 }
|
|
742
|
+
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 }
|
|
743
|
+
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 }
|
|
744
|
+
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 }
|
|
745
|
+
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 }
|
|
746
|
+
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 }
|
|
747
|
+
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 }
|
|
748
|
+
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 }
|
|
749
|
+
image/jpeg, width=1280, 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 }
|
|
750
|
+
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 }
|
|
751
|
+
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 }
|
|
752
|
+
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 }
|
|
753
|
+
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 }
|
|
754
|
+
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 }
|
|
755
|
+
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 }
|
|
756
|
+
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 }
|
|
757
|
+
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 }
|
|
758
|
+
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 }
|
|
759
|
+
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 }
|
|
760
|
+
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 }
|
|
761
|
+
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 }
|
|
762
|
+
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 }
|
|
763
|
+
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 }
|
|
764
|
+
properties:
|
|
765
|
+
udev-probed = true
|
|
766
|
+
device.bus_path = platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.3:1.0
|
|
767
|
+
sysfs.path = /sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/video4linux/video2
|
|
768
|
+
device.bus = usb
|
|
769
|
+
device.subsystem = video4linux
|
|
770
|
+
device.vendor.id = 046d
|
|
771
|
+
device.vendor.name = 046d
|
|
772
|
+
device.product.id = 08e5
|
|
773
|
+
device.product.name = HD Pro Webcam C920
|
|
774
|
+
device.serial = 046d_HD_Pro_Webcam_C920
|
|
775
|
+
device.capabilities = :capture:
|
|
776
|
+
device.api = v4l2
|
|
777
|
+
device.path = /dev/video2
|
|
778
|
+
v4l2.device.driver = uvcvideo
|
|
779
|
+
v4l2.device.card = HD Pro Webcam C920
|
|
780
|
+
v4l2.device.bus_info = usb-0000:01:00.0-1.3
|
|
781
|
+
v4l2.device.version = 394803 (0x00060633)
|
|
782
|
+
v4l2.device.capabilities = 2225078273 (0x84a00001)
|
|
783
|
+
v4l2.device.device_caps = 69206017 (0x04200001)
|
|
784
|
+
gst-launch-1.0 v4l2src device=/dev/video2 ! ...
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
Device found:
|
|
788
|
+
|
|
789
|
+
name : bcm2835-isp
|
|
790
|
+
class : Video/Sink
|
|
791
|
+
caps : video/x-raw, format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
792
|
+
video/x-raw(format:Interlaced), format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
793
|
+
video/x-raw, format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
794
|
+
video/x-raw(format:Interlaced), format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
795
|
+
video/x-raw, format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
796
|
+
video/x-raw(format:Interlaced), format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
797
|
+
video/x-raw, format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)1:4:7:1, (string)bt601, (string)bt709, (string)1:3:5:1 }
|
|
798
|
+
video/x-raw(format:Interlaced), format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)1:4:7:1, (string)bt601, (string)bt709, (string)1:3:5:1 }
|
|
799
|
+
video/x-raw, format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
800
|
+
video/x-raw(format:Interlaced), format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
801
|
+
video/x-raw, format=BGRx, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
802
|
+
video/x-raw(format:Interlaced), format=BGRx, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
803
|
+
video/x-raw, format=RGBx, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
804
|
+
video/x-raw(format:Interlaced), format=RGBx, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
805
|
+
video/x-raw, format=BGR, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
806
|
+
video/x-raw(format:Interlaced), format=BGR, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
807
|
+
video/x-raw, format=RGB, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
808
|
+
video/x-raw(format:Interlaced), format=RGB, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
809
|
+
video/x-raw, format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
810
|
+
video/x-raw(format:Interlaced), format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
811
|
+
video/x-raw, format=RGB16, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
812
|
+
video/x-raw(format:Interlaced), format=RGB16, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
813
|
+
video/x-bayer, format=grbg, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], colorimetry={ (string)1:1:1:0 }
|
|
814
|
+
video/x-bayer, format=gbrg, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], colorimetry={ (string)1:1:1:0 }
|
|
815
|
+
video/x-bayer, format=rggb, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], colorimetry={ (string)1:1:1:0 }
|
|
816
|
+
video/x-bayer, format=bggr, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], colorimetry={ (string)1:1:1:0 }
|
|
817
|
+
video/x-raw, format=GRAY8, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)1:4:1:0 }
|
|
818
|
+
video/x-raw(format:Interlaced), format=GRAY8, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)1:4:1:0 }
|
|
819
|
+
video/x-raw, format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
820
|
+
video/x-raw(format:Interlaced), format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
821
|
+
video/x-raw, format=GRAY16_LE, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)1:4:1:0 }
|
|
822
|
+
video/x-raw(format:Interlaced), format=GRAY16_LE, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)1:4:1:0 }
|
|
823
|
+
properties:
|
|
824
|
+
udev-probed = true
|
|
825
|
+
device.bus_path = platform-bcm2835-isp
|
|
826
|
+
sysfs.path = /sys/devices/platform/soc/fe00b840.mailbox/bcm2835-isp/video4linux/video13
|
|
827
|
+
device.subsystem = video4linux
|
|
828
|
+
device.product.name = bcm2835-isp
|
|
829
|
+
device.capabilities = :video_output:
|
|
830
|
+
device.api = v4l2
|
|
831
|
+
device.path = /dev/video13
|
|
832
|
+
v4l2.device.driver = bcm2835-isp
|
|
833
|
+
v4l2.device.card = bcm2835-isp
|
|
834
|
+
v4l2.device.bus_info = platform:bcm2835-isp
|
|
835
|
+
v4l2.device.version = 394803 (0x00060633)
|
|
836
|
+
v4l2.device.capabilities = 2216689666 (0x84200002)
|
|
837
|
+
v4l2.device.device_caps = 69206018 (0x04200002)
|
|
838
|
+
gst-launch-1.0 ... ! v4l2sink device=/dev/video13
|
|
839
|
+
|
|
840
|
+
|
|
841
|
+
Device found:
|
|
842
|
+
|
|
843
|
+
name : bcm2835-isp
|
|
844
|
+
class : Video/Source
|
|
845
|
+
caps : video/x-raw, format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
846
|
+
video/x-raw(format:Interlaced), format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
847
|
+
video/x-raw, format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
848
|
+
video/x-raw(format:Interlaced), format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
849
|
+
video/x-raw, format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
850
|
+
video/x-raw(format:Interlaced), format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
851
|
+
video/x-raw, format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
852
|
+
video/x-raw(format:Interlaced), format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
853
|
+
video/x-raw, format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
854
|
+
video/x-raw(format:Interlaced), format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
855
|
+
video/x-raw, format=BGRx, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
856
|
+
video/x-raw(format:Interlaced), format=BGRx, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
857
|
+
video/x-raw, format=RGBx, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
858
|
+
video/x-raw(format:Interlaced), format=RGBx, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
859
|
+
video/x-raw, format=BGR, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
860
|
+
video/x-raw(format:Interlaced), format=BGR, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
861
|
+
video/x-raw, format=RGB, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
862
|
+
video/x-raw(format:Interlaced), format=RGB, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
863
|
+
video/x-raw, format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
864
|
+
video/x-raw(format:Interlaced), format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
865
|
+
video/x-raw, format=RGB16, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
866
|
+
video/x-raw(format:Interlaced), format=RGB16, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
867
|
+
video/x-raw, format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
868
|
+
video/x-raw(format:Interlaced), format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
869
|
+
properties:
|
|
870
|
+
udev-probed = true
|
|
871
|
+
device.bus_path = platform-bcm2835-isp
|
|
872
|
+
sysfs.path = /sys/devices/platform/soc/fe00b840.mailbox/bcm2835-isp/video4linux/video14
|
|
873
|
+
device.subsystem = video4linux
|
|
874
|
+
device.product.name = bcm2835-isp
|
|
875
|
+
device.capabilities = :capture:
|
|
876
|
+
device.api = v4l2
|
|
877
|
+
device.path = /dev/video14
|
|
878
|
+
v4l2.device.driver = bcm2835-isp
|
|
879
|
+
v4l2.device.card = bcm2835-isp
|
|
880
|
+
v4l2.device.bus_info = platform:bcm2835-isp
|
|
881
|
+
v4l2.device.version = 394803 (0x00060633)
|
|
882
|
+
v4l2.device.capabilities = 2216689665 (0x84200001)
|
|
883
|
+
v4l2.device.device_caps = 69206017 (0x04200001)
|
|
884
|
+
gst-launch-1.0 v4l2src device=/dev/video14 ! ...
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
Device found:
|
|
888
|
+
|
|
889
|
+
name : bcm2835-isp
|
|
890
|
+
class : Video/Source
|
|
891
|
+
caps : video/x-raw, format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
892
|
+
video/x-raw(format:Interlaced), format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
893
|
+
video/x-raw, format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
894
|
+
video/x-raw(format:Interlaced), format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
895
|
+
video/x-raw, format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
896
|
+
video/x-raw(format:Interlaced), format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
897
|
+
video/x-raw, format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
898
|
+
video/x-raw(format:Interlaced), format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
899
|
+
video/x-raw, format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
900
|
+
video/x-raw(format:Interlaced), format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
901
|
+
video/x-raw, format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
902
|
+
video/x-raw(format:Interlaced), format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
903
|
+
video/x-raw, format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
904
|
+
video/x-raw(format:Interlaced), format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
905
|
+
properties:
|
|
906
|
+
udev-probed = true
|
|
907
|
+
device.bus_path = platform-bcm2835-isp
|
|
908
|
+
sysfs.path = /sys/devices/platform/soc/fe00b840.mailbox/bcm2835-isp/video4linux/video15
|
|
909
|
+
device.subsystem = video4linux
|
|
910
|
+
device.product.name = bcm2835-isp
|
|
911
|
+
device.capabilities = :capture:
|
|
912
|
+
device.api = v4l2
|
|
913
|
+
device.path = /dev/video15
|
|
914
|
+
v4l2.device.driver = bcm2835-isp
|
|
915
|
+
v4l2.device.card = bcm2835-isp
|
|
916
|
+
v4l2.device.bus_info = platform:bcm2835-isp
|
|
917
|
+
v4l2.device.version = 394803 (0x00060633)
|
|
918
|
+
v4l2.device.capabilities = 2216689665 (0x84200001)
|
|
919
|
+
v4l2.device.device_caps = 69206017 (0x04200001)
|
|
920
|
+
gst-launch-1.0 v4l2src device=/dev/video15 ! ...
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
Device found:
|
|
924
|
+
|
|
925
|
+
name : bcm2835-isp
|
|
926
|
+
class : Video/Sink
|
|
927
|
+
caps : video/x-raw, format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
928
|
+
video/x-raw(format:Interlaced), format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
929
|
+
video/x-raw, format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
930
|
+
video/x-raw(format:Interlaced), format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
931
|
+
video/x-raw, format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
932
|
+
video/x-raw(format:Interlaced), format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
933
|
+
video/x-raw, format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)1:4:7:1, (string)bt601, (string)bt709, (string)1:3:5:1 }
|
|
934
|
+
video/x-raw(format:Interlaced), format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)1:4:7:1, (string)bt601, (string)bt709, (string)1:3:5:1 }
|
|
935
|
+
video/x-raw, format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
936
|
+
video/x-raw(format:Interlaced), format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
937
|
+
video/x-raw, format=BGRx, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
938
|
+
video/x-raw(format:Interlaced), format=BGRx, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
939
|
+
video/x-raw, format=RGBx, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
940
|
+
video/x-raw(format:Interlaced), format=RGBx, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
941
|
+
video/x-raw, format=BGR, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
942
|
+
video/x-raw(format:Interlaced), format=BGR, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
943
|
+
video/x-raw, format=RGB, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
944
|
+
video/x-raw(format:Interlaced), format=RGB, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
945
|
+
video/x-raw, format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
946
|
+
video/x-raw(format:Interlaced), format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
947
|
+
video/x-raw, format=RGB16, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
948
|
+
video/x-raw(format:Interlaced), format=RGB16, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
949
|
+
video/x-bayer, format=grbg, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], colorimetry={ (string)1:1:1:0 }
|
|
950
|
+
video/x-bayer, format=gbrg, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], colorimetry={ (string)1:1:1:0 }
|
|
951
|
+
video/x-bayer, format=rggb, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], colorimetry={ (string)1:1:1:0 }
|
|
952
|
+
video/x-bayer, format=bggr, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], colorimetry={ (string)1:1:1:0 }
|
|
953
|
+
video/x-raw, format=GRAY8, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)1:4:1:0 }
|
|
954
|
+
video/x-raw(format:Interlaced), format=GRAY8, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)1:4:1:0 }
|
|
955
|
+
video/x-raw, format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
956
|
+
video/x-raw(format:Interlaced), format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
957
|
+
video/x-raw, format=GRAY16_LE, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)1:4:1:0 }
|
|
958
|
+
video/x-raw(format:Interlaced), format=GRAY16_LE, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)1:4:1:0 }
|
|
959
|
+
properties:
|
|
960
|
+
udev-probed = true
|
|
961
|
+
device.bus_path = platform-bcm2835-isp
|
|
962
|
+
sysfs.path = /sys/devices/platform/soc/fe00b840.mailbox/bcm2835-isp/video4linux/video20
|
|
963
|
+
device.subsystem = video4linux
|
|
964
|
+
device.product.name = bcm2835-isp
|
|
965
|
+
device.capabilities = :video_output:
|
|
966
|
+
device.api = v4l2
|
|
967
|
+
device.path = /dev/video20
|
|
968
|
+
v4l2.device.driver = bcm2835-isp
|
|
969
|
+
v4l2.device.card = bcm2835-isp
|
|
970
|
+
v4l2.device.bus_info = platform:bcm2835-isp
|
|
971
|
+
v4l2.device.version = 394803 (0x00060633)
|
|
972
|
+
v4l2.device.capabilities = 2216689666 (0x84200002)
|
|
973
|
+
v4l2.device.device_caps = 69206018 (0x04200002)
|
|
974
|
+
gst-launch-1.0 ... ! v4l2sink device=/dev/video20
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
Device found:
|
|
978
|
+
|
|
979
|
+
name : bcm2835-isp
|
|
980
|
+
class : Video/Source
|
|
981
|
+
caps : video/x-raw, format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
982
|
+
video/x-raw(format:Interlaced), format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
983
|
+
video/x-raw, format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
984
|
+
video/x-raw(format:Interlaced), format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
985
|
+
video/x-raw, format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
986
|
+
video/x-raw(format:Interlaced), format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
987
|
+
video/x-raw, format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
988
|
+
video/x-raw(format:Interlaced), format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
989
|
+
video/x-raw, format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
990
|
+
video/x-raw(format:Interlaced), format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
991
|
+
video/x-raw, format=BGRx, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
992
|
+
video/x-raw(format:Interlaced), format=BGRx, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
993
|
+
video/x-raw, format=RGBx, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
994
|
+
video/x-raw(format:Interlaced), format=RGBx, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
995
|
+
video/x-raw, format=BGR, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
996
|
+
video/x-raw(format:Interlaced), format=BGR, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
997
|
+
video/x-raw, format=RGB, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
998
|
+
video/x-raw(format:Interlaced), format=RGB, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
999
|
+
video/x-raw, format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1000
|
+
video/x-raw(format:Interlaced), format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1001
|
+
video/x-raw, format=RGB16, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1002
|
+
video/x-raw(format:Interlaced), format=RGB16, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1003
|
+
video/x-raw, format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1004
|
+
video/x-raw(format:Interlaced), format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1005
|
+
properties:
|
|
1006
|
+
udev-probed = true
|
|
1007
|
+
device.bus_path = platform-bcm2835-isp
|
|
1008
|
+
sysfs.path = /sys/devices/platform/soc/fe00b840.mailbox/bcm2835-isp/video4linux/video21
|
|
1009
|
+
device.subsystem = video4linux
|
|
1010
|
+
device.product.name = bcm2835-isp
|
|
1011
|
+
device.capabilities = :capture:
|
|
1012
|
+
device.api = v4l2
|
|
1013
|
+
device.path = /dev/video21
|
|
1014
|
+
v4l2.device.driver = bcm2835-isp
|
|
1015
|
+
v4l2.device.card = bcm2835-isp
|
|
1016
|
+
v4l2.device.bus_info = platform:bcm2835-isp
|
|
1017
|
+
v4l2.device.version = 394803 (0x00060633)
|
|
1018
|
+
v4l2.device.capabilities = 2216689665 (0x84200001)
|
|
1019
|
+
v4l2.device.device_caps = 69206017 (0x04200001)
|
|
1020
|
+
gst-launch-1.0 v4l2src device=/dev/video21 ! ...
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
Device found:
|
|
1024
|
+
|
|
1025
|
+
name : bcm2835-isp
|
|
1026
|
+
class : Video/Source
|
|
1027
|
+
caps : video/x-raw, format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1028
|
+
video/x-raw(format:Interlaced), format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1029
|
+
video/x-raw, format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1030
|
+
video/x-raw(format:Interlaced), format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1031
|
+
video/x-raw, format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1032
|
+
video/x-raw(format:Interlaced), format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1033
|
+
video/x-raw, format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1034
|
+
video/x-raw(format:Interlaced), format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1035
|
+
video/x-raw, format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1036
|
+
video/x-raw(format:Interlaced), format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1037
|
+
video/x-raw, format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1038
|
+
video/x-raw(format:Interlaced), format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1039
|
+
video/x-raw, format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1040
|
+
video/x-raw(format:Interlaced), format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1041
|
+
properties:
|
|
1042
|
+
udev-probed = true
|
|
1043
|
+
device.bus_path = platform-bcm2835-isp
|
|
1044
|
+
sysfs.path = /sys/devices/platform/soc/fe00b840.mailbox/bcm2835-isp/video4linux/video22
|
|
1045
|
+
device.subsystem = video4linux
|
|
1046
|
+
device.product.name = bcm2835-isp
|
|
1047
|
+
device.capabilities = :capture:
|
|
1048
|
+
device.api = v4l2
|
|
1049
|
+
device.path = /dev/video22
|
|
1050
|
+
v4l2.device.driver = bcm2835-isp
|
|
1051
|
+
v4l2.device.card = bcm2835-isp
|
|
1052
|
+
v4l2.device.bus_info = platform:bcm2835-isp
|
|
1053
|
+
v4l2.device.version = 394803 (0x00060633)
|
|
1054
|
+
v4l2.device.capabilities = 2216689665 (0x84200001)
|
|
1055
|
+
v4l2.device.device_caps = 69206017 (0x04200001)
|
|
1056
|
+
gst-launch-1.0 v4l2src device=/dev/video22 ! ...
|
|
1057
|
+
|
|
1058
|
+
|
|
1059
|
+
Device found:
|
|
1060
|
+
|
|
1061
|
+
name : unicam
|
|
1062
|
+
class : Video/Source
|
|
1063
|
+
caps : video/x-raw, format=YUY2, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1064
|
+
video/x-raw(format:Interlaced), format=YUY2, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1065
|
+
video/x-raw, format=UYVY, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1066
|
+
video/x-raw(format:Interlaced), format=UYVY, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1067
|
+
video/x-raw, format=xRGB, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1068
|
+
video/x-raw(format:Interlaced), format=xRGB, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1069
|
+
video/x-raw, format=BGR, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1070
|
+
video/x-raw(format:Interlaced), format=BGR, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1071
|
+
video/x-raw, format=RGB, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1072
|
+
video/x-raw(format:Interlaced), format=RGB, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1073
|
+
video/x-raw, format=BGR15, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1074
|
+
video/x-raw(format:Interlaced), format=BGR15, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1075
|
+
video/x-raw, format=RGB15, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1076
|
+
video/x-raw(format:Interlaced), format=RGB15, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1077
|
+
video/x-raw, format=RGB16, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1078
|
+
video/x-raw(format:Interlaced), format=RGB16, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1079
|
+
video/x-bayer, format=rggb, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1080
|
+
video/x-bayer, format=grbg, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1081
|
+
video/x-bayer, format=gbrg, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1082
|
+
video/x-bayer, format=bggr, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1083
|
+
video/x-raw, format=GRAY8, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1084
|
+
video/x-raw(format:Interlaced), format=GRAY8, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1085
|
+
video/x-raw, format=GRAY16_LE, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1086
|
+
video/x-raw(format:Interlaced), format=GRAY16_LE, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1087
|
+
video/x-raw, format=YVYU, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
1088
|
+
video/x-raw(format:Interlaced), format=YVYU, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
1089
|
+
properties:
|
|
1090
|
+
udev-probed = true
|
|
1091
|
+
device.bus_path = platform-fe801000.csi
|
|
1092
|
+
sysfs.path = /sys/devices/platform/soc/fe801000.csi/video4linux/video0
|
|
1093
|
+
device.subsystem = video4linux
|
|
1094
|
+
device.product.name = unicam
|
|
1095
|
+
device.capabilities = :capture:
|
|
1096
|
+
device.api = v4l2
|
|
1097
|
+
device.path = /dev/video0
|
|
1098
|
+
v4l2.device.driver = unicam
|
|
1099
|
+
v4l2.device.card = unicam
|
|
1100
|
+
v4l2.device.bus_info = platform:fe801000.csi
|
|
1101
|
+
v4l2.device.version = 394803 (0x00060633)
|
|
1102
|
+
v4l2.device.capabilities = 2778726401 (0xa5a00001)
|
|
1103
|
+
v4l2.device.device_caps = 622854145 (0x25200001)
|
|
1104
|
+
gst-launch-1.0 v4l2src ! ...`;
|
|
1105
|
+
|
|
1106
|
+
const devices = await testGetDevices({
|
|
1107
|
+
gstDeviceMonitor: () => gstOutput,
|
|
1108
|
+
modeOverride: 'rpi'
|
|
1109
|
+
});
|
|
1110
|
+
|
|
1111
|
+
assert.equal(devices.length, 6);
|
|
1112
|
+
|
|
1113
|
+
assert.equal(devices[0].id, '/dev/video2');
|
|
1114
|
+
assert.equal(devices[0].name, 'HD Pro Webcam C920');
|
|
1115
|
+
assert.equal(JSON.stringify(devices[0].caps), JSON.stringify([{
|
|
1116
|
+
type: 'video/x-raw',
|
|
1117
|
+
width: 2560,
|
|
1118
|
+
height: 1472,
|
|
1119
|
+
framerate: 2
|
|
1120
|
+
}, {
|
|
1121
|
+
type: 'video/x-raw',
|
|
1122
|
+
width: 1920,
|
|
1123
|
+
height: 1080,
|
|
1124
|
+
framerate: 5
|
|
1125
|
+
}, {
|
|
1126
|
+
type: 'video/x-raw',
|
|
1127
|
+
width: 1600,
|
|
1128
|
+
height: 896,
|
|
1129
|
+
framerate: 15
|
|
1130
|
+
}, {
|
|
1131
|
+
type: 'video/x-raw',
|
|
1132
|
+
width: 1280,
|
|
1133
|
+
height: 720,
|
|
1134
|
+
framerate: 10
|
|
1135
|
+
}, {
|
|
1136
|
+
type: 'video/x-raw',
|
|
1137
|
+
width: 960,
|
|
1138
|
+
height: 720,
|
|
1139
|
+
framerate: 15
|
|
1140
|
+
},
|
|
1141
|
+
{ type: 'video/x-raw', width: 1024, height: 576, framerate: 15 }, {
|
|
1142
|
+
type: 'video/x-raw',
|
|
1143
|
+
width: 800,
|
|
1144
|
+
height: 600,
|
|
1145
|
+
framerate: 24
|
|
1146
|
+
},
|
|
1147
|
+
{ type: 'video/x-raw', width: 864, height: 480, framerate: 24 }, {
|
|
1148
|
+
type: 'video/x-raw',
|
|
1149
|
+
width: 800,
|
|
1150
|
+
height: 448,
|
|
1151
|
+
framerate: 30
|
|
1152
|
+
}, {
|
|
1153
|
+
type: 'video/x-raw',
|
|
1154
|
+
width: 640,
|
|
1155
|
+
height: 480,
|
|
1156
|
+
framerate: 30
|
|
1157
|
+
}, {
|
|
1158
|
+
type: 'video/x-raw',
|
|
1159
|
+
width: 640,
|
|
1160
|
+
height: 360,
|
|
1161
|
+
framerate: 30
|
|
1162
|
+
}, {
|
|
1163
|
+
type: 'video/x-raw',
|
|
1164
|
+
width: 432,
|
|
1165
|
+
height: 240,
|
|
1166
|
+
framerate: 30
|
|
1167
|
+
}, {
|
|
1168
|
+
type: 'video/x-raw',
|
|
1169
|
+
width: 352,
|
|
1170
|
+
height: 288,
|
|
1171
|
+
framerate: 30
|
|
1172
|
+
}, {
|
|
1173
|
+
type: 'video/x-raw',
|
|
1174
|
+
width: 320,
|
|
1175
|
+
height: 240,
|
|
1176
|
+
framerate: 30
|
|
1177
|
+
}, {
|
|
1178
|
+
type: 'video/x-raw',
|
|
1179
|
+
width: 320,
|
|
1180
|
+
height: 180,
|
|
1181
|
+
framerate: 30
|
|
1182
|
+
}, {
|
|
1183
|
+
type: 'video/x-raw',
|
|
1184
|
+
width: 176,
|
|
1185
|
+
height: 144,
|
|
1186
|
+
framerate: 30
|
|
1187
|
+
}, {
|
|
1188
|
+
type: 'video/x-raw',
|
|
1189
|
+
width: 160,
|
|
1190
|
+
height: 120,
|
|
1191
|
+
framerate: 30
|
|
1192
|
+
}, {
|
|
1193
|
+
type: 'video/x-raw',
|
|
1194
|
+
width: 160,
|
|
1195
|
+
height: 90,
|
|
1196
|
+
framerate: 30
|
|
1197
|
+
},
|
|
1198
|
+
{ type: 'image/jpeg', width: 1920, height: 1080, framerate: 30 }, {
|
|
1199
|
+
type: 'image/jpeg',
|
|
1200
|
+
width: 1600,
|
|
1201
|
+
height: 896,
|
|
1202
|
+
framerate: 30
|
|
1203
|
+
}, {
|
|
1204
|
+
type: 'image/jpeg',
|
|
1205
|
+
width: 1280,
|
|
1206
|
+
height: 720,
|
|
1207
|
+
framerate: 30
|
|
1208
|
+
}, {
|
|
1209
|
+
type: 'image/jpeg',
|
|
1210
|
+
width: 960,
|
|
1211
|
+
height: 720,
|
|
1212
|
+
framerate: 30
|
|
1213
|
+
}, {
|
|
1214
|
+
type: 'image/jpeg',
|
|
1215
|
+
width: 1024,
|
|
1216
|
+
height: 576,
|
|
1217
|
+
framerate: 30
|
|
1218
|
+
}, {
|
|
1219
|
+
type: 'image/jpeg',
|
|
1220
|
+
width: 800,
|
|
1221
|
+
height: 600,
|
|
1222
|
+
framerate: 30
|
|
1223
|
+
}, {
|
|
1224
|
+
type: 'image/jpeg',
|
|
1225
|
+
width: 864,
|
|
1226
|
+
height: 480,
|
|
1227
|
+
framerate: 30
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
]));
|
|
1231
|
+
|
|
1232
|
+
assert.equal(devices[1].id, '/dev/video14');
|
|
1233
|
+
assert.equal(devices[1].name, 'bcm2835-isp (/dev/video14)');
|
|
1234
|
+
assert.equal(JSON.stringify(devices[1].caps), JSON.stringify([{
|
|
1235
|
+
type: "video/x-raw",
|
|
1236
|
+
width: 64,
|
|
1237
|
+
height: 64,
|
|
1238
|
+
framerate: 0
|
|
1239
|
+
}]));
|
|
1240
|
+
|
|
1241
|
+
assert.equal(devices[2].id, '/dev/video15');
|
|
1242
|
+
assert.equal(devices[2].name, 'bcm2835-isp (/dev/video15)');
|
|
1243
|
+
assert.equal(JSON.stringify(devices[2].caps), JSON.stringify([{
|
|
1244
|
+
type: "video/x-raw",
|
|
1245
|
+
width: 64,
|
|
1246
|
+
height: 64,
|
|
1247
|
+
framerate: 0
|
|
1248
|
+
}]));
|
|
1249
|
+
|
|
1250
|
+
assert.equal(devices[3].id, '/dev/video21');
|
|
1251
|
+
assert.equal(devices[3].name, 'bcm2835-isp (/dev/video21)');
|
|
1252
|
+
assert.equal(JSON.stringify(devices[4].caps), JSON.stringify([{
|
|
1253
|
+
type: "video/x-raw",
|
|
1254
|
+
width: 64,
|
|
1255
|
+
height: 64,
|
|
1256
|
+
framerate: 0
|
|
1257
|
+
}]));
|
|
1258
|
+
|
|
1259
|
+
assert.equal(devices[4].id, '/dev/video22');
|
|
1260
|
+
assert.equal(devices[4].name, 'bcm2835-isp (/dev/video22)');
|
|
1261
|
+
assert.equal(JSON.stringify(devices[4].caps), JSON.stringify([{
|
|
1262
|
+
type: "video/x-raw",
|
|
1263
|
+
width: 64,
|
|
1264
|
+
height: 64,
|
|
1265
|
+
framerate: 0
|
|
1266
|
+
}]));
|
|
1267
|
+
|
|
1268
|
+
assert.equal(devices[5].id, '/dev/video0');
|
|
1269
|
+
assert.equal(devices[5].name, 'unicam');
|
|
1270
|
+
assert.equal(JSON.stringify(devices[5].caps), JSON.stringify([{
|
|
1271
|
+
type: "video/x-raw",
|
|
1272
|
+
width: 16,
|
|
1273
|
+
height: 16,
|
|
1274
|
+
framerate: 0
|
|
1275
|
+
}]));
|
|
1276
|
+
|
|
1277
|
+
});
|
|
1278
|
+
|
|
1279
|
+
|
|
1280
|
+
|
|
700
1281
|
// https://forum.edgeimpulse.com/t/edge-impulse-on-coral-edgetpu/2311
|
|
701
1282
|
it("coral edge tpu with iMX6S", async () => {
|
|
702
1283
|
const gstOutput = `Probing devices...
|
|
@@ -1106,12 +1687,114 @@ Device found:
|
|
|
1106
1687
|
|
|
1107
1688
|
const devices = await testGetDevices({
|
|
1108
1689
|
gstDeviceMonitor: () => gstOutput,
|
|
1690
|
+
modeOverride: 'rpi'
|
|
1109
1691
|
});
|
|
1110
1692
|
|
|
1111
|
-
assert.equal(devices.length,
|
|
1112
|
-
|
|
1113
|
-
|
|
1693
|
+
assert.equal(devices.length, 2);
|
|
1694
|
+
|
|
1695
|
+
|
|
1696
|
+
assert.equal(devices[0].id, '');
|
|
1697
|
+
assert.equal(devices[0].name, '/base/scb/pcie@7d500000/pci@0,0/usb@0,0-1.2');
|
|
1114
1698
|
assert.equal(JSON.stringify(devices[0].caps), JSON.stringify([{
|
|
1699
|
+
type: "image/jpeg",
|
|
1700
|
+
width: 160,
|
|
1701
|
+
height: 90,
|
|
1702
|
+
framerate: 0
|
|
1703
|
+
}, {
|
|
1704
|
+
type: "image/jpeg",
|
|
1705
|
+
width: 160,
|
|
1706
|
+
height: 120,
|
|
1707
|
+
framerate: 0
|
|
1708
|
+
}, {
|
|
1709
|
+
type: 'image/jpeg',
|
|
1710
|
+
width: 176,
|
|
1711
|
+
height: 144,
|
|
1712
|
+
framerate: 0
|
|
1713
|
+
}, {
|
|
1714
|
+
type: 'image/jpeg',
|
|
1715
|
+
width: 320,
|
|
1716
|
+
height: 180,
|
|
1717
|
+
framerate: 0
|
|
1718
|
+
}, {
|
|
1719
|
+
type: 'image/jpeg',
|
|
1720
|
+
width: 320,
|
|
1721
|
+
height: 240,
|
|
1722
|
+
framerate: 0
|
|
1723
|
+
}, {
|
|
1724
|
+
type: 'image/jpeg',
|
|
1725
|
+
width: 352,
|
|
1726
|
+
height: 288,
|
|
1727
|
+
framerate: 0
|
|
1728
|
+
}, {
|
|
1729
|
+
type: 'image/jpeg',
|
|
1730
|
+
width: 432,
|
|
1731
|
+
height: 240,
|
|
1732
|
+
framerate: 0
|
|
1733
|
+
}, {
|
|
1734
|
+
type: 'image/jpeg',
|
|
1735
|
+
width: 640,
|
|
1736
|
+
height: 360,
|
|
1737
|
+
framerate: 0
|
|
1738
|
+
}, {
|
|
1739
|
+
type: 'image/jpeg',
|
|
1740
|
+
width: 640,
|
|
1741
|
+
height: 480,
|
|
1742
|
+
framerate: 0
|
|
1743
|
+
}, {
|
|
1744
|
+
type: 'image/jpeg',
|
|
1745
|
+
width: 800,
|
|
1746
|
+
height: 448,
|
|
1747
|
+
framerate: 0
|
|
1748
|
+
}, {
|
|
1749
|
+
type: 'image/jpeg',
|
|
1750
|
+
width: 864,
|
|
1751
|
+
height: 480,
|
|
1752
|
+
framerate: 0
|
|
1753
|
+
}, {
|
|
1754
|
+
type: 'image/jpeg',
|
|
1755
|
+
width: 800,
|
|
1756
|
+
height: 600,
|
|
1757
|
+
framerate: 0
|
|
1758
|
+
}, {
|
|
1759
|
+
type: 'image/jpeg',
|
|
1760
|
+
width: 1024,
|
|
1761
|
+
height: 576,
|
|
1762
|
+
framerate: 0
|
|
1763
|
+
}, {
|
|
1764
|
+
type: 'image/jpeg',
|
|
1765
|
+
width: 960,
|
|
1766
|
+
height: 720,
|
|
1767
|
+
framerate: 0
|
|
1768
|
+
}, {
|
|
1769
|
+
type: 'image/jpeg',
|
|
1770
|
+
width: 1280,
|
|
1771
|
+
height: 720,
|
|
1772
|
+
framerate: 0
|
|
1773
|
+
}, {
|
|
1774
|
+
type: 'image/jpeg',
|
|
1775
|
+
width: 1600,
|
|
1776
|
+
height: 896,
|
|
1777
|
+
framerate: 0
|
|
1778
|
+
}, {
|
|
1779
|
+
type: 'image/jpeg',
|
|
1780
|
+
width: 1920,
|
|
1781
|
+
height: 1080,
|
|
1782
|
+
framerate: 0
|
|
1783
|
+
}, {
|
|
1784
|
+
type: 'video/x-raw',
|
|
1785
|
+
width: 2304,
|
|
1786
|
+
height: 1296,
|
|
1787
|
+
framerate: 0
|
|
1788
|
+
}, {
|
|
1789
|
+
type: 'video/x-raw',
|
|
1790
|
+
width: 2304,
|
|
1791
|
+
height: 1536,
|
|
1792
|
+
framerate: 0
|
|
1793
|
+
}]));
|
|
1794
|
+
|
|
1795
|
+
assert.equal(devices[1].id, '/dev/video0');
|
|
1796
|
+
assert.equal(devices[1].name, 'UvcH264 Video Capture 4 (/dev/video0)');
|
|
1797
|
+
assert.equal(JSON.stringify(devices[1].caps), JSON.stringify([{
|
|
1115
1798
|
type: "video/x-raw",
|
|
1116
1799
|
width: 2304,
|
|
1117
1800
|
height: 1536,
|
|
@@ -2190,12 +2873,114 @@ Device found:
|
|
|
2190
2873
|
|
|
2191
2874
|
const devices = await testGetDevices({
|
|
2192
2875
|
gstDeviceMonitor: () => gstOutput,
|
|
2876
|
+
modeOverride: 'rpi'
|
|
2193
2877
|
});
|
|
2194
2878
|
|
|
2195
|
-
assert.equal(devices.length,
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
assert.equal(
|
|
2879
|
+
assert.equal(devices.length, 2);
|
|
2880
|
+
|
|
2881
|
+
|
|
2882
|
+
assert.equal(devices[0].id, '');
|
|
2883
|
+
assert.equal(devices[0].name, '/base/scb/pcie@7d500000/pci@1,0/usb@1,0-1.1');
|
|
2884
|
+
assert.equal(JSON.stringify(devices[0].caps), JSON.stringify([{
|
|
2885
|
+
type: "image/jpeg",
|
|
2886
|
+
width: 160,
|
|
2887
|
+
height: 90,
|
|
2888
|
+
framerate: 0
|
|
2889
|
+
}, {
|
|
2890
|
+
type: "image/jpeg",
|
|
2891
|
+
width: 160,
|
|
2892
|
+
height: 120,
|
|
2893
|
+
framerate: 0
|
|
2894
|
+
}, {
|
|
2895
|
+
type: 'image/jpeg',
|
|
2896
|
+
width: 176,
|
|
2897
|
+
height: 144,
|
|
2898
|
+
framerate: 0
|
|
2899
|
+
}, {
|
|
2900
|
+
type: 'image/jpeg',
|
|
2901
|
+
width: 320,
|
|
2902
|
+
height: 180,
|
|
2903
|
+
framerate: 0
|
|
2904
|
+
}, {
|
|
2905
|
+
type: 'image/jpeg',
|
|
2906
|
+
width: 320,
|
|
2907
|
+
height: 240,
|
|
2908
|
+
framerate: 0
|
|
2909
|
+
}, {
|
|
2910
|
+
type: 'image/jpeg',
|
|
2911
|
+
width: 352,
|
|
2912
|
+
height: 288,
|
|
2913
|
+
framerate: 0
|
|
2914
|
+
}, {
|
|
2915
|
+
type: 'image/jpeg',
|
|
2916
|
+
width: 432,
|
|
2917
|
+
height: 240,
|
|
2918
|
+
framerate: 0
|
|
2919
|
+
}, {
|
|
2920
|
+
type: 'image/jpeg',
|
|
2921
|
+
width: 640,
|
|
2922
|
+
height: 360,
|
|
2923
|
+
framerate: 0
|
|
2924
|
+
}, {
|
|
2925
|
+
type: 'image/jpeg',
|
|
2926
|
+
width: 640,
|
|
2927
|
+
height: 480,
|
|
2928
|
+
framerate: 0
|
|
2929
|
+
}, {
|
|
2930
|
+
type: 'image/jpeg',
|
|
2931
|
+
width: 800,
|
|
2932
|
+
height: 448,
|
|
2933
|
+
framerate: 0
|
|
2934
|
+
}, {
|
|
2935
|
+
type: 'image/jpeg',
|
|
2936
|
+
width: 864,
|
|
2937
|
+
height: 480,
|
|
2938
|
+
framerate: 0
|
|
2939
|
+
}, {
|
|
2940
|
+
type: 'image/jpeg',
|
|
2941
|
+
width: 800,
|
|
2942
|
+
height: 600,
|
|
2943
|
+
framerate: 0
|
|
2944
|
+
}, {
|
|
2945
|
+
type: 'image/jpeg',
|
|
2946
|
+
width: 1024,
|
|
2947
|
+
height: 576,
|
|
2948
|
+
framerate: 0
|
|
2949
|
+
}, {
|
|
2950
|
+
type: 'image/jpeg',
|
|
2951
|
+
width: 960,
|
|
2952
|
+
height: 720,
|
|
2953
|
+
framerate: 0
|
|
2954
|
+
}, {
|
|
2955
|
+
type: 'image/jpeg',
|
|
2956
|
+
width: 1280,
|
|
2957
|
+
height: 720,
|
|
2958
|
+
framerate: 0
|
|
2959
|
+
}, {
|
|
2960
|
+
type: 'image/jpeg',
|
|
2961
|
+
width: 1600,
|
|
2962
|
+
height: 896,
|
|
2963
|
+
framerate: 0
|
|
2964
|
+
}, {
|
|
2965
|
+
type: 'image/jpeg',
|
|
2966
|
+
width: 1920,
|
|
2967
|
+
height: 1080,
|
|
2968
|
+
framerate: 0
|
|
2969
|
+
}, {
|
|
2970
|
+
type: 'video/x-raw',
|
|
2971
|
+
width: 2304,
|
|
2972
|
+
height: 1296,
|
|
2973
|
+
framerate: 0
|
|
2974
|
+
}, {
|
|
2975
|
+
type: 'video/x-raw',
|
|
2976
|
+
width: 2304,
|
|
2977
|
+
height: 1536,
|
|
2978
|
+
framerate: 0
|
|
2979
|
+
}]));
|
|
2980
|
+
|
|
2981
|
+
assert.equal(devices[1].id, '/dev/video0');
|
|
2982
|
+
assert.equal(devices[1].name, 'UvcH264 C922 Pro Stream Webcam (/dev/video0)');
|
|
2983
|
+
assert.equal(JSON.stringify(devices[1].caps), JSON.stringify([
|
|
2199
2984
|
{
|
|
2200
2985
|
type: "video/x-raw",
|
|
2201
2986
|
width: 2304,
|
|
@@ -4241,7 +5026,7 @@ Freeing pipeline ...
|
|
|
4241
5026
|
spawnHelperOverride: spawnHelper,
|
|
4242
5027
|
});
|
|
4243
5028
|
await gstreamer.init();
|
|
4244
|
-
const launchResp = gstreamer.getGstreamerLaunchCommand({
|
|
5029
|
+
const launchResp = await gstreamer.getGstreamerLaunchCommand({
|
|
4245
5030
|
id: 'pylonsrc',
|
|
4246
5031
|
name: 'Basler camera',
|
|
4247
5032
|
caps: [{
|
|
@@ -4267,6 +5052,7 @@ async function testGetDevices(output: {
|
|
|
4267
5052
|
gstDeviceMonitor: (args: string[]) => string,
|
|
4268
5053
|
gstInspect?: (args: string[]) => string,
|
|
4269
5054
|
gstLaunch?: (args: string[]) => string,
|
|
5055
|
+
modeOverride?: GStreamerMode,
|
|
4270
5056
|
}) {
|
|
4271
5057
|
const spawnHelper: SpawnHelperType = async (command: string,
|
|
4272
5058
|
args: string[],
|
|
@@ -4304,6 +5090,7 @@ async function testGetDevices(output: {
|
|
|
4304
5090
|
|
|
4305
5091
|
const gstreamer = new GStreamer(false, {
|
|
4306
5092
|
spawnHelperOverride: spawnHelper,
|
|
5093
|
+
modeOverride: output?.modeOverride,
|
|
4307
5094
|
});
|
|
4308
5095
|
await gstreamer.init();
|
|
4309
5096
|
const devices = await gstreamer.getAllDevices();
|