FrameRateConfig

Configuration class for setting the camera frame rate (FPS).

This class is used to filter or configure the camera format based on a desired frames per second (FPS) value.

Parameters

fps

The desired frames per second.

See also

Constructors

Link copied to clipboard
constructor(fps: Int)

Properties

Link copied to clipboard
val fps: Int

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String