ResolutionConfig
Configuration for camera resolution settings.
This class defines the desired dimensions (width and height) for the camera output. It provides predefined standard resolutions like UltraHigh, High, Medium, and Low, but can also be instantiated with custom dimensions.
Parameters
width
The width of the resolution in pixels.
height
The height of the resolution in pixels.