Function rs2_synthetic_frame_ready
Defined in File rs_frame.h
Function Documentation
-
void rs2_synthetic_frame_ready(rs2_source *source, rs2_frame *frame, rs2_error **error)
This method will dispatch frame callback on a frame
- Parameters:
source – [in] Frame pool provided by the processing block
frame – [in] Frame to dispatch, frame ownership is passed to this function, so you don’t have to call release_frame after it
error – [out] If non-null, receives any error that occurs during this call, otherwise, errors are ignored