#include "catch/catch.hpp"
#include "librealsense/rs.hpp"
#include "unit-tests-live-ds-common.h"
#include <climits>
#include <sstream>
#include <numeric>
Go to the source code of this file.
|
| TEST_CASE ("ZR300 devices support all required options","[live] [DS-device]") |
|
| TEST_CASE ("ZR300 Motion Module Data Streaming Validation","[live] [DS-device]") |
|
| TEST_CASE ("ZR300 correctly recognizes invalid options","[live] [DS-device]") |
|
| TEST_CASE ("Test ZR300 streaming mode combinations","[live] [ZR300] [one-camera]") |
|
TEST_CASE |
( |
"ZR300 devices support all required options" |
, |
|
|
" " |
[live][DS-device] |
|
) |
| |
TEST_CASE |
( |
"ZR300 Motion Module Data Streaming Validation" |
, |
|
|
" " |
[live][DS-device] |
|
) |
| |
TEST_CASE |
( |
"ZR300 correctly recognizes invalid options" |
, |
|
|
" " |
[live][DS-device] |
|
) |
| |
TEST_CASE |
( |
"Test ZR300 streaming mode combinations" |
, |
|
|
" " |
[live][ZR300][one-camera] |
|
) |
| |
Initial value:{
{
}
{
}
}
static std::vector< rs::motion_data > gyro_frames
Motion data from gyroscope and accelerometer from the microcontroller.
static std::vector< rs::motion_data > accel_frames
Definition at line 24 of file unit-tests-live-zr300.cpp.
Initial value:{
{
}
{
}
}
static std::vector< rs::timestamp_data > fisheye_timestamp_events
static std::vector< rs::timestamp_data > depth_timestamp_events
Timestamp data from the motion microcontroller.
Definition at line 38 of file unit-tests-live-zr300.cpp.