Camera - Access The Video Data From This Camera With Flash?

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


Similar Posts:


Webcam - Detect Flash-accessible Camera Without Prompting User For Access To Camera If One Exists?

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

Media Server :: FMS Interactive With Data Events - Camera Streaming Video

Sep 15, 2011

I'm completely new to FMS but a seasoned Flex developer. We're building a Flash Builder 4.5 application which will be deployed to iPads. The basic functional requirements are as follows:

1. Presenter in a room has a camera streaming video of themselves2. Participants in the same room have an iPad - there are 30 participants and the stream is sent to all 30 iPads simultaneously.3. There must be lowest delay possible with good quality video - we understand this can be achieved with RTMP and that VP6 has to be used (as there is no H.264 support at present in AIR on iOS)4. The presenter will trigger certain things from their iPad which will then display certain alerts, content on the partcipants iPad (from server connection the participant iPads are listening to)

Firstly, I'm interested to know your thoughts on this current spec. This was put together from zero initial experience with FMS and having read a lot online and creating a proof-of-concept. Secondly, with regards to the two-way interaction: Is this something FMS handles? Previously I have used LCDS or BlazeDS for the data events & streaming aspects of our applications. Initially I was planning on using BlazeDS again, in addition to FMS. But from what I have read FMS possible handles data push too? Does FMS have LCDS/Blaze built in in some way?

View 4 Replies

Actionscript 3 :: Get Full Camera Area Captured Inside Flex Using Camera.getCamera ?

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

Media Server :: Broadcasting From Camera Blocks Other Applications From Using The Camera?

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

Flash :: Access Camera - Use Any API?

Jun 14, 2011

Is there any other way to access the camera using ActionScript 3 other than

import flash.media.Camera;
videoInstance.attachCamera(cameraInstance);

Or should I use any API s? If so, any API suitable and some tutorials if possible.

View 1 Replies

Video Camera And Flash

Jun 28, 2009

What should I look for when buying a video camera to record videos that could be used with Flacs?

View 1 Replies

As3 :: Flash - Determine If Camera Access Was Denied?

Jan 23, 2012

How can I determine if access to the camera and mic were denied in Flash? I can get the camera and mic, but I need to know if the user denied access.

View 1 Replies

Flash :: Access Canon Digital Camera In A3/FMS4.5?

Jan 24, 2012

I am working on HD video recording project and I just want to use Canon T3 digital camera in my project and i am not able to access other camera but not Canon T3  so,

View 1 Replies

Disable Flash Prompt For Camera And Microphone Access?

Jan 21, 2011

How do i disable the flash prompt that comes for microphone and camera access.

View 2 Replies

Video Camera Quality In Flash

Dec 8, 2010

I have this simple code to access the webcam:[code]The quality of the video is extremely bad, with big compression fragments.I am using a built-in webcam as test, so I don't expect too much. But what I see is not normal for my webcam.So how do I set the quality of the video?I cannot see any difference in quality if I remove the setQuality call.

View 1 Replies

Flash - Render IP Camera Video With Socket?

Oct 3, 2010

So far the solution I found requires a crossdomain.xml to work,but this is not available on an IP camera:

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" applicationComplete="init()">

[code]....

View 1 Replies

Send Camera Video Using Flash Socket?

Jun 2, 2011

this is my flash as3 code :

var cam:Camera;
cam= Camera.getCamera();
var video:Video=new Video(200,200);

[code].....

View 1 Replies

Android :: Use The Same Ability Of Flash That Provides An Access To User's Phone Camera (frontal)?

Apr 28, 2011

I have a service that uses computer webcam via Flash. Now I'd like to develop an Android optimized version of the service using HTML5 + Flash and then use some HTML5 wrapper to get an app.

I wonder if it's possible to use the same ability of Flash that provides an access to user's phone camera (frontal) on the Android (tablet pcs, smart phones). I know Android supports Flash since 2.2, but I failed to find any information on hardware access.

View 1 Replies

ActionScript 3.0 :: Record Camera Data From Flash And Save To Server?

Feb 11, 2010

I have a camera attached to a video object that is displayed on stage. When a user comes to the site they see themselves, but I want to be able to save the video and take a snapshot. How would I go about getting the data out of flash to the server?

View 1 Replies

Publish Prerecorded (or Live) Video, Instead Of Camera In Flash/Flex/Air Via RTMP To FMS?

May 17, 2011

I'm looking for a way to stream video from the desktop to an FMS installation. I know that in ActionScript, it's possible to do:

netStream.attachCamera(camera);
netStream.attachAudio(mic);
but not:

[code].....

View 1 Replies

Javascript :: Access Camera In A Div?

Dec 27, 2010

In the following why is that the camera does not show up in the div.Is that am i doing anything wrong here

<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="swfobject.js"></script>

[code]....

View 1 Replies

ActionScript 3.0 :: Adnroid 2.2 Camera Access

Sep 29, 2010

if you have tried it you know that it is not working. The main thing is that on Android 2.2 the camera allowance dialog is not being displayed when you try to access it from the web browser. I've found something called PhoneGap, but it is not working on the android 2.2, or at least some parts of it is not working. Has anyone any clues how to access the camera from the web browser on Android 2.2?

View 3 Replies

Media Server :: FLV Video Freezes After Camera Switched On But Video 'is' In File

Aug 12, 2009

I had an flv recording from a webcam.It mostly recorded fine, but there's one point where I paused the broadcast for an intermission.A few minutes later the broadcast started again but the video doesn't play beyond that point, only audio plays.A few minutes later in the recording the broadcast switched to another camera and the video starts playing again just fine from there.I can't seek past the frozen point either to skip a couple of seconds ahead.The freeze is at about 9:00.If I seek to 9:01 it jumps ahead 8 minutes to where the camera switches.What's strange in this is that the video is *definitely* in the file.Using Moyea's FLV Editor Pro I converted the FLV to an MPEG and the whole video is there, so it's not that the camera stopped transmitting, it's just that the playback isn't working.

View 2 Replies

Publish Real Time Video Stream Of IP Camera To Flash Media Server With Flash?

Jul 22, 2010

Does flash provide an api to deal with remote stream like IP camera does?

View 2 Replies

Media Server :: Streaming Video Live With A Video Camera?

Sep 17, 2009

I am looking to broadcast live video and need a camera that is better than a simple webcam. It looks like they used to make video cameras that would register as webcams, but stopped making them.If you wanted to broadcast an event live, what would be a good camera to use?

View 5 Replies

Access To The Camera And/or Microphone Available On User Computer?

Sep 29, 2009

I am developing an application running in Flash Player. The applicatiosn requestes access to the camera and/or microphone available on user computer.Is there a way in the application I prevent users from seeing this question? i.e. without having user to change his/her Adobe Flash Player setting?

View 1 Replies

Actionscript 3 :: Access IPhone Camera With Air And Use Library?

Feb 14, 2012

And I'd like to create app with air for ios. how can I access iPhone camera with air and use library ( ASFEAT and Away3D ) for create AR app.

View 1 Replies

ActionScript 3.0 :: Camera Access From Loaded SWF On Different Domain?

Oct 3, 2011

I am loading an SWF from a different domain.I loaded the swf file like this:

ActionScript Code:
Security.allowDomain("differentdomain.com");
var context:LoaderContext = new LoaderContext(true, ApplicationDomain.currentDomain,

[code]........

View 0 Replies

Webcam - Retrieve Real Time Video Stream (from Web Camera) From Flash Media Server In A Browser?

Jun 12, 2010

How does the url of FMS real time video stream look like?

View 1 Replies

Media Server :: Allowing Camera Access Programatically?

Feb 4, 2010

I want to publish camera over FMS. But I don't want to use adobe security panel to be displayed(not even once) with setting as "access" by default.I wan't to set it allowed programatically.

View 3 Replies

Use IP Camera With FMS For Live Video Streaming?

Mar 2, 2010

How i can use IP Camera with FMS for live video streaming.

View 2 Replies

ActionScript 3.0 :: Camera Access Dialog And Made My Cam Instance To Null

Jul 13, 2011

i had clicked denied button of the Camera Access Dialog and made my cam instance to null Is it possible to bring back the Camera Acees dialog box again

View 3 Replies

ActionScript 3.0 :: Faster Update Of Video By Camera?

Feb 15, 2011

I am trying to run a very fast camera feed. I have the fps set to 60 on the camera and I am adjusting the movie framerate to that after camera becomes active.

However, when I print out individual frames, the bitmaps seem to be the same for a bout 2-3 iterations,meaning that in the enterframe, the camera doesnt seem to have updated the video output.

Anyone on how I could make sure it refreshes the video display quicker?

View 1 Replies

ActionScript 3.0 :: Use The Camera Video GetCamera On The Stagevideo?

Nov 24, 2011

I just came across the new stageVideo, as I am not very Savvy using AIR i was wondering if i could use the camera video (getCamera)on the stagevideo, and how to implement it?

View 1 Replies







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