[][src]Function realsense_sys::rs2_create_pointcloud

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

Creates Point-Cloud processing block. This block accepts depth frames and outputs Points frames In addition, given non-depth frame, the block will align texture coordinate to the non-depth stream \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored