Updated: October 28, 2024 |
Get a property of an analog camera
#include <camera/camera_api.h>
camera_error_t camera_get_capture_property(camera_handle_t handle, uint32_t prop, int32_t *value)
Use this function to get a property that is specific to analog cameras using the Video Capture API. The camera needs to support the CAMERA_FEATURE_ANALOGCAMERA feature for you to use this function on it. This function is equivalent to calling capture_get_property_i() from the video capture framework. For more information, see the Video Capture API chapter in the Video Capture Developer's Guide.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.