NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nvds_version.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
3  *
4  * NVIDIA Corporation and its licensors retain all intellectual property
5  * and proprietary rights in and to this software, related documentation
6  * and any modifications thereto. Any use, reproduction, disclosure or
7  * distribution of this software and related documentation without an express
8  * license agreement from NVIDIA Corporation is strictly prohibited.
9  */
10 
29 #ifndef _NVDS_VERSION_H_
30 #define _NVDS_VERSION_H_
31 
32 #define NVDS_VERSION_MAJOR 5
33 #define NVDS_VERSION_MINOR 0
34 #define NVDS_VERSION_MICRO 0
35 
36 #ifdef __cplusplus
37 extern "C"
38 {
39 #endif
40 
48 void nvds_version (unsigned int * major, unsigned int * minor);
49 
54 void nvds_version_print (void);
55 
60 
61 #ifdef __cplusplus
62 }
63 #endif
64 
65 #endif
66 
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...