Closed GoogleCodeExporter closed 9 years ago
I am not too sure I understood the issue. Is it a new feature/enhancement
request that the video should be captured as snapshot image and sent to the
server?
If I give access to the raw bitmap of the video box using the Javascript API,
will you be able to use that to post the data to the server? In that case, I
can provide a quick API something like the snapshot property, which will allow
the Javascript application to get the ByteArray of the snapshot in JPG.
Original comment by kundan10
on 25 Apr 2011 at 10:17
[deleted comment]
Yes that would be helpful the main idea is to get the bitmap raw data and post
on regular intervals so to a server-side script so it can analyze the image. as
the user is on chat like chat roulette
Original comment by rohande...@gmail.com
on 25 Apr 2011 at 10:33
Hi Kundan,
Have you added the API ?
Original comment by rohande...@gmail.com
on 27 Apr 2011 at 10:17
Hi when too expect the ByteArray Of snapshot in JPG feature will be released
with flash-videoio
Original comment by rohande...@gmail.com
on 28 Apr 2011 at 8:56
I added this in http://myprojectguide.org/p/flash-videoio/VideoIO-1.7.swf which
you can download (save as). You can also test it at
http://myprojectguide.org/p/flash-videoio/14.html (it also describes the image
data string as Base64 encoded JPEG data).
Taking the snapshot is slow, so not sure if this can be useful for real-time
communication. But it is definitely useful for taking photos periodically.
Hope this helps!
Original comment by kundan10
on 2 May 2011 at 7:57
Thanks Alot!
Original comment by rohande...@gmail.com
on 2 May 2011 at 8:02
Also uploaded VideoIO-1.7 in downloads page with a warning. The known issue is
related to duplicate control buttons initially when controls is set to true
from flashVars.
Original comment by kundan10
on 2 May 2011 at 8:07
Original issue reported on code.google.com by
rohande...@gmail.com
on 25 Apr 2011 at 10:08