Control H.264 & H.265 encoding profile and level

Hi.

Currently I’m working on Ameba Pro 2 using Arduino library version 4.0.6. Due to research purpose, I need to control the H.264 and H.265 encoding profiles and levels for both RTSP video streaming and MP4 video recording. (Streaming & recording will not operate simultaneously)
Refers to the RTL8735b datasheet…
image
How can I control these parameters?

I did take a tour to the library directory → Multimedia.
Both VideoStream and MP4recording didn’t give me any useful direction.

Where should I go further to access the controls?
Thank you.

Hi @noniepark,

You can add the whole Arduino SDK in Visual Studio Code and do a search for H264 and H265.

The controls that you are looking for should be in system/component folder.