linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Is there support for UYVY ?


From: Raseel Bhagat
Subject: [Linphone-developers] Is there support for UYVY ?
Date: Fri, 30 Jul 2010 21:09:14 +0530

 Is the UYVY colorspace supported in Linphone ?

I see that it is defined in the enum in linphone-3.3.2/mediastreamer2/include/mediastreamer2/msvideo.h , but there is no option for the same in
linphone-3.3.2/mediastreamer2/src/msv4l2.c

If I just add one more case  in that file , AT THE TOP, as follows :
if (v4lv2_try_format(s,&fmt,V4L2_PIX_FMT_UYVY)){
            s->pix_fmt=MS_UYVY;
            s->int_pix_fmt=V4L2_PIX_FMT_UYVY;
            ms_message("v4lv2: V4L2_PIX_FMT_UYVY choosen");
            break;
}

and then set the format in all the test apps as MS_UYVY, I should be able to recieve frames in 320x240 format , right ?
Obviously, I will be setting the video size for all the filters to 320x240 as well .

Any heads up or pointers ?

--
Raseel

reply via email to

[Prev in Thread] Current Thread [Next in Thread]