NVIDIA DeepStream SDK API Reference

7.0 Release
deepstream_primary_gie.h File Reference

Go to the source code of this file.

Data Structures

struct  NvDsPrimaryGieBin
 

Functions

gboolean create_primary_gie_bin (NvDsGieConfig *config, NvDsPrimaryGieBin *bin)
 Initialize NvDsPrimaryGieBin. More...
 

Function Documentation

◆ create_primary_gie_bin()

gboolean create_primary_gie_bin ( NvDsGieConfig config,
NvDsPrimaryGieBin bin 
)

Initialize NvDsPrimaryGieBin.

It creates and adds primary infer and other elements needed for processing to the bin. It also sets properties mentioned in the configuration file under group CONFIG_GROUP_PRIMARY_GIE

Parameters
[in]configpointer to infer NvDsGieConfig parsed from configuration file.
[in]binpointer to NvDsPrimaryGieBin to be filled.
Returns
true if bin created successfully.