[][src]Function realsense_sys::rs2_create_colorizer

pub unsafe extern "C" fn rs2_create_colorizer(
    error: *mut *mut rs2_error
) -> *mut rs2_processing_block

Creates Depth-Colorizer processing block that can be used to quickly visualize the depth data This block will accept depth frames as input and replace them by depth frames with format RGB8 Non-depth frames are passed through Further customization will be added soon (format, color-map, histogram equalization control) \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored