NVIDIA DeepStream SDK API Reference

7.0 Release
deepstream_segvisual.h File Reference

Go to the source code of this file.

Data Structures

struct  NvDsSegVisualBin
 
struct  NvDsSegVisualConfig
 

Functions

gboolean create_segvisual_bin (NvDsSegVisualConfig *config, NvDsSegVisualBin *bin)
 Initialize NvDsSegVisualBin. More...
 

Function Documentation

◆ create_segvisual_bin()

gboolean create_segvisual_bin ( NvDsSegVisualConfig config,
NvDsSegVisualBin bin 
)

Initialize NvDsSegVisualBin.

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

Parameters
[in]configpointer to SegVisual NvDsSegVisualConfig parsed from config file.
[in]binpointer to NvDsSegVisualBin to be filled.
Returns
true if bin created successfully.