Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
|
Go to the source code of this file.
Macros | |
#define | LIBUVC_VERSION_MAJOR 0 |
#define | LIBUVC_VERSION_MINOR 0 |
#define | LIBUVC_VERSION_PATCH 5 |
#define | LIBUVC_VERSION_STR "0.0.5" |
#define | LIBUVC_VERSION_INT |
#define | LIBUVC_VERSION_GTE(major, minor, patch) (LIBUVC_VERSION_INT >= (((major) << 16) | ((minor) << 8) | (patch))) |
Test whether libuvc is new enough This macro evaluates true iff the current version is at least as new as the version specified. More... | |
#define | LIBUVC_HAS_JPEG 1 |
#define LIBUVC_HAS_JPEG 1 |
#define LIBUVC_VERSION_GTE | ( | major, | |
minor, | |||
patch | |||
) | (LIBUVC_VERSION_INT >= (((major) << 16) | ((minor) << 8) | (patch))) |
Test whether libuvc is new enough This macro evaluates true iff the current version is at least as new as the version specified.
#define LIBUVC_VERSION_INT |
#define LIBUVC_VERSION_MAJOR 0 |
#define LIBUVC_VERSION_MINOR 0 |
#define LIBUVC_VERSION_PATCH 5 |
#define LIBUVC_VERSION_STR "0.0.5" |