Adobe AIR camera slow
问题 I am having issues with using the camera on Adobe AIR mobile devices . The performance of the camera is ok on newer phones, but on galaxy s2 for example it is impossible to use. I am using the camera like this: _camera = Camera.getCamera("0"); if (_camera != null) { // _video = new Video(); _video = new Video(_camera.width, _camera.height); // _video.width = _cameraHeight; _video.width = _cameraHeight; _video.height = Starling.current.nativeStage.fullScreenWidth; _camera.addEventListener