This function retrieves the resolution of the video decoder specified by the handle parameter The decoder's resolution is stored in the res, which is of type esp_h264_resolution_t
- Parameters
-
| [in] | handle | It is a pointer to the H.264 decoding parameters structure |
| [out] | out_res | A pointer to the resolution structure where the decoder's resolution will be stored |
- Returns
- ESP_H264_ERR_OK Succeeded
- ESP_H264_ERR_ARG Invalid arguments
- ESP_H264_ERR_UNSUPPORTED Get resolution feature is not supported by the decoder