[][src]Function realsense_sys::rs2_query_sensors

pub unsafe extern "C" fn rs2_query_sensors(
    device: *const rs2_device,
    error: *mut *mut rs2_error
) -> *mut rs2_sensor_list

Create a static snapshot of all connected sensors within a specific device. \param[in] device Specific RealSense device \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored \return The list of sensors, should be released by rs2_delete_sensor_list