CapturedPhoto
CapturedPhoto
CapturedPhoto
CapturedPhoto
Class
Definition
Represents a photo taken from a capture device such as a webcam attached.
public : sealed class CapturedPhoto : ICapturedPhotopublic sealed class CapturedPhoto : ICapturedPhotoPublic NotInheritable Class CapturedPhoto Implements ICapturedPhoto// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Get an instance of this class by calling LowLagPhotoCapture.CaptureAsync. For how-to guidance for using LowLagPhotoCapture, see Basic photo, video, and audio capture with MediaCapture.
Properties
Frame Frame Frame Frame
Gets the photo data, represented as CapturedFrame object, associated with the CapturedPhoto object.
public : CapturedFrame Frame { get; }public CapturedFrame Frame { get; }Public ReadOnly Property Frame As CapturedFrame// You can use this property in JavaScript.
The captured frame.