Skip to main content
June 27, 2012
Question

Cameras detection issue

  • June 27, 2012
  • 2 replies
  • 507 views

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

This topic has been closed for replies.

2 replies

chris.campbell
Legend
June 28, 2012

I suspect you are running into a bug that was introduced in Flash Player 11.2 and also affects AIR.  Could you please open a bug over at bugbase.adobe.com and add a link to this thread in the bug report?  Please post back with the bug number or URL so that others affected can add their votes and comments.

Thanks,

Chris

June 28, 2012

This is the bug number and the url:

Bug Number: #3225818

URL: https://bugbase.adobe.com/index.cfm?event=bug&id=3225818

Thanks you