The open source OpenXR runtime
0
fork

Configure Feed

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

ipc: return get hand tracking result in server handler

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

+1 -3
+1 -3
src/xrt/ipc/server/ipc_server_handler.c
··· 1955 1955 struct xrt_device *xdev = get_xdev(ics, device_id); 1956 1956 1957 1957 // Get the pose. 1958 - xrt_device_get_hand_tracking(xdev, name, at_timestamp, out_value, out_timestamp); 1959 - 1960 - return XRT_SUCCESS; 1958 + return xrt_device_get_hand_tracking(xdev, name, at_timestamp, out_value, out_timestamp); 1961 1959 } 1962 1960 1963 1961 xrt_result_t