Skip to content

code-locker/RawData2BmpImg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

C code to convert Raw data to BMP image

  • In this code I am reading the Raw YUV 4:2:2(2048x2048) data from DDR address and converting to RGB value.

Steps to compile the code

gcc rawdata2bmp.c -o rawdata2bmp

Run the code


./rawdata2bmp <start address> <size>
./rawdata2bmp 0x500000 8388608
  • size=8388608 beacuse image size is 8MB i.e. 8x1024x1024

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages