NvDsTemplateExt¶
NVIDIA template components for processing data.
UUID: 845a7fd3-51e8-4076-b3d9-e2974880925e
Version: 0.0.3
Author: NVIDIA
License: Proprietary
Components¶
nvidia::deepstream::NvDsAudioTemplate¶
A custom algorithm can be hooked for Transform In-Place use-cases.
Component ID: 2156aefa-c1e2-383f-8040-8bd49744aa00
Base Type: nvidia::deepstream::INvDsElement
Parameters¶
audio-in
Handle to an nvidia::deepstream::NvDsStaticInput
component. Supported formats - audio(S16LE, F32LE)
.
Flags: GXF_PARAMETER_FLAGS_OPTIONAL
Type: GXF_PARAMETER_TYPE_HANDLE
Handle Type: nvidia::deepstream::NvDsStaticInput
audio-out
Handle to an nvidia::deepstream::NvDsStaticOutput
component. Supported formats - audio(S16LE, F32LE)
.
Flags: GXF_PARAMETER_FLAGS_OPTIONAL
Type: GXF_PARAMETER_TYPE_HANDLE
Handle Type: nvidia::deepstream::NvDsStaticOutput
audio-template-config
Handle to an nvidia::deepstream::INvDsAudioTemplatePluginConfigComponent
component.
Flags: GXF_PARAMETER_FLAGS_OPTIONAL
Type: GXF_PARAMETER_TYPE_HANDLE
Handle Type: nvidia::deepstream::INvDsAudioTemplatePluginConfigComponent
customlib-name
Set custom library Name to be used.
Flags: GXF_PARAMETER_FLAGS_OPTIONAL
Type: GXF_PARAMETER_TYPE_FILE
customlib-props
Set Custom Library Properties. (key:value) string can be set multiple times, vector is maintained internally.
Flags: GXF_PARAMETER_FLAGS_OPTIONAL
Type: GXF_PARAMETER_TYPE_STRING
gpu-id
Set GPU Device ID.
Flags: GXF_PARAMETER_FLAGS_OPTIONAL
Type: GXF_PARAMETER_TYPE_UINT64
Default: 0
nvidia::deepstream::NvDsVideoTemplate¶
A custom algorithm can be hooked for Transform/In-Place use-cases.
Component ID: 061566d1-77d7-373c-8695-72ed09f6cedd
Base Type: nvidia::deepstream::INvDsElement
Parameters¶
customlib-name
Set custom library Name to be used.
Flags: GXF_PARAMETER_FLAGS_OPTIONAL
Type: GXF_PARAMETER_TYPE_FILE
customlib-props
Set Custom Library Properties (key:value) string, can be set multiple times,vector is maintained internally.
Flags: GXF_PARAMETER_FLAGS_OPTIONAL
Type: GXF_PARAMETER_TYPE_STRING
gpu-id
Set GPU Device ID
Flags: GXF_PARAMETER_FLAGS_OPTIONAL
Type: GXF_PARAMETER_TYPE_UINT64
Default: 0
video-in
Handle to an nvidia::deepstream::NvDsStaticInput
component. Supported formats - video(NV12, RGBA)
.
Flags: GXF_PARAMETER_FLAGS_OPTIONAL
Type: GXF_PARAMETER_TYPE_HANDLE
Handle Type: nvidia::deepstream::NvDsStaticInput
video-out
Handle to an nvidia::deepstream::NvDsStaticOutput
component. Supported formats - video(NV12, RGBA)
.
Flags: GXF_PARAMETER_FLAGS_OPTIONAL
Type: GXF_PARAMETER_TYPE_HANDLE
Handle Type: nvidia::deepstream::NvDsStaticOutput
video-template-config
Handle to an nvidia::deepstream::INvDsVideoTemplatePluginConfigComponent
component.
Flags: GXF_PARAMETER_FLAGS_OPTIONAL
Type: GXF_PARAMETER_TYPE_HANDLE
Handle Type: nvidia::deepstream::INvDsVideoTemplatePluginConfigComponent