Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-5272] iOS: Expose HDR and zooming camera controls through the Titanium API

GitHub Issuen/a
TypeNew Feature
PriorityHigh
StatusClosed
ResolutionWon't Fix
Resolution Date2011-09-14T11:16:45.000+0000
Affected Version/sRelease 1.7.2
Fix Version/sSprint 2011-37
ComponentsiOS
LabelsHDR, camera, controls, ios, overlay, zoom
ReporterEduardo Gomez
AssigneeReggie Seagraves
Created2011-09-12T11:42:47.000+0000
Updated2017-03-03T22:31:56.000+0000

Description

Feature Request

Implement HDR and zooming camera controls (w/ overlay) as well through the Titanium API.

Attachments

FileDateSize
camera controls.tiff2011-09-14T14:34:34.000+0000396118
overlayTest-1.js2011-09-14T16:50:25.000+0000912

Comments

  1. Reggie Seagraves 2011-09-14

    The HDR and zooming controls are not exposed in Apple's APIs. We will not be able to provide this functionality.
  2. John V Pataki 2011-09-14

    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.
  3. John V Pataki 2011-09-14

    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.
  4. Lee Morris 2017-03-03

    Closing ticket.

JSON Source