Search code examples
apache-flexairflex4.5air-android

Access front camera in android devices using flex-android


There are samples to show how to aceess front camera of android devices using android sdk.Is there any way to do the same using flex hero sdk


Solution

  • Yes, although I'm not sure which version of the AIR SDK that was added to. Some method somewhere returns an array, and the first item is the back camera and the second item is the front camera.

    If I were to guess, I'd say that you use the Camera class.. This blog post should give you more information.