Click here to Skip to main content
15,744,817 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am doing project on IP cameras. I have decoded the video packets to YUV format. I need to convert it to RGB for displaying it on the client side. Can anybody help me with some code for YUV to RGB conversion.

Here is the code :

decompPacket = decomp.Decompress(compressedPacket);


How should I proceed after that, kindly help me. I am a newbie to video domain and its jargons.

Regards
Sindhu
Posted
Updated 26-Jul-10 2:44am
v2

 
Share this answer
 
You could start with this pdf which contains both c++ and assembly for this. It discusses the optimizations that are possible using sse instructions.

http://lestourtereaux.free.fr/papers/data/yuvrgb.pdf[^]

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900