The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

st/prober: use RS_SOURCE_INDEX only if XRT_HAVE_OPENCV and XRT_BUILD_DRIVER_REALSENSE are defined

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2272>

authored by

Simon Zeni and committed by
Rylie Pavlik
4da80661 6f32def5

+1 -1
+1 -1
src/xrt/state_trackers/prober/p_tracking.c
··· 34 34 DEBUG_GET_ONCE_OPTION(euroc_path, "EUROC_PATH", NULL) 35 35 #endif 36 36 37 - #ifdef XRT_BUILD_DRIVER_REALSENSE 37 + #if defined(XRT_HAVE_OPENCV) && defined(XRT_BUILD_DRIVER_REALSENSE) 38 38 #include "util/u_debug.h" 39 39 DEBUG_GET_ONCE_NUM_OPTION(rs_source_index, "RS_SOURCE_INDEX", -1) 40 40 #endif