public static bool TurnOnSeeThroughDistortData() { int result = SRWorkModule_API.TurnOnDistortData(); if (result != (int)Error.WORK) { return(false); } see_through_data_.distorted_frame_left = SeeThroughDataLeftDistort; see_through_data_.distorted_frame_right = SeeThroughDataRighttDistort; return(true); }