Click or drag to resize

HDRCapture Class

Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneOutputCommandMcImage
          MediaCy.Commands.CaptureHDRCapture

Namespace:  MediaCy.Commands.Capture
Assembly:  MediaCy.Commands.Capture (in MediaCy.Commands.Capture.dll) Version: 1.0.0.0
Syntax
VB
Public Class HDRCapture
	Inherits OneOutputCommand(Of McImage)

The HDRCapture type exposes the following members.

Constructors
  NameDescription
Public methodHDRCapture
Initializes a new instance of the HDRCapture class
Public methodHDRCapture(McCommand)
Initializes a new instance of the HDRCapture class
Top
Properties
  NameDescription
Public propertyExpTimeFactor
ExpTimeFactor value of HDR Capture operation.
Public propertyHDRFilterSize
Defines the size of the filter used in mchdrLocalToneMappingXXX methods.
Public propertyHDRKeyValue
Tone mapping KeyValue.
Public propertyHDRMethod
HDR tone mapping method.
Public propertyHDRSaturation
Saturation value of output tone mapping.
Public propertyHDRStrength
Defines the strength of local contrast filter used in mchdrLocalToneMappingXXX methods.
Public propertyNumImages
NumImages value of HDR Capture operation.
Public propertySetExpMethod
HDR Capture set exposure method.
Public propertyUseLivePreview
UseLivePreview value of HDR Capture operation.
Public propertyVisible
Top
See Also