LowLagPhotoSequenceControl.PhotosPerSecondLimit Property

Definition

Gets or sets the number of photos that are taken per second.

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

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

Property Value

Single

float

The number of photos taken per second.

Remarks

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

Applies to