#include <math.h>
#include <limits>
#include <climits>
#include <algorithm>
#include "image.h"
#include "ivcam-private.h"
#include "ivcam-device.h"
Go to the source code of this file.
Classes | |
class | rsimpl::rolling_timestamp_reader |
Namespaces | |
namespace | rsimpl |
Defines | |
#define | _USE_MATH_DEFINES |
Functions | |
rs_intrinsics | rsimpl::MakeColorIntrinsics (const ivcam::camera_calib_params &c, const int2 &dims) |
rs_intrinsics | rsimpl::MakeDepthIntrinsics (const ivcam::camera_calib_params &c, const int2 &dims) |
void | rsimpl::update_supported_options (uvc::device &dev, const uvc::extension_unit depth_xu, const std::vector< std::pair< rs_option, char >> options, std::vector< supported_option > &supported_options) |
#define _USE_MATH_DEFINES |
Definition at line 4 of file ivcam-device.cpp.