3 Replies Latest reply: Apr 22, 2013 10:57 AM by Amy Blankenship RSS

    Can I access standard camera filters with Flash?

    BaCbDc Community Member

      I know I can set filters with the filter classes in Flash:

      http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/filters/package-d etail.html

       

      But I think not only the Android devices have standard camera filters like these:

      http://developer.android.com/guide/topics/media/camera.html

      See graphic after "Common camera features sorted by the Android API Level in which they were introduced.":

       

      FeatureAPI LevelDescription
      Face Detection14Identify human faces within a picture and use them for focus, metering and white balance
      Metering Areas14Specify one or more areas within an image for calculating white balance
      Focus Areas14Set one or more areas within an image to use for focus
      White Balance Lock14Stop or start automatic white balance adjustments
      and so on

       

      Can I in Flash find out all smartphone specific camera filters (or more common spoken features) and use them or have I to use the filter classes of flash and program them a second time although they are already implemented in the standard smartphone camera api?