.. Copyright (c) 2021-2022, NVIDIA CORPORATION. All rights reserved. NVIDIA CORPORATION and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related documentation without an express license agreement from NVIDIA CORPORATION is strictly prohibited. NvDsAnalyticsExt ------------------ NVIDIA DeepStream Extension for metadata analytics. * UUID: 0aee1c83-fad2-4bba-a25a-b253a8289f13 * Version: 1.0.0 * Author: NVIDIA * License: Proprietary Components ~~~~~~~~~~~~ nvidia::deepstream::NvDsAnalytics ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Process analytics algorithm on objects. * Component ID: 684a5fe9-f265-3520-b621-455749501c69 * Base Type: nvidia::deepstream::INvDsElement Parameters ++++++++++++ **config-file** DsAnalytics Config File. * Flags: GXF_PARAMETER_FLAGS_NONE * Type: GXF_PARAMETER_TYPE_FILE | **enable** Enable DsAnalytics plugin, or set in passthrough mode. * Flags: GXF_PARAMETER_FLAGS_OPTIONAL * Type: GXF_PARAMETER_TYPE_BOOL * Default: True | **unique-id** Unique ID for the element. Can be used to identify output of the element. * Flags: GXF_PARAMETER_FLAGS_OPTIONAL * Type: GXF_PARAMETER_TYPE_UINT64 * Default: 17 | **video-in** Handle to a ``nvidia::deepstream::NvDsStaticInput`` component. Supported formats are ``video(NV12, RGBA)``. * Flags: GXF_PARAMETER_FLAGS_OPTIONAL * Type: GXF_PARAMETER_TYPE_HANDLE * Handle Type: nvidia::deepstream::NvDsStaticInput | **video-out** Handle to a ``nvidia::deepstream::NvDsStaticOutput`` component. Supported formats are ``video(NV12, RGBA)``. * Flags: GXF_PARAMETER_FLAGS_OPTIONAL * Type: GXF_PARAMETER_TYPE_HANDLE * Handle Type: nvidia::deepstream::NvDsStaticOutput