Closed rowvn closed 2 years ago
Not sure, but shouldnt it be:
In *void HL2ResearchMode::SpatialCamerasFrontLoop(HL2ResearchMode pHL2ResearchMode)**
Is: ResearchModeSensorTimestamp timestamp_left, timestamp_right; pLFCameraFrame->GetTimeStamp(×tamp_left); pLFCameraFrame->GetTimeStamp(×tamp_right);
Should be: ResearchModeSensorTimestamp timestamp_left, timestamp_right; pLFCameraFrame->GetTimeStamp(×tamp_left); pRFCameraFrame->GetTimeStamp(×tamp_right);
Haha yes you are right. Just fixed it. Thanks for pointing this out. :)
Not sure, but shouldnt it be:
In *void HL2ResearchMode::SpatialCamerasFrontLoop(HL2ResearchMode pHL2ResearchMode)**
Is: ResearchModeSensorTimestamp timestamp_left, timestamp_right; pLFCameraFrame->GetTimeStamp(×tamp_left); pLFCameraFrame->GetTimeStamp(×tamp_right);
Should be: ResearchModeSensorTimestamp timestamp_left, timestamp_right; pLFCameraFrame->GetTimeStamp(×tamp_left); pRFCameraFrame->GetTimeStamp(×tamp_right);