Updated: April 19, 2023 |
Set the analog video standard
#include <camera/camera_api.h>
camera_error_t camera_set_analog_video_standard(camera_handle_t handle, camera_analog_video_standard_t standard)
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.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.