Table of Contents

Class ContinuousCaptureSession

Manages a camera capture session with a continuous/repeating request.

public class ContinuousCaptureSession : CaptureSessionBase<ContinuousCaptureSession.Proxy>
Inheritance
object
ContinuousCaptureSession
Derived
Inherited Members
Extension Methods

Remarks

This does not do any image processing/conversion on its own, but classes like YUVConverter can register callbacks to OnFrameReady to do their own processing of the raw image YUV 4:2:0, BT.601 Full Range data.

Constructors

ContinuousCaptureSession(Resolution)

public ContinuousCaptureSession(Resolution resolution)

Parameters

resolution Resolution

ContinuousCaptureSession(Resolution, string)

protected ContinuousCaptureSession(Resolution resolution, string className)

Parameters

resolution Resolution
className string