[TIMOB-10333] iOS: showCamera does not support widescreen (16:9) video recording
GitHub Issue | n/a |
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 2.1.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | api |
Reporter | Davide Cassenti |
Assignee | Unknown |
Created | 2012-08-07T03:53:19.000+0000 |
Updated | 2018-02-28T20:04:10.000+0000 |
Description
Problem description
When recording a video using the camera opened by Ti.Media.showCamera(), it is not possible to switch between 4:3 and 16:9 format.
Steps to reproduce
1. Create an app that calls Ti.Media.showCamera()
2. Switch to video recording: the video is 4:3 and it is not possible to switch to widescreen (16:9)
Additional notes
The native camera supports the switch: if you double tap on the screen before clicking the red button, the video format changes.
Comments
JSON Source
No comments