[TIMOB-15190] iOS7: Ti.media.showCamera does not show flash or camera toggle buttons
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-10-08T20:39:55.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | ios7, triage |
Reporter | kosso |
Assignee | Vishal Duggal |
Created | 2013-09-14T18:35:23.000+0000 |
Updated | 2017-03-22T18:11:37.000+0000 |
Description
Using the standard methods for taking a photo or video, the camera does not provide means to toggle the front or back camera or the flash.
It's possible this could be native to the picker now. I don't know.
To reproduce, use the KitchenSink camera examples.
It would be good to have the ability in the Titanium SDK to use the AVFoundation / AVCaptureConnection methods. That way, developers could have absolute total control over all available camera features and never have to worry about the differences when using an overlay or not.
If I understand correctly, the desire here is to have more finite control over the camera features especially in cases where a custom overlay is used. Our current implementation offers "showControls" which when true displays the native controls with flash control (if available), Camera choice (front/back) and a shutter control. If you set showControls false (as you would with a custom overlay), then you get no control over these items. Should we change the ticket type to a feature?
We're going to pursue the module fix instead.
Closing ticket as the issue will not fix and with reference to the above comments.