←Select platform

FrameRate Property

Summary

Gets and sets the framerate of this ICamera instance.

Syntax

C#
int[] FrameRate {get; set;}  

Property Value

An Int array representing the framerate of capture device, each index in the array represents a supported framerate. The default value is the system default. This will vary per device.

Remarks

Most mobile devices only support a handful of framerate values. The actual value set will be the closest match to the supported framerates of the device. To set the framerate for CameraView assign this property an Int array with two values, this array represents a range. First index is the low end of the range and second index is the high end. Setting both low and high values to the same amount is also acceptable.

Requirements

Target Platforms

See Also

ICamera Class

ICamera Members

ICamera

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Camera.Xamarin Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.