Actionscript :: Get All Available Cameras?
Oct 3, 2010I can get the default camera this way: Camera.getCamera(); But how to get all available cameras connected to my computer with actionscript?
View 3 RepliesI can get the default camera this way: Camera.getCamera(); But how to get all available cameras connected to my computer with actionscript?
View 3 RepliesI want to add camera collections to a combobox where user would choose his camera
I use this cameras_cb.dataProvider = Camera.names; but nothing happened
I am evaluation the FMS dev server. One of my requirements is to be able to stream IP camera footage through FMS.Now, I realize that we are allready streaming the camera, so what is the big deal? I am looking for a way to utilize FMS's full feature set to enhance and increase the efficiency of those camera streams.
View 4 RepliesI have a web conference application that allows people to communicate via webcam. However, I would like it to be smart enough to detect if one is plugged in and if it is not, to disable the video feature. Just looks really bad when they try to use video but it gives them a black screen.
My problem is that using the following code, I get camera names that were previously plugged in but not CURRENTLY plugged in:
Code:
Does anyone know of a way to get cameras that are working and plugged in?
Does anyone know if there is a way to use Flash Encoder with. a basic IP Camera instead of a usb webcam. I have searched anch searched and cannot find anything that will tell me.
View 1 RepliesI am working on a video recorder using AS 2.0. The issue i related to multiple cameras installed on a machine,Camera.get() method gets you with the first camera installed on the machine. But my problem is that if i have more than one cameras and i have to select only the active camera e.g.If i have 3 cameras installed and the 2nd one is active then how to find out which one is active ?
I know that we can use index number in Camera.get(indexNumber). But how to find that index with only one video object on stage.... the problem can be explained clearly with this link -- http:[url].....Login to this link with your Gmail ID and see the video recorder .. if ou have more than one cameras installed it will list them in the ComboBox and catch the Active one ... I
I am trying to create a video feed screen that pulls in from 4 different usb cameras attached to my computer. As of now my file only pulls in the feed from the built in camera on my macbook pro. Here's the code I'm using to find the cameras. Anyone know how to find the external usb cameras? You can check it out and running at [URL] or grab the fla and see what's up.
ActionScript Code:
// Set up some new entries on the context menu for changing video capture size
var newMenu = new ContextMenu();
newMenu.hideBuiltInItems();
[Code]....
I'm looking to build an app for viewing motion JPEG (MJPEG) streams directly from IP/Network cameras. Does anyone know where I can find useful information on this or even if it's possible at all?
View 1 Replies