NVIDIA DeepStream SDK API Reference

6.4 Release
CustomInitParams Struct Reference

Detailed Description

Custom Initialization parameter for custom library.

Definition at line 194 of file gst-plugins/gst-nvdspreprocess/include/nvdspreprocess_interface.h.

Collaboration diagram for CustomInitParams:

Data Fields

guint unique_id
 unique id of the preprocess plugin More...
 
NvDsPreProcessTensorParams tensor_params
 tensor params from read from config file More...
 
std::unordered_map< std::string, std::string > user_configs
 User config map key-value pair. More...
 
gchar * config_file_path
 nvdspreprocess config file path More...
 

Field Documentation

◆ config_file_path

gchar * CustomInitParams::config_file_path

nvdspreprocess config file path

Definition at line 203 of file gst-plugins/gst-nvdspreprocess/include/nvdspreprocess_interface.h.

◆ tensor_params

NvDsPreProcessTensorParams CustomInitParams::tensor_params

tensor params from read from config file

Definition at line 199 of file gst-plugins/gst-nvdspreprocess/include/nvdspreprocess_interface.h.

◆ unique_id

guint CustomInitParams::unique_id

unique id of the preprocess plugin

Definition at line 197 of file gst-plugins/gst-nvdspreprocess/include/nvdspreprocess_interface.h.

◆ user_configs

std::unordered_map< std::string, std::string > CustomInitParams::user_configs

User config map key-value pair.

Definition at line 201 of file gst-plugins/gst-nvdspreprocess/include/nvdspreprocess_interface.h.


The documentation for this struct was generated from the following file: