camera_analog_video_standard_t
The possible analog video standards
Synopsis:
#include <camera/camera_api.h>typedef enum {
CAMERA_AVSTANDARD_NTSC_M_J = 1,
CAMERA_AVSTANDARD_NTSC_4_43,
CAMERA_AVSTANDARD_PAL_M,
CAMERA_AVSTANDARD_PAL_B_G_H_I_D,
CAMERA_AVSTANDARD_PAL_COMBINATION_N,
CAMERA_AVSTANDARD_PAL_60,
CAMERA_AVSTANDARD_SECAM,
CAMERA_AVSTANDARD_AUTO
} camera_analog_video_standard_t;Data:
- CAMERA_AVSTANDARD_NTSC_M_J
- The NTSC-M and J variants.
- CAMERA_AVSTANDARD_NTSC_4_43
- The 4.43 variant of NTSC.
- CAMERA_AVSTANDARD_PAL_M
- The M variant of the PAL standard.
- CAMERA_AVSTANDARD_PAL_B_G_H_I_D
- The main variant of the PAL standard.
- CAMERA_AVSTANDARD_PAL_COMBINATION_N
- The combination N variant of the PAL standard.
- CAMERA_AVSTANDARD_PAL_60
- The 60Hz variant of the PAL format with narrow bandwidth that's used in Argentina, Paraguay, and Uruguay.
- CAMERA_AVSTANDARD_SECAM
- The SECAM standard.
- CAMERA_AVSTANDARD_AUTO
- The video standard is automatically detected.
Library:
libcamapiDescription:
These values are used as parameters for the camera_set_analog_video_standard() and camera_get_analog_video_standard() functions.
Page updated:
