26 #ifndef _NVDS_VERSION_H_
27 #define _NVDS_VERSION_H_
29 #define NVDS_VERSION_MAJOR 4
30 #define NVDS_VERSION_MINOR 0
44 void nvds_version (
unsigned int * major,
unsigned int * 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...
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.