Functions | Variables
internal-tests-uv-map.cpp File Reference
#include "catch.h"
#include <cmath>
#include <iostream>
#include <chrono>
#include <ctime>
#include <algorithm>
#include <librealsense2/rs.hpp>
#include <librealsense2/hpp/rs_sensor.hpp>
#include "../../common/tiny-profiler.h"
#include "./../unit-tests-common.h"
#include "./../src/environment.h"
Include dependency graph for internal-tests-uv-map.cpp:

Go to the source code of this file.

Functions

 TEST_CASE ("Generate UV-MAP","[live]")
 

Variables

std::vector< device_profilesuv_tests_configurations
 

Function Documentation

TEST_CASE ( "Generate UV-MAP"  ,
""  [live] 
)

Definition at line 34 of file internal-tests-uv-map.cpp.

Variable Documentation

std::vector<device_profiles> uv_tests_configurations
Initial value:
= {
{ { { RS2_STREAM_DEPTH, RS2_FORMAT_Z16, 1280, 1024, 0 },{ RS2_STREAM_COLOR, RS2_FORMAT_YUYV, 2000, 1500, 0 } }, 30, true },
{ { { RS2_STREAM_DEPTH, RS2_FORMAT_Z16, 1280, 720, 0 },{ RS2_STREAM_COLOR, RS2_FORMAT_YUYV, 2000, 1500, 0 } }, 30, true },
{ { { RS2_STREAM_DEPTH, RS2_FORMAT_Z16, 960, 768, 0 },{ RS2_STREAM_COLOR, RS2_FORMAT_YUYV, 2000, 1500, 0 } }, 30, true },
{ { { RS2_STREAM_DEPTH, RS2_FORMAT_Z16, 1280, 1024, 0 },{ RS2_STREAM_COLOR, RS2_FORMAT_YUYV, 1920, 1080, 0 } }, 30, true },
{ { { RS2_STREAM_DEPTH, RS2_FORMAT_Z16, 1280, 720, 0 },{ RS2_STREAM_COLOR, RS2_FORMAT_YUYV, 1920, 1080, 0 } }, 30, true },
{ { { RS2_STREAM_DEPTH, RS2_FORMAT_Z16, 960, 768, 0 },{ RS2_STREAM_COLOR, RS2_FORMAT_YUYV, 1920, 1080, 0 } }, 30, true },
{ { { RS2_STREAM_DEPTH, RS2_FORMAT_Z16, 1280, 1024, 0 },{ RS2_STREAM_COLOR, RS2_FORMAT_YUYV, 960, 720, 0 } }, 30, true },
{ { { RS2_STREAM_DEPTH, RS2_FORMAT_Z16, 1280, 720, 0 },{ RS2_STREAM_COLOR, RS2_FORMAT_YUYV, 960, 720, 0 } }, 30, true },
{ { { RS2_STREAM_DEPTH, RS2_FORMAT_Z16, 960, 768, 0 },{ RS2_STREAM_COLOR, RS2_FORMAT_YUYV, 960, 720, 0 } }, 30, true },
}

Definition at line 19 of file internal-tests-uv-map.cpp.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:26