Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
libuvc
libuvc_config.h
Go to the documentation of this file.
1
#ifndef LIBUVC_CONFIG_H
2
#define LIBUVC_CONFIG_H
3
4
#define LIBUVC_VERSION_MAJOR 0
5
#define LIBUVC_VERSION_MINOR 0
6
#define LIBUVC_VERSION_PATCH 5
7
#define LIBUVC_VERSION_STR "0.0.5"
8
#define LIBUVC_VERSION_INT \
9
((0 << 16) | \
10
(0 << 8) | \
11
(5))
12
17
#define LIBUVC_VERSION_GTE(major, minor, patch) \
18
(LIBUVC_VERSION_INT >= (((major) << 16) | ((minor) << 8) | (patch)))
19
20
#define LIBUVC_HAS_JPEG 1
21
22
#endif // !def(LIBUVC_CONFIG_H)
librealsense
Author(s): Sergey Dorodnicov
, Mark Horn
, Reagan Lopez
autogenerated on Fri Mar 13 2020 03:16:17