Version Number APIΒΆ
-
group
ee_version Defines the API used to get the current version number of DeepStream and its dependencies.
Defines
-
NVDS_VERSION_MAJOR
-
NVDS_VERSION_MINOR
-
NVDS_VERSION_MICRO
Functions
-
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 pointers.
- Parameters
[in] major: holds the major part of DEEPSTREAM_SDK version.[in] minor: holds the minor part of DEEPSTREAM_SDK version.
-
void
nvds_version_print(void) Print the version as major.minor.
To obtain major and minor, this function calls nvds_version.
-
void
nvds_dependencies_version_print(void) Print the versions of dependencies such as Cuda, cuDNN and TensorRT.
-