HighDynamicRangeOutput.FrameControllers Property
Definition
Gets a set of FrameController objects representing the suggested frame controllers settings for capturing a variable photo sequence with the High Dynamic Range (HDR) technique.
public:
property IVectorView<FrameController ^> ^ FrameControllers { IVectorView<FrameController ^> ^ get(); };
IVectorView<FrameController> FrameControllers();
public IReadOnlyList<FrameController> FrameControllers { get; }
var iVectorView = highDynamicRangeOutput.frameControllers;
Public ReadOnly Property FrameControllers As IReadOnlyList(Of FrameController)
Property Value
A set of FrameController objects representing the suggested frame controllers settings.
Remarks
The frame controller list can be assigned to the VariablePhotoSequenceController.DesiredFrameControllers collection to enable the HDR capture technique with suggested settings from the analysis.