Hello, It is not raw RGB data, it's YUV 422 ILE (interleaved little endian). Most YUV players support this format. The OSD (/dev/fb/0) has a different data format (RGB565). Regards, Niclas
________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gopi Krishna Sent: Wednesday, April 02, 2008 4:11 PM To: [email protected] Subject: video capture Hi all, On my DM355 board i was able to pause the image and take the sanpshot at that particular point of time. This i have done by copying the framebuffer(/dev/fb/3) into a file. After that when i did (cat imagefile > /dev/fb/0) it is showing the captured image at that point but with alot of blurr and red,yellow in color.To my knowledge it was a raw RGB data. Now my question is how can view it properly , how should i convert that into a known file format to view it properly. Thanks in advance regds gopi k
_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
