NVIDIA DeepStream SDK API Reference

8.0 Release
sources/apps/apps-common/includes/deepstream_replay.h File Reference

Go to the source code of this file.

Data Structures

struct  NvDsReplayConfig
 
struct  NvDsReplayBin
 

Functions

gboolean create_replay_bin (NvDsReplayConfig *config, NvDsReplayBin *bin)
 Initialize NvDsReplayBin. More...
 

Function Documentation

◆ create_replay_bin()

gboolean create_replay_bin ( NvDsReplayConfig config,
NvDsReplayBin bin 
)

Initialize NvDsReplayBin.

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

Parameters
[in]configpointer of type NvDsReplayConfig parsed from configuration file.
[in]binpointer of type NvDsReplayBin to be filled.
Returns
true if bin created successfully.