NVIDIA DeepStream SDK API Reference
6.2 Release
nvds_version.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2018-2022, 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 6
33
#define NVDS_VERSION_MINOR 2
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
59
void
nvds_dependencies_version_print
(
void
);
60
61
#ifdef __cplusplus
62
}
63
#endif
64
65
#endif
66
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.
Advance Information | Subject to Change | Generated by NVIDIA | Mon Dec 12 2022 17:47:17 | PR-09318-R32