29 #ifndef _NVDS_VERSION_H_ 
   30 #define _NVDS_VERSION_H_ 
   32 #define NVDS_VERSION_MAJOR 5 
   33 #define NVDS_VERSION_MINOR 0 
   34 #define NVDS_VERSION_MICRO 0 
   48 void nvds_version (
unsigned int * major, 
unsigned int * minor);
 
void nvds_dependencies_version_print(void)
Print the versions of dependencies such as Cuda, cuDNN and TensorRT. 
void nvds_version_print(void)
Print the version as major.minor. 
void nvds_version(unsigned int *major, unsigned int *minor)
Get the DEEPSTREAM_SDK major and minor version numbers and return them in major and minor variable po...