iPhone does not display camera
hi,
i wrote mobile device application android , ios. on android works fine. on ios / iphone cannot capture images camera. screen left blank.
here snippets of code:
videodisplay = new video(videosize, videosize);
//...
camera=camera.getcamera();
camera.setmode(8000,8000,24);
videodisplay.attachcamera(camera);
sv.addchild(videodisplay); // sv: <s:spritevisualelement id="sv" width="250" height="250" />
i testet camera.issupported(), verified camera installed (*), gives me feedback should work. render mode set cpu (in application xml file). pretty clueless right now.
i test on iphone 3gs ios 5.
can me out?
thanks in advance.
i don't believe iphone 3gs camera can 8000x8000 pixel image. work better if try camera.setmode(320,240,24)?
More discussions in AIR Development
adobe
Comments
Post a Comment