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... | |
| 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
| [in] | config | pointer of type NvDsReplayConfig parsed from configuration file. |
| [in] | bin | pointer of type NvDsReplayBin to be filled. |