Answered
How can I get the exact Motion Level in callback for ActivityEvent.ACTIVITY ?
camera.setMotionLevel (30,3000);
camera.addEventListener( ActivityEvent.ACTIVITY, activityEventHandler );
Inside activityEventHandler,how can I get the exact motion level that triggered the event?
