#include <math.h>
#include <algorithm>
#include "image.h"
#include "ivcam-private.h"
#include "f200.h"
Go to the source code of this file.
Namespaces | |
namespace | rsimpl |
Defines | |
#define | _USE_MATH_DEFINES |
Functions | |
static static_device_info | rsimpl::get_f200_info (std::shared_ptr< uvc::device >, const ivcam::camera_calib_params &c) |
std::shared_ptr< rs_device > | rsimpl::make_f200_device (std::shared_ptr< uvc::device > device) |
Variables | |
const std::vector< std::pair < rs_option, char > > | rsimpl::eu_F200_depth_controls |
static const cam_mode | rsimpl::f200_color_modes [] |
static const cam_mode | rsimpl::f200_depth_modes [] |
static const cam_mode | rsimpl::f200_ir_only_modes [] |
#define _USE_MATH_DEFINES |