Webcam Help
hello everyone,
I'm new to the forum, and am at the beginning level of actionscript 2.0.
I was hoping someone out there could lend a hand on a quick webcam question ...
i know the cam itself can capture at a size of 640x480 at a nice res. but when I do this in flash i can only get nice res. at 160x120.... any way to change this?
thanks for your help!
ActionScript.org Forums > ActionScript Forums Group > ActionScript 2.0
Posted on: 03-04-2006, 09:49 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Webcam
can someone help me out here,
i'm trying to get flash to load a webcam pic every 15 seconds is that a loadVariable command? help please (code appreciated) Or if webcam is too complicated, how can i atl east load one picture in the swf file? (by load into i mean it comes from a site)
thanks
[Edited by h2kduck on 09-08-2001 at 01:25 PM]
Webcam
how can i get my movie to load my webcamstream on my page , now it's set on get localcam but when it loads it searches for the webcam at the users home.
Webcam + MX
I have done this tutorial and run into a problem
http://www.flashkit.com/tutorials/Dy...32/index.shtml
It does work and loads the jpg. But it does not update every 5 minutes (like i have setup the cam prog.)
Instead, it crashes seriously the browser after a while...
In the html version, it just works outstanding, so it can not be wrong on the server side.
Any idea what i could do?
Thanks for any help
Webcam
Hi there..
I am trying to get my webcam running in flash mx and used this
by Jeff Hughes
http://www.flashkit.com/tutorials/Dy...-732/index.php
It all works....almost the image jpg dosnt refresh it get stucked
in the cache
Is there a way to solve this eg. in PHP ....
Or is there a better way to get the cam running without the flash mx communication server
:-) PAUK
Help With Webcam App
this is the code i have so far:
stop();
client_nc = new NetConnection();
client_nc.connect("rtmp://webchaos.dnip.net/cam1");
cam_stream = new NetStream(client_nc);
cam_stream.attachVideo(camera.get());
cam_stream.publish("user");
cam_stream2 = new NetStream(client_nc);
cam_stream2.play("user");
feed.attachVideo(cam_stream2);
that broadcasts the 1st webcam to opens the swf to all the others that open the swf. how can i set it up so that all web cams that connect to the app get their own video component and broadcast to everyone else who is connectted?
Webcam
Is it possible to make a chat with webcams in flashMX? Is it possible to do it without communicationserver?
thanks
Webcam
hi everyone
i need urgently to setup a webcam (with zoom) pointed to a beach from a building nearby the coast...
And i would like to show the results (jpg pěctures) each 20 seconds or whenever the user updates the aplication... but within the overall flash interface structure i developed for giving wave conditions reports
i will need advice from which camara model I should choose, and the scripts needed to acomplish the goal, and any others platforms details i should setup
thanks in advaced for helping
Tulex
Webcam
is it possible to have a webcam on site using flash? with a chat feature maybe?
Using A Webcam / Eye Toy?
Hi, I was just wondering if it was possible to make something like the Eye Toy games on the PS2 in Flash?
The games use a web cam to display the user on the screen and then track their movements, allowing the user to interact with the objects on the screen.
Would this be possible with Flash?
If not does anyone know what app could do this?
Thanks.
Using A Webcam / Eye Toy?
Hi, I was just wondering if it was possible to make something like the Eye Toy games on the PS2 in Flash?
The games use a web cam to display the user on the screen and then track their movements, allowing the user to interact with the objects on the screen.
Would this be possible with Flash?
If not does anyone know what app could do this?
Thanks.
Webcam
hi-
i've looked over the web and done a search on this forum but i cant seem to find any information about how to pull images from a webcam and display them in a flash file
i would like to pull and display images in about real time (well as much as can be managed with an isight/g5)
any tips, pointers to websites that contain the info etc would be greatly appreciated.
domm
WebCam And MX
How I can transmit a streaming video taked with my webcam to my site in flash?
I need to transmit a on-line image.
Webcam - Mac
Why can't I view anything from my webcam for any Flash applications that use Camera.get(). I use a Mac Intel Laptop and have Flash 9.0. I can't figure out why my built-in webcam won't turn on for the Flash.
Webcam
I made a app that can get a hooked up webcam, and display it.
How would I make the receiving end for someone on another computer to watch (even if they don't have a webcam)?
As3+webcam+3D
Hi all,
i'm trying to make a game that use a webcam.
i want to get a snapshot of the player face, then texture-map it to 3D headshape model.
How to do that with as3 or as2? Is it possible?
ps:sorry for my english
thanks,
Help With Webcam
hye i am new to actionscript and i am currently doing a project where i need to get an out put (perferably as a number) which changes depending on the brightness levels detected by my webcam.
is this possible with actionscript at all?
and would anyone know any tutorials that i could use?
cheers
More Than One Webcam?
Hi, I was thinking about some fun experiments and interactive demos I could do for uni using webcams and detecting motion - but since webcams in flash can't breakdown the detection of motion to individual quadrants of the feed it limits some of teh fun can be had - So I was just wondering whether multiple webcams could be hooked up to flash? I can't see how it would be done, but I was hoping someone might know.
Thanks
Help Webcam
Hi all,
I am using a webcam as a motiontracking device, but I don't want to see the webcamera clip on the screen.
How can I do it?
Thanks.
Webcam Help
Hi all,
I need to do something that is very similar to this: http://www.discombo.co.uk/webcam3.php
Any Idea on how that has been done?
Thanks
Using A Webcam
Can somebody please walk me through creating an application to stream from a webcam?
Thanks
Webcam And H.264
Hello everybody,
We use FMS for videoconferencing and, as far as I know, FMS 3 does not support H.264 encoding from a webcam source. I does support H.264 playback, but, for now, that is all.
I'm wondering if some third party sellers have a solution for this. If so, has anybody tried any of them? Does anybody know if and when FMS will support H.264 encoding form a webcam source for videoconferencing?
Thanks!
How To Add Webcam?
hi. can anyone help me with this one..
i found one tutorial from flashkit
(http://www.flashkit.com/tutorials/Dy...-732/index.php)
it doesn't seem to work.. i don't know how to take a "sample image" from my webcam, i simply took a pic with my webcam and tried that way..
this way it should refresh my webcam one time/sec (i think), is there any other way to put it online in flash, i'd like to refresh the image as quickly as possible.
Webcam - Mac
Why can't I view anything from my webcam for any Flash applications that use Camera.get(). I use a Mac Intel Laptop and have Flash 9.0. I can't figure out why my built-in webcam won't turn on for the Flash.
Webcam MX ?
i know i've seen this topic around and i could've sworn i've seen tutorials on it before .... but now that i actually have a use for it ... i can't find them anywhere.
does anyone know where i can learn to do this. or have any example files so that i can learn how
thx very much
Webcam
Does anyone have a clue how to incorporate a webcam into a flash? I ask this because when you right click a flash, and go to proporties, it asks if this application should have use to your webcam, and I think that would be really sweet to have a tv playing in the background with "yourself" in it. It would be kinda freaky :P
Tingtonger
Webcam
This is an odd question, does anyone know if it would be possible to intercept a webcam feed and send it to a socket?
WebCam Via Flash Mx Help
Hiya experts,
I tired using dynamic loading of jpg to implement a webcam feature. Heres hows it is suppose to work:
webcam ->home pc -> web host-> internet users
capture -> webcam.jpg -> upload to host-> internet users
webcam.jpg will keep changing/overwriting itself
The code:
=================================================
url = "cam.jpg";
counter = 2;
function update() {
newmovie = "JPG" + counter++;
duplicateMovieClip("JPG", newmovie, counter);
loadMovie(url, newmovie);
}
=================================================
the function will then update itself (in a loop)
the .swf works fine locally on my pc (changing the webcam.jpg very few sec)
The problem:
however when i upload the .swf to my webhost somehow the the flash file keep recognising the "old webcam.jpg" The image changes only when I close the browser and reload the flash file.
how can i/what must I do to make it such that the dynamic jpg changing happens automatically?
pls advice thank you.
Using Webcam In Flash?
Do anyone know how to use a webcam and make it as a navigation tools? Like if i create a ball and move my finger in front of the Webcam/Videocam... the ball will follow the movement of my finger. It detect the movement of the Webcam or video cam.
I hope you guy can help me with it.
Thank you
Webcam Video?
Hello all,
I'm new to flash MX, and am looking at some of the new features.
Does anyone know how to capture webcam video in the goal of creating a chat client/server that can transmit video and audio to another user?
It appears to be a function built into flash MX, however it eludes me as to how to use it. If anyone knows how to do this, has any examples, links or source code it would be greatly appreciated.
Thanks in advance,
Birdgenj
Webcam + Chat With MX
Would like to design a virtual cafe for my x-mates (now all over) to meet. When the users log in their faces and names should show as icons. When one clicks on a icon it should be possible to
teleconference (voice plus webcam) with that person using MX...
If so, could anyone tell me how?
Webcam Always Allowed
Hi guys,
well i need to show a live stream from my webcam to my own swf, and i would like to know to have it always allowed, without the privacy box?????
thanks
Diogo Lessa
FlashMX Webcam
Hey people,
Just a quick one. Whats the best way to get a webcam running via flash? Does it have to be the comm server way or is there a flash script that will do it?
If it's not possible to stream it does anyone have a good script that will get the latest image from a folder on my server and refresh say every 10 seconds?
Cheers for the help
Ex-Ess
Pause Webcam
hey there.
flash can have an embedded video display a picture from a webcam.
is there any chance i can pause the image? to give a photo taking effect.
thanks!
PS - Is it possible to save the taken images as a jpg? or even print the images afterwoods?
thewaste
Webcam Script
I use webcamxp(a program for live streaming to my site)
For live streaming tomy site this program use webcamxp.swf that I must upload to my site and this code that I must put on my html page
(generated by the webcamxp)
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="320" HEIGHT="240" id="webcamXP" ALIGN="">
<PARAM NAME=movie VALUE="webcamXP.swf?webcam=http://xxx.xxx.x.xx(this is my ip):80/cam_1.jpg&refresh=15"><PARAM NAME=loop VALUE=false> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=scale VALUE=noscale> <PARAM NAME=salign VALUE=LT> <PARAM NAME=wmode VALUE=opaque>
<EMBED src="webcamXP.swf?webcam=http://xxx.xxx.xxx.xxx:80/cam_1.jpg&refresh=15" quality=high WIDTH="320" HEIGHT="240" NAME="webcamXP" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>
Everything is working fine but I want to use this in a flash site
I think it can be done by loading the webcamxp.swf in my mc.swf by loadmovie command but I dont know how
Please help me
Allow 'my Url' To Access Webcam?
ok, this might be a daft question, but when you right click a flash movie, it brings up the settings menu....
In the 'privacy' tab, it says "Allow 'my url' to access your camera and microphone?.... Allow or Deny"....
Well this flash movie is hosted on 'my url', so how do I access their camera and microphone....?
Just an idea I'm thinking about... how is this useful? what's the point?
Live Webcam? How To?
Ok, i got this idea...I would like to know how to do a live webcam thing...I want to have a button in an swf movie that says like, click here to view live webcam or w/e...I have no idea what to do or how to do this but i know its possible....I am good with flash websites movies etc, but when it comes down to this stuff i get lossed quick...It might be easy but i donno, can some1 help me asap or tell me where i can go to learn how to do it. Thanks
Regards,
Ryan
Remote Webcam
Does anyone know how to get an swf to display video from a remote webcam (not connected to the computer, but has an IP address)? Any help would be appreciated.
Flash Webcam Help
I'd like to know if USB webcam will be laggy if i have to connect it with a very long USB cable to the pc, like say 2 meters long. Will the length affect the accuracy of webcam detection if the wire were long?
Multiple WebCam
Is there a way to connect multiple webcams to a pc that then flash can switch between them using a button etc , any links ideas are much appreciated thanks
si
Stream Webcam
I want to set up a private page on my server, that allows me to stream from my webcam, just so i can check up on things etc. I have no idea where to begin on this. can someone point me in the right direction?
Flash Webcam
I want to make flash to reload the same image every 6 seconds. The webcam reposts that image every 6 seconds so it will be a new image every time it's loaded. How can I make it load the external image, without caching it?
Webcam's List How To
Hi, Iv only started to use flash the past 3 or so days i am making a web cam broadcaster for my first project using red5 as the server.
On one of the red5 demos you can select the web cam to broadcast on a custom drop down list, how is this done iv searched this site and many others to find out how but cant find out how maybe i am not searching with the right keywords.
Thanks Joe
Webcam Solution
Hi
I want to build or outsource a webcam component for my asp.net application. I intend to do this using flash and flash media server.
Requirement:
The purpose is to interview candidates. The candidate will be interviewed via webcam with voice. This interview has to be recorded as a file on the server for future playback and review.
Questions
1) Is it possible to communicate between flash streaming server and iis since the registered users will be using the application?
2) I have some knowledge of flash but not action script. In your opinion, how easy or difficult it will be for me to build this solution myself?
3) If I plan to outsource this to someone with good knowledge of flash, action script and fms, how much effort does he require. i.e approx how many hours work. I want to know this because I can get an idea of what to pay him.
4) Any links that would help me with the above issues will be welcome.
[F8] Webcam & Flash
Hi There,
I am a Flash beginner and as part of a college project I am trying to use a webcam to detect people's movements on a street and then use that input to create, manipulate and direct the movement of animations (created in Flash). I have found a number of tutorials which check for a change in a pixels colour to detect movement, however, I can't figure out what valuable is provided (i.e. pixel number etc). In other words, how do I use the information provided by the webcam to affect my animations?
Any help or advice would be greatly appreciated.
Thanks,
Rebbs.
Video Webcam
Hi,
I want to make the video I get from my webcam greyscale.
I have this working code which turns an image in a mc greyscale:
import flash.filters.ColorMatrixFilter;
var mat:Array = [ .33,.33,.33,0,0,
.33,.33,.33,0,0,
.33,.33,.33,0,0,
0,0,0,1,0 ];
var colorMat:ColorMatrixFilter = new ColorMatrixFilter(mat);
clip.filters = [colorMat];
But trying this with the video code isn't working, any ideas??
import flash.filters.ColorMatrixFilter;
my_cam = Camera.get();
var mat:Array = [
.33,.33,.33,0,0,
.33,.33,.33,0,0,
.33,.33,.33,0,0,
0,0,0,1,0
];
var colorMat:ColorMatrixFilter = new ColorMatrixFilter(mat);
my_video.attachVideo (my_cam);
my_video.filters = [colorMat];
[MX] Camera/webcam
How can I get a webcam or camera connected via usb, to play through flash...but if the camera sees a certain glyph or picture...it automatically places a 3d model/picture there.
**and yes I saw this on prototype this**
Webcam Resolution
hi all
I want to be able to capture the video from the same webcam in 2 video objects and give them 2 seperate resolutions - 320x240 and 160x120. They will both be displayed at 320x240 but I need 1 of them to be quite pixelated. I have written the following code but both video objects are pixelated. I think it is due to the fact that the Camera.get() is called twice. Does anyone know a way round this?
Code:
cam = Camera.get();
vid.attachVideo(cam);
cam.setMode(320, 240, 24, true);
var camMatrix:Matrix = new Matrix(2,0,0,2,0,0);
cam2 = Camera.get();
vid2.attachVideo(cam2);
cam2.setMode(160, 120, 24, true);
var camMatrix2:Matrix = new Matrix(1,0,0,1,0,0);
XML Webcam Capture
Hi everyone. Im trying to capture the (raw)data output of my webcam to feed into a socket and hopefully replay in another swf.
My first step is trying to capture the raw data. My attempts have been unsuccessful. I have tried:
Code:
trace(camera.get());
trace(camera.get(1));
obviously looped to get continuous data however this echoes [object Object] How can I view the raw data or is this not possible? is there another way to do what im trying to do? or is it impossible?
|