[AIR 3.0] AIR app crash on attachCamera()
edit:
I'v changed the topic because the App chrashes on the attachCamera() function, not during Camera.getCamera()
Hi,
I'm developing an AIR App using Flash CS4 on windows 7 (64 bit), macbook pro. I catch the built In webcam (iSight...) with Camera.getCamera() and apply it to a Sprite on the stage.
All works fine when I run the app using "control+enter" in Flash CS4.
But when I install the published AIR package and run the standalone AIR app it crashes at Camera.getCamera() videoContainer.attachCamera(camera) and the usual windows error message appears. VideoContainer is a object from the class Video.
any idea?
