Function rs2_process_frame

Function Documentation

void rs2_process_frame(rs2_processing_block *block, rs2_frame *frame, rs2_error **error)

This method is used to pass frame into a processing block

Parameters:
  • block[in] Processing block

  • frame[in] Frame to process, ownership is moved to the block object

  • error[out] if non-null, receives any error that occurs during this call, otherwise, errors are ignored