Show / Hide Table of Contents

    Enum CaptureMode

    The mode to run the camera in

    Namespace: Microsoft.MixedReality.PhotoCapture
    Assembly: cs.temp.dll.dll
    Syntax
    public enum CaptureMode

    Fields

    Name Description
    Continuous

    All frames are streamed, uses standard video mode.

    Single

    Standard photo mode.

    SingleLowLatency

    Starts video stream and just grabs latest frame when call made to take photo.

    Back to top Generated by DocFX