linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Change video size


From: Łukasz Wieczorek
Subject: [Linphone-developers] Change video size
Date: Mon, 22 Sep 2014 09:33:19 +0200

Hello everyone,
I'm trying set a video size on VGA in my init method:
 
  public void init() throws LinphoneCoreException {
    linphoneCore = LinphoneCoreFactory.instance().createLinphoneCore(this, 
null);
    linphoneCore.setPreferredVideoSizeByName("vga");
    linphoneCore.setVideoDevice(1);
  }
 
but I can see other resolution was set in logs:
 
AndroidVideoApi5JniWrapper.selectNearestResolutionAvailableForCamera()@198
resolution selection done (320, 240, 0)
 
I would like to know what I'm doing wrong?
Could you please give me some advices?
 
Please help.
Yours Sincerely
Lucas
 
 






reply via email to

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