Cameras detection issue
Hi there,
I've detected some issues in air when I run an exported release build.
The problem is as follows, I use Camera.names to get all the video input devices which Air can detect. Then I plug my firewire camera, run in debug mode and I see that camera as "video DV".
Next, I export release build of the same source to obtain the .air application, install and run that versión but there is no trace of the "video DV" camera.
I can´t imagine what happens, and It's making me crazy.
Thanks in advance.
Just to make it easier, I post all data, and if you need more, please ask for it.
---------------- APP source ---------------
Alert.show(Camera.names.toString()); //Quite simple 😉
---------------- System information ---------------
OS: Mac OSX 10.6.8
Flash Builder: 4.0.0.272416
Air SDK: 4.5.0.20967 (I have performance issues with 4.6.0)
Air Runtime: 3.3.0.3650
