camera_set_analog_video_standard()

Updated: April 19, 2023

Set the analog video standard

Synopsis:

#include <camera/camera_api.h>
camera_error_t camera_set_analog_video_standard(camera_handle_t handle,
                                                camera_analog_video_standard_t standard)

Arguments:

handle
The handle returned by a call to the camera_open() function.
standard
The analog video standard to set (see camera_analog_video_standard_t).

Library:

libcamapi

Description:

Use this function to set the video standard to use for analog cameras. A camera needs to support the CAMERA_FEATURE_ANALOGCAMERA feature in order to support this function.

Returns:

CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.