VariablePhotoSequenceController.PhotosPerSecondLimit Property

Definition

Gets or sets the number of photos that are taken per second in a variable photo sequence.

public:
 property float PhotosPerSecondLimit { float get(); void set(float value); };
float PhotosPerSecondLimit();

void PhotosPerSecondLimit(float value);
public float PhotosPerSecondLimit { get; set; }
var single = variablePhotoSequenceController.photosPerSecondLimit;
variablePhotoSequenceController.photosPerSecondLimit = single;
Public Property PhotosPerSecondLimit As Single

Property Value

Single

float

The number of photos that are taken per second in a variable photo sequence.

Remarks

To determine the maximum number of photos per second supported by the capture device, check the MaxPhotosPerSecond property.

Applies to