nn::camera::CTR::FrameRate Enumerated Type

Syntax

enum FrameRate;

Value

Value Description
FRAME_RATE_15 Fixed at 15 fps
FRAME_RATE_15_TO_5 Automatically varies from 15 to 5 fps depending on the available light
FRAME_RATE_15_TO_2 Automatically varies from 15 to 2 fps depending on the available light
FRAME_RATE_10 Fixed at 10 fps
FRAME_RATE_8_5 Fixed at 8.5 fps
FRAME_RATE_5 Fixed at 5 fps
FRAME_RATE_20 Fixed at 20 fps
FRAME_RATE_20_TO_5 Automatically varies from 20 to 5 fps depending on the available light
FRAME_RATE_30 Fixed at 30 fps
FRAME_RATE_30_TO_5 Automatically varies from 30 to 5 fps depending on the available light
FRAME_RATE_15_TO_10 Automatically varies from 15 to 10 fps depending on the available light
FRAME_RATE_20_TO_10 Automatically varies from 20 to 10 fps depending on the available light
FRAME_RATE_30_TO_10 Automatically varies from 30 to 10 fps depending on the available light
FRAME_RATE_MAX

Description

Enumerated type that indicates frame rates.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL