[][src]Function realsense_sys::rs2_get_recommended_processing_blocks

pub unsafe extern "C" fn rs2_get_recommended_processing_blocks(
    sensor: *mut rs2_sensor,
    error: *mut *mut rs2_error
) -> *mut rs2_processing_block_list

Returns the list of recommended processing blocks for a specific sensor. Order and configuration of the blocks are decided by the sensor \param[in] sensor input sensor \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored \return list of supported sensor recommended processing blocks