8 #if !defined(MAKEFILE) || ( defined(LIVE_TEST) && defined(R200_TEST) ) 20 TEST_CASE(
"R200 device-unique options support",
"[live] [DS-device]")
28 for (
int i = 0; i<device_count; ++i)
37 const int supported_options[] = {
45 for (
auto opt : supported_options)
53 TEST_CASE(
"R200 streams HD Raw10",
"[live] [r200] [one-camera]" )
int rs_get_device_count(const rs_context *context, rs_error **error)
Determines number of connected devices.
void rs_set_device_option(rs_device *device, rs_option option, double value, rs_error **error)
Sets the current value of a single option.
const char * rs_get_device_name(const rs_device *device, rs_error **error)
Retrieves human-readable device model string.
rs_option
Defines general configuration controls.
void test_ds_device_streaming(std::initializer_list< stream_mode > modes)
TEST_CASE("R200 device-unique options support","[live] [DS-device]")
int rs_device_supports_option(const rs_device *device, rs_option option, rs_error **error)
Determines if the device allows a specific option to be queried and set.
const char * rs_option_to_string(rs_option option)
rs_device * rs_get_device(rs_context *context, int index, rs_error **error)
Retrieves connected device by index.
static const std::vector< std::string > ds_names