NVIDIA DeepStream SDK API Reference

6.4 Release
deepstream_preprocess.h File Reference

Go to the source code of this file.

Data Structures

struct  NvDsPreProcessConfig
 
struct  NvDsPreProcessBin
 

Functions

gboolean create_preprocess_bin (NvDsPreProcessConfig *config, NvDsPreProcessBin *bin)
 Initialize NvDsPreProcessBin. More...
 

Function Documentation

◆ create_preprocess_bin()

gboolean create_preprocess_bin ( NvDsPreProcessConfig config,
NvDsPreProcessBin bin 
)

Initialize NvDsPreProcessBin.

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

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