NVIDIA DeepStream SDK API Reference

6.4 Release
deepstream_osd.h File Reference

Go to the source code of this file.

Data Structures

struct  NvDsOSDBin
 
struct  NvDsOSDConfig
 

Functions

gboolean create_osd_bin (NvDsOSDConfig *config, NvDsOSDBin *bin)
 Initialize NvDsOSDBin. More...
 

Function Documentation

◆ create_osd_bin()

gboolean create_osd_bin ( NvDsOSDConfig config,
NvDsOSDBin bin 
)

Initialize NvDsOSDBin.

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

Parameters
[in]configpointer to OSD NvDsOSDConfig parsed from config file.
[in]binpointer to NvDsOSDBin to be filled.
Returns
true if bin created successfully.