VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Media Namespace / DirectShowCameraControlProperties Class / Exposure Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    Exposure Property (DirectShowCameraControlProperties)
    In This Topic
    Gets or sets the exposure setting.
    Syntax

    Property Value

    Value in log base 2 seconds. In other words, for values less than zero, the exposure time is 1/2^n seconds, and for values zero or above, the exposure time is 2^n seconds.

    For example:
    Value Seconds
    -3 1/8
    -2 1/4
    -1 1/2
    0 1
    1 2
    2 4
    Exceptions
    ExceptionDescription
    Thrown if error occurs.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also