ActionScript 2.0 :: Get Active Camera Out Of Multiple Cameras?
Feb 2, 2009
I 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
View 3 Replies
Similar Posts:
Jul 29, 2010
I can stream live 1 Axis IP camera with FME 2.5. How can I stream multiple IP cameras with FME 2.5?.
View 3 Replies
Aug 14, 2009
The center top of this webpage has a navigation menu that I'm trying to create [URL]. Basically, depending on where the mouseover is, the image and hence the button/link below changes. How to have multiple hit areas overlapping in the same place, and to have only one specific hit area active depending on where the mouseover is at the time.
View 1 Replies
Jul 19, 2011
I have a situation where I have to a have a few different sized "cameras" to send over a netstream depending on if its a desktop or mobile connected. Here's how I have it setup:
protected var nearCam:Camera;
protected var nearCamForMobile:Camera;
nearCam = Camera.getCamera();
[Code].....
If i do JUST the nearCamForMobile and send that to the mobile versaion it looks great on the phone and it's not stretched. but then obviously its 480x800 resolution looks stretched on the desktop version which is a 385x240 video box. So if i do just the nearCam it looks great on the desktop but then it looks stretched on the mobile....
So what im curious is why Cant I do both vars the way I showed above, display the nearCam, and then have the nearCamForMobile waiting to be sent when i need it to?
Can you only have one camera mode setup at a time? On the mobile version its setup so the user is holding the phone in potrait and its 840x480. The desktop site looks best when its like a widescreen video.
In the end I'm basically trying to figure out how to have 2 camera vars with 2 resolutions. Display 1 on the near side and attach the other to the netstream in a situation where the far is a mobile client. (I know how to figure out if the far is mobile, im not worried about that part)
I just need to be able to transmit a resolution/aspect ratio that looks good for a mobile client. which happens to be in a different aspect ratio than the desktop cleint.
View 2 Replies
Nov 9, 2011
I have a network graph visualization generated using Gephi containing many nodes and edges.I need to produce an animation of a camera (or moving movieclip) to "flythrough" the network along the path of the bezier curves, visiting each (not necessarily every) node at random. I've made a quick animation of what this would look like.
How can I achieve this programmatically through AS3 or Processing or using mbostock D3 javascript library on github? My attempt in AS3 so far has been to convert an SVG produced by gephi into AS3 code using Miller H. Borges Medeiros' tool then try to adapt a bezier tweening library such as Zeh Fernando's example but I'm having difficulty.Medeiros' converter is splitting quadratic beziers into 4 separate quadratic beziers, and I'm not sure how to transform flash's curveTo Method into an array of bezier points as in Fernando's code.Then there is the problem of animating the camera through only those nodes which are connected to eachother.
View 1 Replies
Oct 3, 2010
I can get the default camera this way: Camera.getCamera(); But how to get all available cameras connected to my computer with actionscript?
View 3 Replies
Jul 22, 2011
I 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
View 9 Replies
Oct 7, 2010
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 Replies
Jul 3, 2009
I 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?
View 1 Replies
Apr 1, 2012
I am capturing camera on flex for android using air 3.1,and found that the camera is only showing the a part of of actual camera video.When i view camera using normal camera application in android galaxy tab, it shows full camera area but when i am capturing the camera in flex its showing only the center area for it.I tried using setMode to set the resolution, but its not of any use.Is there any way to get full camera area captured inside flex using camera.getCamera ?
View 1 Replies
Oct 11, 2010
From a Flash object, I would like to be able to detect the presence of a webcam that the user might grant access to, without actually asking the user whether they want to grant access. This is to streamline a large application that has extra features if a webcam exists — if there is a webcam, the application will present several dialogs that lead up to the normal cam-security prompt, but if the user doesn't have the hardware, I want to skip over them altogether. Requesting access to the cam before those dialogs won't make sense to the user.
It appears not to be possible to call Camera.getCamera() without the security prompt happening. Is there a workaround? (For instance, could I, perhaps, call getCamera in a hidden Flash object and inspect its return value, or does it block until the user acknowledges the security prompt?)
View 3 Replies
Jun 10, 2009
I have a video capture device on a machine. I have written a windows application to capture the video from this device. While capturing, if i try to broadcast using flash it does not connect. If i'm already broadcasting and then try to capture then my windows application does not get the capture pin of the device. So, flash seems to be taking the capture pin. Is there anyway to broadcast using the preview pin on the device so that i can capture using my application. Or is there way where i can split the capture pin and give one to my app and one to the broadcaster
View 10 Replies
Feb 17, 2010
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 Replies
Oct 20, 2010
Usually Adobe Flash applications can access any usb-webcam.I have a USB camera for microscopes which understands TWAIN and DirectShow.Is there a possibility to access the video data from this camera with flash?
View 1 Replies
Mar 24, 2011
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]....
View 0 Replies
Jan 18, 2012
im working on my own site im lost though i copyed and pasted so much but i cant seem to figer somthing out.i have a members sys sitting on a few frames every thing works. but the profile button, i have a total of 11 buttons that are working. i coppyed them put them all on 1 frame with there own instances that contain 3 frames?the first frame is the not active frame the 2ed is the active and 3ed is blank so it wont show. so my login code at this point is
ActionScript Code:
//Button Functions
signupBtn.onRelease = function() {[code]...
View 0 Replies
Jul 19, 2006
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
Mar 26, 2009
I have a window component on my main timeline that gets called up on several instances. When the popup window appears, everything looks fine, except that the user can still click on links that are now behind the actual popup window itself. My question is how do I keep those buttons from being active while the popup window is active?
View 2 Replies
Aug 22, 2010
I decided to post this question as a new thread since my enquiry is altered.
I got this sliding menu attached ("ActiveButtons.zip") that works according to plan. My problem is that I want the buttons to stay active(red) while the corresponding image is in place. Is this doable with a button?
View 1 Replies
Nov 3, 2010
get rid of active border of the default scrollpane component in flash CS5. I am working in Actionscript 2.0.
View 1 Replies
Mar 25, 2012
I'm trying to get the IP address of the computer that's connected to the Internet. I tried this:
var netInterfaces:Vector.<NetworkInterface> = NetworkInfo.networkInfo.findInterfaces();
var addresses:Vector.<InterfaceAddress> = netInterfaces[0].addresses;
var userIp:String = addresses[0].address;
But this code gives me a lot of IP addresses, I want the application itself to determine the IP connected to the internet, so how to do so??
View 1 Replies
Aug 1, 2005
Buttons allow 'Up' , 'Over', 'Down' and 'Hit area' , but how do you show an 'ON' status or 'ACTIVE'. Say the user has pressed the button and you want to show that it it active after the user has released and moved the mouse off the button?
View 2 Replies
Mar 5, 2009
I am embedding an swf into an html page using the same code that flash outputs when you publish your movie. I want to be able interact with the movie without clicking on it but it seems that I HAVE to click before I can interact via the keyboard.This is happening when I view the automatically generated HTML page in FireFox v. 3.0.6.
View 1 Replies
Apr 22, 2010
How will I know the right click menu is currently open? Like a contextmenu.active = true property but that doesn't exist. An alternative would be a way to check if the user just right clicked but the right click event listener is for Adobe Air only as far as I know.
View 2 Replies
Sep 3, 2010
I've build a simple twitter feed flash application that uses php script to read the latest tweet from xml and returns the string to flash to be displayed in a text box.
View 1 Replies
Aug 5, 2011
I'm adding event handlers to dynamically created movies. The event handler is not active and the cursor does not change to a finger over the clip Here is the applicable code.
Code:
function loadSubNav():void{
//Load Thumbnails
[code].....
View 3 Replies
Nov 15, 2010
I'm trying to get some buttons to work that I have in a timeline. These buttons are on top of each other and are called to be visible only when a certain image comes up.my problem is the the topmost button is the only one active, because all the buttons are "on" even though you can't see them.currently buttons are set to alpha.0 at the beginning. I know there's a way for them to only be active when they are visible, but I can't find the documentation.I have my code started as such:
import flash.events.MouseEvent;
import flash.ui.Mouse;[code]..........
then as the buttons come up I bring alpha to 1 over a period of time, but there's some trick to the visibility
View 5 Replies
Jan 2, 2010
Imagine I have two TextInput components. How do I know which one is active?
View 1 Replies
Jan 23, 2010
I have 2 functions going in as3:
function blueDownBounce (e:MouseEvent):void {
var blueDownY:Tween = new Tween(blue, "y", Regular.easeOut, -49, -19, 1, true);
}
blue.addEventListener(MouseEvent.MOUSE_OVER, blueDownBounce);
[code]....
I am trying to make it so that these functions are active after 3 seconds and they stay active for the whole time it is stopped on that frame after those 3 seconds. I know you have to make a timer and make it dependent on that timer but it wasn't working out well.
View 1 Replies
Mar 7, 2010
Is there a way to access other active windows in AIR?
I want to make an AIR app that look into the active application text and look for a specific pattern and make a transparent window into that text position to create a button. Its a bit like the skype plug-in in Mozilla ... It replaces the telephone number with a button to launch skype.
View 1 Replies