Updated: October 28, 2024 |
Query if a given feature is currently supported by the camera
#include <camera/external_camera_api.h>
typedef bool(* is_feature_capable_func_t)(void *handle, camera_feature_t feature);
This function is called to determine if a given feature is supported by the camera in its current state.
This function is optional. If it is not present, a default set of features will be supported by the camera.
true if the feature is supported, false otherwise