merl0t / flash-videoio

Automatically exported from code.google.com/p/flash-videoio
0 stars 0 forks source link

Image simultainous capture and post to server side script on RTMFP #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Image simultaneous capture and post to server side script on server using 
Bitmap on RTMFP at interval set

What is the expected output? What do you see instead?

The data image the webcam at that particular second should be send to server 
side script at regular intervals

What version of the product are you using? On what operating system?

VideoIO-1.5.swf  - Windows 7 and  Firefox 3

Please provide any additional information below.

Original issue reported on code.google.com by rohande...@gmail.com on 25 Apr 2011 at 10:08

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Hi Kundan,

Have you added the API ?

Original comment by rohande...@gmail.com on 27 Apr 2011 at 10:17

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Thanks Alot!

Original comment by rohande...@gmail.com on 2 May 2011 at 8:02

GoogleCodeExporter commented 9 years ago
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