Skip to main content

CaptureRate Enum

NuGet: GHIElectronics.TinyCLR.Devices.Camera
Assembly: GHIElectronics.TinyCLR.Devices.Camera
Namespace: GHIElectronics.TinyCLR.Devices.Camera

Frame-dropping policy for the capture engine.

public enum CaptureRate

Fields

NameValueDescription
AllFrame0Capture every frame.
AlternateTwoFrame1Capture every other frame.
AlternateFourFrame2Capture every fourth frame.