Webcam screen capture

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default Webcam screen capture

    For our class project this year we are working on a flash com conference
    streaming program. Since we don't have the equipment to take a real screen
    capture and stream it we are going to use a webcam or mini DV. Although this
    will look horrible, it's a proof of concept and the only option we can see.

    My question is, is there a way to control the feed from the camera so it's not
    sending a lot of information that will plug up the bandwidth. We're thinking
    of a still every couple of seconds but we're not sure of how to actually do
    this. Any suggestions are welcome.

    Acorna Guest

  2. Similar Questions and Discussions

    1. screen capture to FMS
      Hi everyone, I want to send a video stream from C# to FMS(with network layer and all that stuff) is it possible? If not, can I send byte array to...
    2. Is Flash Player Video and Audio capture from a webcam possible?
      I have the exact same question. Is it possible to capture video and audio without communicatons server?
    3. Is Flash Player Video and Audio capture from a webcam possible?
      I have the exact same question. Is it possible to capture video and audio without communicatons server?
    4. Capture screen
      Can someone help me, I found nothing to the "newmember" that I created from the following script: thestagebitmap = (the stage).image.duplicate()...
    5. Getting memory buffer for webcam capture
      Hello, I have a webcam that seems to work with Quicktime (webcam5 from creative). I can initialize the device and capture stuff. I'm using...
  3. #2

    Default Re: Webcam screen capture

    Maybe the Client.setBandwidthLimit() method is what you need to implement to
    avoid clogging your bandwidth. It allows you to set a limit to the number of
    bytes that are allowed to be uploaded and downloaded by a client. This is a
    server-side call.

    See
    [url]http://livedocs.macromedia.com/flashcom/mx2004/main/wwhelp/wwhimpl/common/html/w[/url]
    whelp.htm?context=Flash_Communication_Server&file= 00000472.html


    jamezw Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139