camera_vf_framerate_min_max_index_t

Updated: April 19, 2023

Indexes for the maximum and minimum frame rates

Synopsis:

#include <camera/external_camera_api.h>
typedef enum {
    CAMERA_VF_FRAMERATE_MAX_INDEX = 0,
    CAMERA_VF_FRAMERATE_MIN_INDEX
} camera_vf_framerate_min_max_index_t;

Data:

CAMERA_VF_FRAMERATE_MAX_INDEX
The array index of the maximum frame rate.
CAMERA_VF_FRAMERATE_MIN_INDEX
The array index of the minimum frame rate.

Library:

libcamapi

Description:

This enum is used as the array indexes for the maximum and minimum frame rates for the get_supported_vf_frame_rates() function when isMaxMin is set to true.