[TIMOB-5272] iOS: Expose HDR and zooming camera controls through the Titanium API
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2011-09-14T11:16:45.000+0000 |
Affected Version/s | Release 1.7.2 |
Fix Version/s | Sprint 2011-37 |
Components | iOS |
Labels | HDR, camera, controls, ios, overlay, zoom |
Reporter | Eduardo Gomez |
Assignee | Reggie Seagraves |
Created | 2011-09-12T11:42:47.000+0000 |
Updated | 2017-03-03T22:31:56.000+0000 |
Description
Feature Request
Implement HDR and zooming camera controls (w/ overlay) as well through the Titanium API.Attachments
File | Date | Size |
---|---|---|
camera controls.tiff | 2011-09-14T14:34:34.000+0000 | 396118 |
overlayTest-1.js | 2011-09-14T16:50:25.000+0000 | 912 |
The HDR and zooming controls are not exposed in Apple's APIs. We will not be able to provide this functionality.
The goal here for us at this time is to be able to use the standard controls already exposed by Titanium (top controls only), but also be able to use the custom overlay for the area at the bottom. The problem is that in Titanium it appears that trying to use both the standard controls plus an overlay doesn't work. The native controls cover up the area we need to add the overlay. A possible resolution here would be to allow us to place the overlay above the controls in the Z-direction (zIndex) so we can still use both.
In the attached overlayTest-1.js example, when you run this - the red box is not visible. This demonstrates the problem. We want to place things on the overlay in this bottom area of the screen but above the controls (in the z-direction) so we can place other buttons in that same area.
Closing ticket.