JESUS FUENTES JIMENO wrote:
Hi, In Ekiga 3.0.1 /src/devices/videoinput.cpp file you can find the frame buffer which gives you the YUV data of the frame. you can transform that YUV data to RGB if you need. P.S. But remember YUV is not in 1:1:1 ratio it is in YUV 420. So you have to access Y, U, V data separately in the buffer and transform to RGB, RGB is in 1:1:1 ratio Regards Uditha M de Soysa University of Colombo School of Computing (UCSC) SIP: uditha madusanka ekiga net email : uditha madusanka gmail com |