Opened 9 years ago
Closed 9 years ago
#1861 closed enhancement (fixed)
Support for video capture orientation
Reported by: | ming | Owned by: | ming |
---|---|---|---|
Priority: | normal | Milestone: | release-2.4.5 |
Component: | pjmedia-videodev | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Currently there is no mechanism to notify other party about new video orientation, so in this ticket, we implement a feature which allows the video sender to transmit video with the "proper" orientation at all time, i.e: head upside whatever the device orientation is. When a device orientation changes, the application can tell the library and the library will rotate the video, resize it accordingly, and insert blank/black in left+right sides. The receiver/decoder side will then receive the video in the correct orientation, nothing to do on the decoder side.
The feature is available on iOS and Android only.
Change History (5)
comment:1 Changed 9 years ago by ming
comment:2 Changed 9 years ago by ming
- Summary changed from Support for video orientation to Support for video capture orientation
comment:3 Changed 9 years ago by ming
In 5125:
comment:4 Changed 9 years ago by nanang
In 5128:
comment:5 Changed 9 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
In 5138:
In 5118: