Tool/software:
An application to Decode H264 and H265 data using V4L2 and Display the same using RTOS driver
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
An application to Decode H264 and H265 data using V4L2 and Display the same using RTOS driver
The below patch has a vision_apps application which would take the input in the H264 or H265 encoded format and decode the same using V4L2 interfaces.
The output from the decoder is then displayed using an RTOS based driver on MCU2_0 (R5) core.
Please apply the above patch to the path ${PSDKRA}/vision_apps/ and then build the same.
/cfs-file/__key/communityserver-discussions-components-files/791/V4L2decode_5F00_RTOSdisplay.patch
You could point to your encoded data in the below line in the application
sprintf(v4l2_decode_cfg.file, "%s/videos/video0_1280_768.h265", EDGEAI_DATA_PATH);
Regards,
Nikhil