Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-28614

Camera displays pink hue color distortion when accessed on Samsung Galaxy S II

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • Adobe Flex SDK 4.5.1 (Release)
    • None
    • None
    • Affected OS(s): Google Android
      Language Found: English

    Description

      Steps to reproduce:

      1.Run the following application on a Samsung Galaxy S II Device (using Adobe Flash Builder):

      <?xml version="1.0" encoding="utf-8"?>
      <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      xmlns:local="*"
      xmlns:assets="assets.*"
      applicationDPI="240" xmlns:mx="library://ns.adobe.com/flex/mx"
      creationComplete="init()">
      <fx:Script>
      <![CDATA[
      import mx.core.UIComponent;
      import mx.events.FlexEvent;

      protected function init():void
      {
      var camera:Camera = Camera.getCamera();
      if(camera)

      { var ui:UIComponent = new UIComponent(); var video:Video = new Video(320,320); camera.setMode(320,320,24); video.attachCamera(camera); ui.addChild(video); cameraGroup.addElement(ui); }

      }

      ]]
      >
      </fx:Script>
      <s:Group id="cameraGroup" width="320" height="320" />
      </s:Application>

      Actual Results:
      Camera output displayed is distorted.

      Expected Results:
      Camera output should display normally without pinkish hue.

      Workaround (if any):
      Not found.

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: