camera_stop_video_viewfinder()
Stop using the video viewfinder.
Synopsis:
#include <camera/camera_api.h>
camera_error_t camera_stop_video_viewfinder(camera_handle_t handle)
Arguments:
- handle
-
The handle returned by a call to the camera_open() function.
Library:
libcamapiDescription:
You can only stop the viewfinder after you have successfully started it. After you stop running the video viewfinder, you cannot encode video.
Returns:
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.