Webcam Application

I'm currently developing an application but am running into
some troubles. I hope you guys can help me.
What I'd like to do is a webcam game, that's how it should
work:
- a master movie is placed on the server
- the first person opening the swf can see the master movie,
then he's asked to reproduce what he saw with his webcam
- the second person comes and sees the last recorded movie
and then again has to reproduce what he saw, when he finishes he
will se the master movie, to compare.
- and so on
now recording and playing all works fine, more or less, but
how can I find out how many movies are there already? I thought
about saving an xml with php on a simple webserver, but there has
to be an easier way, a solution I can solve with FMS to read out
the data in the folder.
Thanks in advance.

quote:
Originally posted by:
McKean
sorry to bother again, I placed the code into my fla:
function doConnect() {
client_nc = new NetConnection();
client_nc.onStatus = function(info) {
trace("Level: "+info.level+newline+"Code: "+info.code);
fileObject = new File("streams/_definst_");
fileList = fileObject.list();
trace(fileList);
for (a=0; a<fileObject.length; a++) {
trace("File found "+fileList[a].name);
client_nc.connect("rtmp://192.168.1.42/sample_room");
I think I'm doing something wrong here...
Where do I have to place this?
Thanks!
The code goes in your server side actionscript, not on the
client side. So, you'll need a client function and a server
function... something like this:
On ther server side:
Client.prototype.getStreamList = function(){
fileObject = new File("streams/_definst_");
fileList = fileObject.list();
returnArray = new Array();
for (a=0; a<fileObject.length; a++){
returnArray.push(fileList[a].name);
return ReturnArray;
On the client side:
function getStreamList(){
client_nc.call("getStreamList", onGetStreamList);
function onGetStreamList(data){
for (a=0; a<data.length; a++){
trace(data[a]);
So, what's happening here is that the client calls the server
function, and the server returns the results to the client as an
array of file names.
As Fguru mentioned, you could use a SharedObject, but then
you'd be eating up extra RAM when you don't need to.

Similar Messages

  • A WebCam application for a kde user

    I'm searching for a webcam application, but unfortunately I'm unable to find any:
    Cheese is out of question because it pulls half of the gnome packages with it
    wxcam from aur fails to compile:
    [dheart@lightbringer wxkam]$ makepkg
    ==> Making package: wxcam 1.0.1-1 (ср юли 30 14:09:05 EEST 2008)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found wxcam-1.0.1.tar.bz2 in build dir
    -> Found CImg-1.2.8.tar.gz in build dir
    -> Found wxcam-1.0-gcc430.patch in build dir
    ==> Validating source files with md5sums...
    wxcam-1.0.1.tar.bz2 ... Passed
    CImg-1.2.8.tar.gz ... Passed
    wxcam-1.0-gcc430.patch ... Passed
    ==> Extracting Sources...
    -> bsdtar -x -f wxcam-1.0.1.tar.bz2
    -> bsdtar -x -f CImg-1.2.8.tar.gz
    ==> Entering fakeroot environment...
    ==> Starting build()...
    patching file src/v4l.h
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for library containing strerror... none required
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking wxWidgets version... 2.8.8
    checking how to run the C preprocessor... gcc -E
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking for LC_MESSAGES... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking for ngettext in libc... yes
    checking for dgettext in libc... yes
    checking for bind_textdomain_codeset... yes
    checking for msgfmt... /usr/bin/msgfmt
    checking for dcgettext... yes
    checking if msgfmt accepts -c... yes
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... /usr/bin/xgettext
    checking for intltool >= 0.35.0... 0.36.2 found
    checking for perl... /usr/bin/perl
    checking for XML::Parser... ok
    checking for a sed that does not truncate output... /bin/sed
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking whether ln -s works... yes
    checking how to recognize dependent libraries... pass_all
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking how to run the C++ preprocessor... g++ -E
    checking for g77... no
    checking for xlf... no
    checking for f77... no
    checking for frt... no
    checking for pgf77... no
    checking for cf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for xlf90... no
    checking for f90... no
    checking for pgf90... no
    checking for pghpf... no
    checking for epcf90... no
    checking for gfortran... gfortran
    checking whether we are using the GNU Fortran 77 compiler... yes
    checking whether gfortran accepts -g... yes
    checking the maximum length of command line arguments... 1572864
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by g++... /usr/bin/ld -m elf_x86_64
    checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
    checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC
    checking if g++ PIC flag -fPIC works... yes
    checking if g++ static flag -static works... yes
    checking if g++ supports -c -o file.o... yes
    checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking for gfortran option to produce PIC... -fPIC
    checking if gfortran PIC flag -fPIC works... yes
    checking if gfortran static flag -static works... yes
    checking if gfortran supports -c -o file.o... yes
    checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for WXCAM... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating po/Makefile.in
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing default-1 commands
    config.status: executing intltool commands
    config.status: executing po/stamp-it commands
    make all-recursive
    make[1]: Entering directory `/home/dheart/Downloads/wxkam/src/wxcam-1.0.1'
    Making all in src
    make[2]: Entering directory `/home/dheart/Downloads/wxkam/src/wxcam-1.0.1/src'
    if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/mjpegtools -I/usr/include/mjpegtools/mpeg2enc -I/usr/include/mjpegtools/mplex -march=x86-64 -mtune=generic -O2 -pipe -MT audio.o -MD -MP -MF ".deps/audio.Tpo" -c -o audio.o audio.cpp; \
    then mv -f ".deps/audio.Tpo" ".deps/audio.Po"; else rm -f ".deps/audio.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/mjpegtools -I/usr/include/mjpegtools/mpeg2enc -I/usr/include/mjpegtools/mplex -Wall -g -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -march=x86-64 -mtune=generic -O2 -pipe -MT ccvt.o -MD -MP -MF ".deps/ccvt.Tpo" -c -o ccvt.o ccvt.c; \
    then mv -f ".deps/ccvt.Tpo" ".deps/ccvt.Po"; else rm -f ".deps/ccvt.Tpo"; exit 1; fi
    In file included from ccvt.c:24:
    /usr/include/mjpegtools/mjpeg_types.h:40: error: conflicting types for 'int64_t'
    /usr/include/sys/types.h:198: error: previous declaration of 'int64_t' was here
    make[2]: *** [ccvt.o] Error 1
    make[2]: Leaving directory `/home/dheart/Downloads/wxkam/src/wxcam-1.0.1/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/dheart/Downloads/wxkam/src/wxcam-1.0.1'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    webkam requires kde4...
    I don't know if came is supposed to make images or not but on my system the webcam flashes and then the console output is:
    [dheart@lightbringer wxkam]$ camE
    camE: camE 1.9 - (c) 1999, 2000 Gerd Knorr, Tom Gilbert
    camE: grabber config: size 320x240, input 0, norm 0, jpeg quality 75
    can't load font arial/8
    can't load font arial/8
    [dheart@lightbringer wxkam]$ No supported palette found, please report your device to the author
    So... any ideas?

    Dheart wrote:Just... get a working webcam application?
    I was just checking to see if you were simply looking for something to record video from your camera. If so I would suggest something like FFmpeg. Obviously you're looking for something more than that.
    --EDIT--
    By the way, your picture from the other thread, if you run it through GIMP's emboss filter, then through greycstoraton, you can get a pretty good picture of yourself...
    Last edited by skottish (2008-08-02 16:51:00)

  • Developing a webcam application

    I wanna to develop a webcam application by which two workstation can have video conferencing over the net.
    I need full theory and concept from first step to last one.

    I wanna to develop a webcam application by which two
    workstation can have video conferencing over the
    net.Wow, me too!
    I need full theory and concept from first step to
    last one.Wow, me too!
    Ted.

  • Qosmio F60/00Y15. Webcam application fails to initiate

    Hi,
    I have a Laptop "Qosmio F60/00Y15" camera application fails to initate.
    All 61 drivers on my computer are up todate.
    Camera version on my lapyop is V2.0.0.19.
    Can any one help me to get the camera back to work?
    thnx

    Hi
    Did you try to reinstall the webcam application?
    Do that! Firstly uninstall the webcam software. Reboot the notebook and install the webcam software again.
    You dont know where to find this software?
    Well, you can find this package either on Toshiba European driver page or on the Toshiba Australian page.
    http://eu.computers.toshiba-europe.com
    http://www.mytoshiba.com.au/
    Both pages should provide the same webcam software.
    I think new installation shoudl help you to sortout this issue.

  • Satellite C665 - Win 7 - Webcam application - "Record Video Failed"

    Toshiba C665 - If that matters.
    Windows 7
    I have a problem whenever I try to use the recording function on the program "Web Camera Application".
    The blue camera light on my laptop turns off, the program goes black and a message box reads "Record Video Failed". If I press ok it returns to the original screen where I can see myself.
    I do not get this problem using the Photo function.

    Hi
    Did you try to reinstall this application to check if this would solve the video recording problem?
    Do that!
    The webcam software can be found on the Toshiba EU driver page.

  • Webcam application advice

    Hi
    I should create an application that is rather simple, but I would like a suggestion on how to make it: 
    I should have a webcam pointing at a visitor (in a museum) and I should have the visitor shown on a big monitor (like he/she is in a mirror), but the image should have a delay of 2 seconds. This should be done to simulate how one sees himself if the mirror is on the moon (2 seconds delay due to light travel).
    Of course I should do it in Director (ver 11)
    Someone has some ideas?
    Thank you very much
    Valerio Oss
    PIXEL CARTOON

    Hi
    I should create an application that is rather simple, but I would like a suggestion on how to make it: 
    I should have a webcam pointing at a visitor (in a museum) and I should have the visitor shown on a big monitor (like he/she is in a mirror), but the image should have a delay of 2 seconds. This should be done to simulate how one sees himself if the mirror is on the moon (2 seconds delay due to light travel).
    Of course I should do it in Director (ver 11)
    Someone has some ideas?
    Thank you very much
    Valerio Oss
    PIXEL CARTOON

  • What language to write a simple webcam application

    Hey all,
    I need to write a simple application that will allow me to record video and audio from the computers webcam and mic. I need to be able to upload this to a server with a decent api for this sort of thing. I know webcams work in linux because of Ekiga (i think?) ,skype and etc.. working with it. But what language for linux would give me access to this hardware in a linux environment.
    I have some ruby and python experience, and am not opposed to learning a new language to do this. I would like it to be cross platform or easily portable.
    any suggestions?
    thanks

    fiddlinmacx wrote:Why reinvent the wheel? You can do this with VLC Media Player at the command line and you can even control it by sending commands to a network socket.
    This, i did not know. Thanks very much.
    I do need to wrap this in a simple GUI.
    I would ideally like it to just have a record and upload button. Very simple. Just wondering the best way to pull this off.
    Thanks again, will look at some of the CLI parameters with vlc
    Last edited by skrite (2012-06-12 16:53:28)

  • Re: Satellite L500-19X - Webcam application start with Windows

    I have lost my Web Camera Application from off the desktop.
    I can bring it back by going to the Web Camera Application / Program files(86) / Toshiba/ Web Camera Application and clicking on the Web Camera Application .exe. But it will not reappear when I boot. I have the Auto Run ticked,
    My laptop is the Satellite L500-19X, Windows 7
    Thanks for any help.

    Thanks to all the replies I have now got the Web Camera Application working properly.
    Dr.Lamp the download link you gave me has enabled the Web Camera Application.
    The problem I had with installing the driver ie Windows Script Host error, not allowing me to install the driver, I overcame by not allowing the zip file to extract and install. What I did was create a new folder on the desk top, and instructed the zip to extract but not install the contents into the new folder. When all the files had been extracted to the new folder, I opened the folder and clicked on the .exe file. To my amazement and joy, the software ran and first removed the existing software, I rebooted and clicked again on the .exe and the software installed. I now have the web camera application on my desktop and it re-appears after a re-boot.
    Message was edited by: Altone
    After reading the replies that was given while I was writing my last post, can someone enlighten me regards whether the action I took was the correct action to take, I am concerned that I may still have further problems regarding the 'Error message Cannot find script engine'

  • Webcam Application/Software download

    Hi,
    Ive been googling around for hours and all I could find was a driver. I lost my program CD to install the software and drivers for my webcam so now i have to downlaod them. I believe the program was called "PC-CAM Center" this is not even on creatives website (download section)
    my webcam is:
    Creative Labs Webcam Pro
    PD030
    S/N: cs03032045467
    I downloaded the 'driver' from this website and isntalled it... nothing really happened. cant even use the webcam on MSN. at one point it did, but the video was very slow-motion like.
    Can someone post a link to the program/driver? thanks!

    by the way it actually says the software update server is not responding any ideas

  • My Built-In webcam

    My built in webcam keeps going fuzzy and blurry in a matter of five seconds. I reinstalled it i don't know how many times and it continues to do this. At first when i open up toshiba my webcam application the display is clear and i can see myself just fine. What can i do to fix it? Help please! -Ashley 
    I have attached a picture taken from my webcam to help better explain what it is doing.
    Attachments:
    Photo_00001.jpg ‏191 KB

    hmmm, i think you better turn off the effects on the webcam...you'll look better...hehehehhehe...
    Let me know if this works...
    CHEERS!!!

  • How do you get your webcam device name from the JMF registry?

    Ya, I don't know where the JMF registry is.....is there a list somewhere in the API? Is it somewhere in the Windows registry files after installing JMF? I keep hearing you need to do this when creating a webcam application but never seen it explained anywhere.

    The registry is a file located in the lib directory under the installation of Java Media Framework, called jmf.properties.
    You can edit it with the jmfregistry application provided with JMF, or using the proper classes such as the CaptureDeviceManager.

  • Qosmio X300-13R - After few seconds the image darkens on webcam

    We have laptop Toshiba Qosmio-X300-13R with the chamber built in webcamera. But there is a question.
    I start the native utility or Skype, the first seconds all is visible, and then the image darkens and looks narrowly in the monitor that like it is visible my silhouette. If I apply different options, it does not occur. It is necessary to press the button to apply, the chamber again for 5-10 seconds shows brightly and is light. And then again on 95 % darkness... Deleted native driver, Windows Vista puts built in, and in Skype that does not vary. And with native drivers, in the utility (Camera Assistant Software for Toshiba) and in Skype.
    What is such and how it to win?
    P.S. On how many I have understood, the built in chamber of firm Chicony.

    I had the same problem. . . fortunately I have a solution =)
    After you've opened your webcam application like yahoo webcam and the screen goes black, what I do is I open the Toshiba camera assistant software utility and click properties
    From there click backlit compensation and night mode. The screen would black out again after an hour or so, when that happens repeat the process, if the night mode is already checked, uncheck, and then check again then click ok when the screen comes to.
    Hope this helps.

  • Problem with WebCamera example

    When I run WebCamera application (as Air application) in
    FlexBuilder on my MacBook Pro, I get the following startup error
    (see below). After I select "continue" and then select "Start," I
    get another error (further down). Also, I've run the DefaultPods
    example and can see the chat posting to the "room" successfully,
    but I get the same audio and video errors.
    ReferenceError: Error #1065: Variable flash.media::SoundCodec
    is not defined.
    at com.adobe.rtc.clientManagers::MicrophoneManager/get
    selectedMic()[C:\work\main\connect\cocomoPlayer10\src\com\adobe\rtc\clientManagers\Microp honeManager.as:148]
    at com.adobe.rtc.clientManagers::MicrophoneManager/set
    _1703516469micIndex()[C:\work\main\connect\cocomoPlayer10\src\com\adobe\rtc\clientManager s\MicrophoneManager.as:121]
    at com.adobe.rtc.clientManagers::MicrophoneManager/set
    micIndex()[C:\work\main\connect\cocomoPlayer10\src\com\adobe\rtc\clientManagers\Microphon eManager.as:117]
    at
    com.adobe.rtc.clientManagers::MicrophoneManager()[C:\work\main\connect\cocomoPlayer10\src \com\adobe\rtc\clientManagers\MicrophoneManager.as:77]
    at
    com.adobe.rtc.clientManagers::MicrophoneManager$/getInstance()[C:\work\main\connect\cocom oPlayer10\src\com\adobe\rtc\clientManagers\MicrophoneManager.as:88]
    at
    com.adobe.rtc.sharedManagers::StreamManager/findCodec()[C:\work\main\connect\cocomoPlayer 10\src\com\adobe\rtc\sharedManagers\StreamManager.as:1839]
    at
    com.adobe.rtc.sharedManagers::StreamManager/onUserAdd()[C:\work\main\connect\cocomoPlayer 10\src\com\adobe\rtc\sharedManagers\StreamManager.as:1811]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at
    com.adobe.rtc.sharedManagers::UserManager/userReceivedOrEdited()[C:\work\main\connect\coc omoPlayer10\src\com\adobe\rtc\sharedManagers\UserManager.as:988]
    at
    com.adobe.rtc.sharedManagers::UserManager/onItemReceive()[C:\work\main\connect\cocomoPlay er10\src\com\adobe\rtc\sharedManagers\UserManager.as:841]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.adobe.rtc.sharedModel::CollectionNode/
    http://www.adobe.com/2006/connect/cocomo/messaging/internal::receiveItem()[C:\work\main\co nnect\cocomoPlayer10\src\com\adobe\rtc\sharedModel\CollectionNode.as:741
    at com.adobe.rtc.messaging.manager::MessageManager/
    http://www.adobe.com/2006/connect/cocomo/messaging/internal::receiveItem()[C:\work\main\co nnect\cocomoPlayer10\src\com\adobe\rtc\messaging\manager\MessageManager.as:661
    at com.adobe.rtc.messaging.manager::MessageManager/
    http://www.adobe.com/2006/connect/cocomo/messaging/internal::receiveItems()[C:\work\main\c onnect\cocomoPlayer10\src\com\adobe\rtc\messaging\manager\MessageManager.as:536
    at
    com.adobe.rtc.session.managers::SessionManagerBase/receiveItems()[C:\work\main\connect\co comoPlayer10\src\com\adobe\rtc\session\managers\SessionManagerBase.as:374]
    And then, when selecting "Start,"
    ReferenceError: Error #1069: Property nearID not found on
    flash.net.NetConnection and there is no default value.
    at
    com.adobe.rtc.sharedManagers::StreamManager/createStream()[C:\work\main\connect\cocomoPla yer10\src\com\adobe\rtc\sharedManagers\StreamManager.as:662]
    at
    com.adobe.rtc.collaboration::WebcamPublisher/createMyStream()[C:\work\main\connect\cocomo Player10\src\com\adobe\rtc\collaboration\WebcamPublisher.as:1028]
    at
    com.adobe.rtc.collaboration::WebcamPublisher/publish()[C:\work\main\connect\cocomoPlayer1 0\src\com\adobe\rtc\collaboration\WebcamPublisher.as:645]
    at WebCamera/onBtnClick()[/Users/mike/Documents/Flex Builder
    3/WebCamera/src/WebCamera.mxml:163]
    at
    WebCamera/___WebCamera_Button1_click()[/Users/mike/Documents/Flex
    Builder 3/WebCamera/src/WebCamera.mxml:193]

    Hi,
    I think you are using player 10 swc. In that case, you need
    to make sure three things
    a) you are using flash player 10 in your browser.
    b) Your Project properties->Flex Compiler-> Require
    player version as 10.0.0
    c) Make sure you are are using the right Flex SDK that
    supports Player 10 classes.
    You are getting this error since SoundCodec is defined in
    player 10 , and either you might be missing one of these steps.
    If you are using the player 9 swc, then you don't need to do
    these things.
    Also, you can look at the messages of this earlier forum post
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72&catid=759&threadid =1406892&highlight_key=y&keyword1=Player%2010
    Thanks
    Hironmay

  • HP TouchSmart 520-1047c Webcam Issue

    My webcam has gone MIA. My Chrome Hangouts tries to launch and place a video call and reports it could not access my video camera.
    The Camera HP High Definition 1 MP shows in the imaging devices of my Device Manager. I have uninstalled and reinstalled the device there it is using the latest Microsoft USB Camera video drivers.
    I went to the Touch Smart Webcam application and launched it from there and particle reported several missing files that it uses for special effects. That didn't stop the camera from coming up and working OK.
    I then went to the HP website and followed their webcam troubleshooting guide. It reccomends that you  reinstall the webcam software using the Recovery Manager. So I deleted the existing Touchsmart Webcam software package from the Programs and Features Contro panel app launched Recovery Manager and Selecte HP Webcam software to be reinstalled. The install seemed to fo well no errors were reported. My problem is I now can't find the TouchSmart Webcam softare application to launch the webcam. Recovery Manger thinks it is installed as it asks be to uninstall it if I try amd reinstall it.
    How do I find where the PC installed the software. Ir is not in Program Files(x86)/Hewlett-Pacard/Touchsmart where all the other TouchSmart aps are located.
    Any ideas where I can find this or force the recovery manager to install it again?
    Thanks in advance...
    pdxpogo

    Hello @pdxpogo,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that you are having issues with your webcam on your HP TouchSmart 520-1047c Desktop PC and require assistance. I would be happy to assist you, but first I would encourage you to post which operating system you are using. And whether your operating system is 32-bit or 64-bit as with this I can provide you with accurate information.
    Which Windows operating system am I running?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Please re-post with the requested information and I would be happy to provide you with assistance. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • Code webcam using JMF

    anyone know how to code webcam application in java? I'm using "Vimicro USB PC Camera" webcam. Any helps are appreciated.

    JMF doesn't capture images from the web cam, it captures video streams from the web cam... if you're capturing individual images, you're doing something extra to make it to do that...
    So all you really need to do is to capture a frame of the web cam stream at whatever rate you need...
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/FrameAccess.html]

Maybe you are looking for

  • How to add a field in elementary standard search help ? (H_T012)

    Hi everyone, I need to add a description field in the standard H_T012 search help, I know that collective search helps can be modified by appends, but, how can it be done in an elementary search help ? Thanks on advance, VSwaret

  • Dynamic Configuration key length

    I am using dynamic configuration to set certain JMS properties but it appears that the maximum key length is 20 characters. Has anyone experienced this problem.  Is this a bug? Thanks Here is my code DynamicConfiguration conf = (DynamicConfiguration)

  • How to manage internal 160 GB HD, latest iTunes cannot upload any kind of content to HD

    Hi, I have an Apple TV generation 1, with internal 160 GB HD, i used itunes to manage internal content, such as Movies, photos, songs, but recently upgraded iTunes to the latest version ans suddenly, my ATV seems to behave as ATV G3, that means, ther

  • Notification report

    Dears From change notification(QM02) From menu NOTIFICATION>PRINT>NOTIFICATION>5999 REJECTION REPORT Company logo is IDES HOLDING AG at the header level and in bottom level address is also different how it is possible to bring our own logo and addres

  • Work Area - Discussion not displayed in cFolders

    Hi All, We are creating Bid Invitationa and in that we have created Cfolder. we are facing issue with language specific cFolder access as discribe below; When we create Bid Invitation with EN language then he could able to see work area - Discussion