[][src]Function realsense_sys::rs2_export_to_ply

pub unsafe extern "C" fn rs2_export_to_ply(
    frame: *const rs2_frame,
    fname: *const c_char,
    texture: *mut rs2_frame,
    error: *mut *mut rs2_error
)

When called on Points frame type, this method creates a ply file of the model with the given file name. \param[in] frame Points frame \param[in] fname The name for the ply file \param[in] texture Texture frame \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored