Class ContinuousCaptureSession
- Namespace
- Uralstech.UXR.QuestCamera
Manages a camera capture session with a continuous/repeating request.
public class ContinuousCaptureSession : CaptureSessionBase<ContinuousCaptureSession.Proxy>
- Inheritance
-
objectContinuousCaptureSession
- 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
resolutionResolution
ContinuousCaptureSession(Resolution, string)
protected ContinuousCaptureSession(Resolution resolution, string className)
Parameters
resolutionResolutionclassNamestring