A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: connecting a wireless cam to comm server

  1. #1
    Junior Member
    Join Date
    Oct 2002
    Posts
    17

    connecting a wireless cam to comm server

    Im thinking of getting a wireless web cam, whiich will have a wireless nic in it and not be directly connected to a pc. My question is how do i get the images/stream from the cam into a stream on my comm server?

  2. #2

    stream stream

    The client side flash should be able to determine if you have a suitable video input to stream. It would do this automatically. You could always run this script to inform you of all of your possible sources of video:

    camArray = Camera.names;
    for (i=0;i < camArray.length;i++) {
    trace(camArray[i]);
    }


    This should let you know all of the avaliable video imputs on your machine that the camera object can attatch to. You will need to run this in the flash authoring environment to work.

    Ciao
    Jake Hilton

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center