I can get the default camera this way:
Camera.getCamera();
But how to get all available cameras connected to my computer with actionscript?
I can get the default camera this way:
Camera.getCamera();
But how to get all available cameras connected to my computer with actionscript?
Unfortunately only the selected camera (via Adobe Flash Player Settings) is available to ActionScript.