NVIDIA DeepStream SDK API Reference

9.0 Release
9.0/sources/includes/nvds_utils.h File Reference

Go to the source code of this file.

Functions

void free_gobjs (GKeyFile *gcfg_file, GError *error, gchar **keys, gchar *key_name)
 
NvDsMsgApiErrorType strip_quote (char *cfg_value, const char *cfg_key, const char *log_cat)
 
NvDsMsgApiErrorType fetch_config_value (char *config_path, const char *cfg_key, char *cfg_val, int len, const char *log_category)
 
char * nvds_get_hostname_with_ip (void)
 

Function Documentation

◆ fetch_config_value()

NvDsMsgApiErrorType fetch_config_value ( char *  config_path,
const char *  cfg_key,
char *  cfg_val,
int  len,
const char *  log_category 
)

◆ free_gobjs()

void free_gobjs ( GKeyFile *  gcfg_file,
GError *  error,
gchar **  keys,
gchar *  key_name 
)

◆ nvds_get_hostname_with_ip()

char* nvds_get_hostname_with_ip ( void  )

◆ strip_quote()

NvDsMsgApiErrorType strip_quote ( char *  cfg_value,
const char *  cfg_key,
const char *  log_cat 
)