FrameCapture.CaptureNextFrameToFile

Switch to Manual
public static void CaptureNextFrameToFile (string path);

Description

Begin capture to the specified file at the beginning of the next frame, and end it at the end of the next frame.

This is the same as calling FrameCapture.BeginCaptureToFile and FrameCapture.EndCapture, but with implicit boundaries at the start and end of the frame.