mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 20:18:09 +00:00
add setting to request nowebcam to send normal fps
This commit is contained in:
parent
d7c0065592
commit
be8f50574d
1 changed files with 2 additions and 0 deletions
|
|
@ -2807,6 +2807,8 @@ static void linphone_call_start_video_stream(LinphoneCall *call, LinphoneCallSta
|
|||
if (lc->video_conf.preview_vsize.width!=0)
|
||||
video_stream_set_preview_size(call->videostream,lc->video_conf.preview_vsize);
|
||||
video_stream_set_fps(call->videostream,linphone_core_get_preferred_framerate(lc));
|
||||
if (lp_config_get_int(lc->config, "video", "nowebcam_uses_normal_fps", 0))
|
||||
call->videostream->staticimage_webcam_fps_optimization = FALSE;
|
||||
video_stream_set_sent_video_size(call->videostream,linphone_core_get_preferred_video_size(lc));
|
||||
video_stream_enable_self_view(call->videostream,lc->video_conf.selfview);
|
||||
if (call->video_window_id != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue