Re: [Ekiga-list] Question RGB format



JESUS FUENTES JIMENO wrote:
Hi,
 
Do you know if Ekiga is possible to send video in RGB format (or what part of code handle video in this format)? If it´s not possible, Could video Ekiga to be transformed in order to be showed by screen?
 
Regards,
        Jesús.

_______________________________________________ ekiga-list mailing lis ekiga-list gnome org http://mail.gnome.org/mailman/listinfo/ekiga-list
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]