Skip to content

Latest commit

 

History

History

rga-cvt

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

RGA Color format convert

Example to use Rockchip-RGA to convert the color format of an image (RGB to NV12)

Build example

make

Copy example image

cp ../../samples/input_rgba.bmp .

Run example

./main

Result output will be output.nv12 file.