ActionScript 3.0 :: Get StageVideo And Webcam / Capture Card

Jun 3, 2011

I have an AVER-TV HD Video Capture Card. Using Flash AS3 I can display HD content on the screen just as if the card was a WebCam. However, the performance is not that great as it get's quite 'stuttery' and is not smooth. I wondered if there were a way I could get StageVideo to help with this? It seems the StageVideo object needs a NetStream to operate. I've tried attaching a Camera to a NetStream Object and then passing it to StageVideo. The Camera seems to turn on, but it doesn't display anything on screen. Do I need to do something for the NetStream / StageVideo to display the output on screen? I really hope there is a way to use StageVideo with this HD Video Capture Card as I imagine it would be a lot smoother.

View 1 Replies


Similar Posts:


Media Server :: Capture Images From StageVideo Container?

Dec 1, 2011

I am developing video conference application in flash with FMS4.5 and integrating StageVideo API for rendering video on hardware and it's working very nice but, I am not able to capture picture from StageVideo.

View 5 Replies

Looking For Flash Video Capture Card?

Aug 31, 2010

I would like to do some video capture through flash. Is there a good video capture card I should use? Or will any do?

View 1 Replies

ActionScript 3.0 :: Draw On Webcam Capture

Jun 9, 2009

Does anybody know if there is an example paid or not that combines a webcam picture capture and simple drawing app? URL...

View 3 Replies

Flash :: Webcam Capture On Web Application

May 26, 2010

I need to take a picture from a webcam into a webapp (PHP5/JQuery/HTML5) but I cannot use Flash; Is there a light java applet or any alternative technology for this?.

View 1 Replies

Flash :: Capture Image From Webcam

Jul 26, 2010

we have the below code and it captured the video but not the actual video which displayed in the webcam. It only captured one third of the image like from x 100 and y 40 something how to capture the whole image displayed in the webcam like 320*250 below is the code

[Code]...

View 1 Replies

ActionScript 2.0 :: Capture Image With Webcam?

Sep 25, 2010

i am trying to create a code that will use the local webcam (inbuild) to capture the users pic and use it, lets say, attach it to a movieclip..

View 7 Replies

ActionScript 2.0 :: Webcam - Bitmap Data Capture Every 5 Min

Sep 24, 2010

I have to take a snapshots form my webcam every 5 minutes. Now my script is whit a button and its working but my file have to take the picture alone and then again whitout button to send them? I saw something on the net but when I try to do it its not working.

View 1 Replies

ActionScript 3.0 :: Capture Webcam Video At Run Time?

Oct 22, 2010

I want to capture webcam video at run time.user can preview and save the video.
  
I am able to capture video using camara.get();

View 1 Replies

Flex :: Capture Webcam Images Always At Max Resolution?

Jun 22, 2010

Is there a way to know the max resolution of a webcam ? I need to capture images from webcam and send its on another notebook throught internet.

So I want to capture images at max resolution indipendently from webcam automatically without setting the resolution every time ( if I have a webcam with 1.3 MPixel, I want to capture images at 1.3 MPixel; If I have a webcam with 640x480 Pixel, I want to capture images at 640x480 Pixel; and so on... ).

View 1 Replies

Jquery :: Capture A Video Using Webcam Plugin

Nov 21, 2011

I want to capture live webcam in the form of video, i am not getin the proper example in the official page documentation of the webcam plugin.How to do so???

View 2 Replies

Javascript :: Capture User's Webcam And Create An Animated Gif Via The Web?

Apr 8, 2012

For example, check out [URL] They enable their users to capture videos of themselves and then create animated gifs from them.

Just so this isn't construed as spam, I do not work for Gifyo. It's just an example.

Can this be done now with HTML5? Should I maybe us Javascript? Flash?

View 1 Replies

Flex :: Capture Video And Audio From Webcam Locally?

Jul 12, 2011

I'm writing a flex 4.5 application that's supposed to capture a video from a webcam and audio from microphone and save it in some video format (i don't care which format). I use VideoDisplay to display the webcam. how can I fetch and play audio in real time ? Is there a way to save the video locally without using a flash media server?

View 2 Replies

ActionScript 3.0 :: Webcam Jpeg Screen Capture Button?

May 27, 2011

Basically I have designed a flash interface which puts a moustache over the users face in real time. My lecturer has told me to add a button which will take a capture of the image of the person with the moustace and add the image to a folder.

how to even begin this project, would anyone be able to point e in the right direction or offer a little wisdom on the issue?

View 0 Replies

Javascript :: Browser Based Webcam Streaming And Capture Lib / Framework

Jul 18, 2011

What I want to do is have control over the streams so I can send them wherever I want, have it interface w/a mic and cam, and the ability to capture and record them. At this point I don't have any specific specs or limitations. It will be used in a commercial project so the license must allow for that. Free and OSS is preferably, but commercial and proprietary is not out of the question if it's worth it.

I don't see html5 as a viable solution at this point so I'm assuming it's going to rely on flash which is fine, but I do not know actionscript. I'm not opposed to learning it, and assume I could pick it up fine within a week, but keep that in mind. If I have to build something myself from the actionscript libraries (I assume they provide enough functionality) I can do so, but I'm hoping for a quicker solution than that.

View 2 Replies

Flash :: Access Webcam From My Page And Capture Images Of Users?

Mar 16, 2012

I am using Asp.net/C# to build an application , i have a requirement wherein i need to access webcam from my page and capture images of users.So i am trying to achieve this by creating flash file .

View 2 Replies

ActionScript 3.0 :: Live Screen Capture Webcam Snapshot (bitmap API)?

Apr 10, 2008

Got round to the point where screen grabbing an image and saving it to file is too much, so what i want to do now, is take a snapshot of a live webcam image (I have webcam display working) and display the snapshot/screen grab, next to it or anywhere in the movie. This way the screen capture can be stored temporarily in the movie. once the movie is closed, all info is lost. Once another screen grab is taken, then the previous one is overwritten. The idea is simple but having problems working out how to do it in AS3!

I have got to the idea that i may need to use the Bitmap API to copy a section of the movie, and then redraw it into a new bitmap object?

View 9 Replies

Javascript :: Alternatives To Red5 Recorder And Server For Webcam Video Capture?

Feb 26, 2011

I'm looking for a flash script/library to capture video and audio from a webcam and then somehow get a saved flv to my encoding server. I'm not looking for something that will host the videos for me. I just need something simple to capture and then upload. I really want this to be open source and free.

I've done a fair amount of searching and it seems that most of what i can find is either a full blown service with hosting, or the red 5 suite. I've been trying for a day to get something going on with Red5, but honestly I haven't done any flash or java development in over 6 years and this seems way too complicated when all i really want is a flash object i can stick on a webpage.

View 2 Replies

Actionscript :: Capture Video / Audio From Webcam - View It And Send As A File To Server (youtube) In Flash

Sep 15, 2010

I'm new in AS and trying create util such Youtube's "My webcam". Here's a part of my code:

[Code]....

Can't attach video object or stream to spark.components.VideoPlayer to view video and don't know how to convert video to flv contents for sending in POST form.

View 1 Replies

Flash :: Capture A Users Webcam In Flash And Directly Upload It To YouTube Without A Backend Server Setup?

Apr 11, 2011

I would like to know if it's possible to capture a users webcam in flash and directly upload it to YouTube without a backend server setup. Or if there are any third party providers that support this service. I see YouTube offers a live streaming API, but it seems it's only available for selected users.

View 1 Replies

Java :: Print Photo ID Card To A Plastic Card Printer From Website?

Oct 28, 2010

printing directly to a Photo ID Card printer in a web browser?I have a web application that manages user data, photo, and so forth. I'd like to add a Print ID Card feature to it. The web application is a single page javascript application that talks to a RESTful web service via JSON. I'd like to display what the printed card will look like on both the front and back for approval before the user clicks the print button.

Generate front and back JPG or PNG images to print on the server, send them to the client for display and approval, and then somehow send the images to the printer.Use javascript with SVG or Canvas to display the card to print in the UI for approval, then somehow send the SVG/canvas data to the printer.Generate a PDF and print the PDF to the printer.Use Flash to display and print Use a Java applet to display and print Something else?

View 3 Replies

Professional :: StageVideo On IOS?

Aug 29, 2011

It would be so great if there would be stagevideo support for iOS devices. I know there's a workaround using StageWebView, but I need to be able to place objects on top of the video. Does anyone know if, and if so, when Adobe plans to release support for StageVideo on iOS?

View 14 Replies

ActionScript 3.0 :: AIR StageVideo For IOS?

Feb 28, 2012

What is the simplest/easiest way to setup a video for viewing in an iOS App created using Flash Pro CS5.5?
I've updated AIR to 3.1, and have tried following various tutorials and also reading this: [URL]..but I can't really wrap my head around it. I can't copy/paste either because I'm unfamiliar with using external classes & do most of my coding internally.

I have tried doing the dodgy and removing "private" & "public" in front of all the functions from a copy paste of the external classes but that doesn't seem to be helping.

View 1 Replies

ActionScript 3.0 :: Working Example Of A StageVideo?

Jul 26, 2011

Has anyone got a working example of a StageVideo avaible for FlashPlayer 10.2 ? I'mt trying to use the example from Adobe official web page. It doesn't show any errors in Flash Professional CS5.5 but still it doesn't show anything.

View 0 Replies

Android :: StageVideo On Mobile Devices?

May 9, 2011

I wanted to display H.264 videos with air packaging for mobile and run into a problem.is StageVideo avaiable on mobile devices running IOS or android?I use air 2.6 sdk for packaging and it seems there is no StageVideo on ipad?I can use StageWebView but because of limitation of it ( it alwaysrendered on the top) this is not an option for me.Is any schedule when would StageVideo be available for mobile? maybeair 2.7 sdk?

View 3 Replies

Windows :: Why Does StageVideo Not Work Locally In IE

Aug 1, 2011

I'm having troubles testing a StageVideo file locally. The HTML file that contains the swf loads perfectly in Chrome & FireFox, but when I go to open it in Internet Explorer 9 nothing happens (it just shows a white screen).

I've added the permissions for the location to the 'Global Security Settings' tab of the Flash settings manager (on the Macromedia website). I've also checked in the IE9 settings to make sure that it allows GPU rendering.

why it might be blocked in IE9?

View 1 Replies

Actionscript 3 :: StageVideo Displaying Above Content?

Oct 5, 2011

So I'm building a video player that appears in a nested (display) hierarchy, and I would really like an easy way to preserve the background. I have a Loader SWF that contains a bg, and another SWF (which contains the video player) that toggles between StageVideo and Video per the end user's environment. I have StageVideo working, but it always shows below other content.Now I know that this is the desired behavior for StageVideo, as it allows the GPU to render content directly to the screen without having to composite the video feed with display list contentbut I really want to be able to show my background (if only as a 'picture frame') behind the video player. Drawing a simple rectangular frame around the player such that it appears to have a bg will not work; I need to be able to also display images and other DisplayObjects behind the video player itself

View 2 Replies

Actionscript 3.0 :: Swc Created In Flash Using StageVideo Api?

Feb 10, 2011

I built a video player that uses embedded movieclips and bitmaps with flash professional cs5. I would like to incorporate logic to use stageVideo. However, if I use flash the stageVideo api's are not available. If I use Hero, I don't know how to incorporate the embedded movieclips and bitmaps that are currently in the fla.So, my question.Using flashbuilder, is their a way to access assets from an fla? or Can I somehow gain access to the stageVideo api in flash?Would it work to create a swc in flashbuilder with stageVideo apis included, and then add it to flash professional?

View 1 Replies

Professional :: StageVideo And FP10.2 - StageVideoAvailabilityEvent Never Fires?

Oct 7, 2011

I can just create a new project, target Flash Player 10.2 and paste this into frame code:

[Code]...

The event never fires off. I look in the reference for StageVideo and I see it's available in Flash Player 10.2. What's up with this? edit: If I target AIR for iOS, this event does fire (I have AIR3.0 overlayed).

View 3 Replies

Actionscript 3 :: Adobe StageVideo Garbage Collection?

Oct 7, 2011

Does anyone know if it's possible to apply garbage collection to the new StageVideo component in AS3? I have tried with no success! Code is below:

if ( this._stageVideo == null )
{
this._stageVideo = stage.stageVideos[0]; this._stageVideo.addEventListener(StageVideoEvent.RENDER_STATE, stageVideoStateChange);
}

[Code]...

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved