Share via


MediaCaptureStopResult.LastFrame Property

Definition

Gets a VideoFrame representing the last frame captured before the capture operation was stopped.

public:
 property VideoFrame ^ LastFrame { VideoFrame ^ get(); };
VideoFrame LastFrame();
public VideoFrame LastFrame { get; }
var videoFrame = mediaCaptureStopResult.lastFrame;
Public ReadOnly Property LastFrame As VideoFrame

Property Value

The last frame captured before the capture operation was stopped.

Windows requirements

Requirements Description
App capabilities
backgroundMediaRecording

Remarks

You can display the frame semi-transparently over the capture preview to help the user to align the camera with the last captured frame before they begin capturing again.

Applies to