NVIDIA DeepStream SDK API Reference

4.0.1 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
nvds_version.h File Reference

Detailed Description

NVIDIA DeepStream Version APIs

Description: This file specifies the APIs used to view the version of NVIDIA DEEPSTREAM and its dependencies, such as TensorRT, Cuda and cuDNN.

Definition in file nvds_version.h.

Go to the source code of this file.

Macros

#define NVDS_VERSION_MAJOR   4
 
#define NVDS_VERSION_MINOR   0
 
#define NVDS_VERSION_MICRO   1
 

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. More...
 
void nvds_version_print (void)
 Print the version as major.minor. More...
 
void nvds_dependencies_version_print (void)
 Print the versions of dependencies such as Cuda, cuDNN and TensorRT. More...