Buy any Easy Native Extensions 2nd Edition package and get our $99 iOS + Android ANE Template completely free before the end of June 2015.
- step-by-step guide to making your iOS extension in under an hour
- library for data conversion between ActionScript and native code
- tutorials
- infographics
- code included
- Fixed a memory leak in applyFilters(), reported by our DiaDraw.com reader decapyre.
- Improved thread synchronisation.
- Introduced a separate frame rate for consuming frames (see REFRESH_RATE_FRAMES_PER_SECOND in CameraTestAppHomeView.mxml).
- Introduced NativeCameraExtensionEvent.CAMERA_STARTED to signal when the camera is ready to produce frames.
- The byte order in the frame ByteArray is now taken care of by the ANE.
- Note: getFrameBuffer()’s signature has changed:
1 2 3 4 |
public function getFrameBuffer( _bufferData : ByteArray, _lastFrameIndex : Number, _previewFrameSize : Point ) : Number |
What is the Camera Native Extension?
For those of you who have not downloaded the Camera ANE yet: why not?
Here is a brief summary of what it does:
- frame capture from the native camera on iOS
- control over exposure, focus and white balance (in contrast, AIR’s Camera class defaults to autoexposure, autofocus and auto white balance)
- focal point by tapping on the preview
- allows you to apply rotation filters
Where do I get the update?
January 2015 update: A new release of the Camera ANE is now available with iOS and Android support. You can find it here.
Over to you
Have you tried the Camera ANE? What kinds of apps do you use it in and what extra functionality would be useful to you?
Let us know in the comments below.
Leave a Reply