Updated: October 28, 2024 |
Verify whether a given video codec is supported
#include <camera/camera_api.h>
bool camera_is_videocodec_supported(camera_handle_t handle, camera_videocodec_t codec)
Use this function to determine if a given video codec is supported on the device.
true when the specified video codec is supported, otherwise false.