Go to the source code of this file.
Data Structures | |
class | SafePtr< T > |
class | FpsCalculation |
struct | NvDsARConfig |
Macros | |
#define | LOG(out, level, fmt, ...) fprintf(out, "[%s: DS_3DAR] " fmt "\n", #level, ##__VA_ARGS__) |
#define | LOG_DEBUG(fmt, ...) |
#define | LOG_ERROR(fmt, ...) LOG(stderr, ERROR, fmt, ##__VA_ARGS__) |
Enumerations | |
enum | DebugLevel { kDebugDisable = 0, kDebugEnable, kDebugVerbose } |
Functions | |
bool | parse_action_config (const char *action_config_path, NvDsARConfig &config) |
#define LOG | ( | out, | |
level, | |||
fmt, | |||
... | |||
) | fprintf(out, "[%s: DS_3DAR] " fmt "\n", #level, ##__VA_ARGS__) |
Definition at line 45 of file deepstream_action.h.
#define LOG_DEBUG | ( | fmt, | |
... | |||
) |
Definition at line 49 of file deepstream_action.h.
Definition at line 55 of file deepstream_action.h.
enum DebugLevel |
Enumerator | |
---|---|
kDebugDisable | |
kDebugEnable | |
kDebugVerbose |
Definition at line 66 of file deepstream_action.h.
bool parse_action_config | ( | const char * | action_config_path, |
NvDsARConfig & | config | ||
) |