Changes between Version 58 and Version 59 of Video_Users_Guide


Ignore:
Timestamp:
Jun 25, 2015 8:41:07 AM (9 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Video_Users_Guide

    v58 v59  
    269269   }}} 
    270270 
     271=== Setting video capture orientation === 
     272 
     273On mobile platforms, in order to send video in the proper orientation (i.e. head always up regardless of the device orientation), application needs to do the following: 
     274 
     2751. Setup the device to get orientation change notification. 
     2762. Inside the callback, call PJSUA API {{{pjsua_vid_dev_set_orient()}}} to set the video device to the correct orientation. 
     277 
     278For sample usage, please refer to [https://trac.pjsip.org/repos/changeset/5118#file4 ipjsua sample app] for iOS. Ticket #1861 explains this feature in detail. 
     279 
    271280 
    272281[[BR]]