[][src]Function realsense_sys::rs2_create_rates_printer_block

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

Creates a rates printer block. The printer prints the actual FPS of the invoked frame stream. The block ignores reapiting frames and calculats the FPS only if the frame number of the relevant frame was changed. \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored