NonAI 2D Demo#
Overview#
This demo focuses on image overlay through the nonai_2d module.
Functional Description#
It reads a YUV file in I420 format, performs the overlay operation, and writes the output back to a file.
Source Location#
/src/rtsmart/examples/mpp/sample_nonai_2d
Usage#
Use the command-line parameters to provide the input file, width, height, and output file.
Example#
./sample_nonai_2d.elf -i ./foreman_128x64_3frames.yuv -w 128 -h 64 -o ./out_2d.yuv
Expected Result#
The output file can be inspected with a YUV viewer.
