NVIDIA DeepStream SDK API Reference

7.0 Release
nvds_version.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2018-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3  * SPDX-License-Identifier: LicenseRef-NvidiaProprietary
4  *
5  * NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
6  * property and proprietary rights in and to this material, related
7  * documentation and any modifications thereto. Any use, reproduction,
8  * disclosure or distribution of this material and related documentation
9  * without an express license agreement from NVIDIA CORPORATION or
10  * its affiliates is strictly prohibited.
11  */
12 
31 #ifndef _NVDS_VERSION_H_
32 #define _NVDS_VERSION_H_
33 
34 #define NVDS_VERSION_MAJOR 7
35 #define NVDS_VERSION_MINOR 0
36 #define NVDS_VERSION_MICRO 0
37 
38 #ifdef __cplusplus
39 extern "C"
40 {
41 #endif
42 
50 void nvds_version (unsigned int * major, unsigned int * minor);
51 
56 void nvds_version_print (void);
57 
62 
63 #ifdef __cplusplus
64 }
65 #endif
66 
67 #endif
68 
nvds_version_print
void nvds_version_print(void)
Print the version as major.minor.
nvds_version
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...
nvds_dependencies_version_print
void nvds_dependencies_version_print(void)
Print the versions of dependencies such as Cuda, cuDNN and TensorRT.