Changes between Initial Version and Version 1 of Ticket #1880


Ignore:
Timestamp:
Aug 21, 2015 6:44:09 AM (9 years ago)
Author:
ming
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1880

    • Property Summary changed from Distorted video after switching to back camera during a call to Incorrect orientation after switching video capture or when using back camera
  • Ticket #1880 – Description

    initial v1  
    1 A quick investigation shows that it is caused by not adjusted video orientation for the back camera. Reported problems with back camera are distorted video on switch and rotated by 90 degree. 
     1For devices with back cameras (which face away from the user), the direction of the rotation will differ from the user's perspective (for example, a 90 degree clockwise rotation of the back camera will be perceived by the user as a 270 degree clockwise rotation). So we need to make sure that the spec and behaviour are consistent. 
    22 
    3 Thanks Mayur Joshi for the report. 
     3Also, when fast switching video capture (normally done between front and back cameras), make sure that the correct orientation is set. Thanks to Mayur Joshi for the report on the second problem.