Flash :: Adobe Camera Recording With Filter
Jun 6, 2011Imagine that you want to record video with filter you made but stream class doesn't publish video but camera and camera class doesn't have filter option. What would you do?
View 1 RepliesImagine that you want to record video with filter you made but stream class doesn't publish video but camera and camera class doesn't have filter option. What would you do?
View 1 RepliesI'm trying to record from my headphone port directly into my microphone port (using an aux cable) in Adobe Flash Builder / AIR, but I'm having a couple problems:
1. The recording never sounds "full" compared to the original MP3 file that I'm playing in iTunes. PCM is supposed to be an uncompressed format, so the quality should be lossless.
2. The saved recording (WAV) is always half the length of what I recorded. (Example: if i record for a minute, I'll end up with a 0:30 wav file, with the second half of the recording not there)
This is the code I'm using.
import com.adobe.audio.format.WAVWriter;
import flash.display.NativeWindowSystemChrome;
import flash.events.Event;
import flash.events.SampleDataEvent;
[code]....
I have an application where it records stream from my webcam, stores it in fms 3.5 application folder.
Recording is fine, I am using camera.setMode() method to set the width and height properties for the recording.
for eg: cam.setMode(388,284,15,false);
But when we check for the recorded video i am getting the widht and height as 352 , 264. even after changing the faovare boolean to false.
how i should set the camera so that the recorded video is of same size which i have given.
When an Adobe Flash program accesses a camera or microphone in Adobe Flash, Adobe pops up a panel to the user if they want to Allow or Deny access. If the user clicks Deny, I would like to pop the same panel back up. However, trying to access a microphone or camera again doesn't seem to do it.
I know there's Security.showSettings(SecurityPanel.PRIVACY), but this is a slightly different popup which has a "Remember" option which I explicitly do not want.
Is there a way to repeatedly popup the Allow/Deny confirmation without the Remember option?
I am Trying to Apply some information Like text and An Image as an overlay to create a overlay effect as lice a security camera with time and date on the video along with a png based Logo.
I can record VIDEO Using Flex and FMS or any other Media Server. But I want to save a modified version of the stream being uploaded.
I was wondering how can i filter the fileSystemTree of adobe air.I will like the fileSystemTree only shows folder that consist of images only.I tried with the code below, by filtering the folders with extensions of .jpg and .png.This will display only files that have that extension. Therefore that file does not consist of any images, i will not want to display it when the fileSystemTree is first initialize.
<mx:FileSystemTree id="fileSystemTree"
includeIn="displayState,displayState2,initialScreen,thumbnailState" x="25"
y="25" width="300" height="88%" contentBackgroundColor="#D5D5D5"
extensions="{fileExtensions}" />
I wanted to open front camera of the Motorola XOOM and try to live streaming using the front camera.
View 1 RepliesI'm using Adobe Air 2.5 and would like to switch between the front and back camera on an Android device.
View 2 RepliesFrom 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?)
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 Repliesi have build a small test app in Flash Pro 5.5 overlayed with the AIR 3 sdk.is has just 2 buttons to record and playback audio from the microphone. when i test this on my iPhone 3g - i record myself saying "1-2-3-4-5". but when i playback a half a second or so is missing from the beginning : "3-4-5-".
when i test this on the desktop all is fine is this a result of the iPhone 3g's cpu power or is it a bug or is it my code?
[Code]...
is it possible to record Audio on iOS and Android with Adobe Flex Mobile? I can't find anything about that feature on Adobe's website.
View 1 RepliesI want my site's users to be able to record videos straight from their webcams into my site. Videowhisper is one such tool which seems to work fine - [URL] But I'm looking for opinions on better / more scalable / reliable solutions. Paid solutions are fine.
View 4 RepliesI have a flex mobile application that I am working on that I am having issues with selecting an image from roll/taking a picture. My application is not tabbed, however one part of it contains a Tabbed View Navigator with tabs across the bottom. Within one of those tabs, I have the ability to upload an image to a webservice that I have created. However, when I select an image or take the picture, it pops back out to the initial splash screen and the application restarts. If I use the component standalone (outside of the tabbed view navigator) it selects the image and uploads without any problem.
[Code]...
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 RepliesI 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 RepliesI looked at the following example in the AS3 Reference: [URL] It is unclear to me looking at the package example how to apply this in standard ActionScript 3 without packages to a Movie Clip resident in my Library that gets called at RunTime. how I would push the DropShadow filter onto my Movie Clip at RunTime?
View 6 RepliesTo achieve a zoom effect in our 2D flash game, we make the background of the game much bigger than the visible stage. This becomes a problem when the background is complex or when we apply a grayscale filter to the background. Is there a better way to do zoom? Or, is there a way to apply the filter to only a specific area of a movieclip?
View 2 RepliesI want to know how to write "Intercepting Filter Pattern" like Java's servlet filter in Flex.
And I want to insert it into the classes which have a role of server communicating.
In my machine I have installed only Adobe Flash CS5 proffesional trial version. Now this installation is not supporting adobe.utils.Extension class in this version. I have tried with all latest updates from adobe site. My doubt is does adobe.utils.Extension class is available in licensed version of Adobe Flash CS5 proffesional?
View 12 RepliesI want to create a simple game (Adobe Air) based on 2 players using ActionScript 3.Let's assume I want to create online chess game.So that I can play with my friend at work, at home, from anywhere via internet.Should I use flash server? Or something similar for this purpose, or there is simpler way to connect 2 players and make fully functional interaction between them?
View 2 Repliesi have to record the video at client side n then save it on server side, so that it can be viewed when ever required.to act like a video testimony by client.
View 2 Replieshow to record using mic feature. I had modified the example in the AS3 guide to something like this:
import flash.events.MouseEvent;
import flash.net.URLRequest;
import flash.utils.ByteArray;
[Code]....
Here, there are two buttons, one starts recording and the other stops recording. The resulting .swf file is only 2kb in size and it doesn't do what it is supposed to do.What am I doing wrong here? Other players similar to this have sizes in the range of 80-100 kb.
Is it possible to record and stream an air window to flv?
I would like to be able to use multiple video inputs and use text and graphics. To create a video mixer, picture in picture, key in graphics, etc. I'm able to do this on the display but would like to be able to record and stream it as well. I would also like to retain HD resolution. Recording the window maybe a dirty method. Is there another way?
How to do voice recording using flash action script 8 with example.
View 1 RepliesIs there a way to not to use flash as a platform for mic recording based script?
View 1 Repliesi know how to use a webcam in as3,i want to record webcam video and save to my Local disk
View 1 RepliesIs there any way to provide the functionality of sound recording (e.g. record, stop & play) in flash MX?
View 12 RepliesI'm actually working on a website where I want to integrate an online mixer such as[url]...I would like that after the user create his mix, he can record it and save it to a DB.
View 9 Repliesneed some help in recording the H.264 video using Flash media server 3.5, does anyone have working experience (or) any idea about H.264 video recording with the Flash player. I am trying to publish the stream using the netstream.publish(mp4:streamname.mp4); but the video codec id of this recorded video is coming as H.263, hence I tried to record the video in H.264 format.I am using logitech webcam for capturing the video.
Do i need to install anyother codec plugin for h.264 support?