1. air 3.6
2. andorid 4.1
3. sumsung note2
code:
var cam:Camera = Camera.getCamera();
var video:Video = new Video();
video.smoothing = true;
video.width = videoDisplay.width;
video.height = videoDisplay.height;
videoDisplay.addChild(video);
video.attachCamera(emMaster.camera);
------------------------------------------------
video camera ok!,but when device rotate,video turn to black
air 3.7 beta , video is black anyway
air 3.5 also has a bug , someone mention before
air version < 3.5,seems work fine
anyone met this problem ,has any solution,please help me ,thanks!