Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 166 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 166 Bytes

cv2_yuv2jpg

using opencv2 to convert yuv raw image to jpg

Compile


make clean
make

Usage


./cv2_yuv2rgb -f nv12.raw -w 1280 -h 720 -o image.jpg