[][src]Function realsense_sys::rs2_create_pipeline

pub unsafe extern "C" fn rs2_create_pipeline(
    ctx: *mut rs2_context,
    error: *mut *mut rs2_error
) -> *mut rs2_pipeline

Create a pipeline instance The pipeline simplifies the user interaction with the device and computer vision processing modules. The class abstracts the camera configuration and streaming, and the vision modules triggering and threading. It lets the application focus on the computer vision output of the modules, or the device output data. The pipeline can manage computer vision modules, which are implemented as a processing blocks. The pipeline is the consumer of the processing block interface, while the application consumes the computer vision interface. \param[in] ctx context \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored