I have no problem to record the webcam video to our wowza server. But recently, i want to record the video that show the augmented reality object that in the video.
I didn’t find any sample how i do it. Because in as3, i need to set the webcam. But now the whole thing became the movieclip live video. Is it possible to switch the webcam object to movieclip? So i can put anything on the top of the webcam and it will stream to the server?
My application is using NetStream and sending it to the FMS server put the image of the webcam needs to send what is in the MovieClip where she is appearing because some objects placed in front of the webcam and I need to be sent to the NetStream.
You could solve your problem?
Could you post the solution?
Thank you. Elis Nunes
Hi,
I have no problem to record the webcam video to our wowza server. But recently, i want to record the video that show the augmented reality object that in the video.
I didn’t find any sample how i do it. Because in as3, i need to set the webcam. But now the whole thing became the movieclip live video. Is it possible to switch the webcam object to movieclip? So i can put anything on the top of the webcam and it will stream to the server?
I have no problem to record the webcam video to our wowza server. But recently, i want to record the video that show the augmented reality object that in the video.
I didn’t find any sample how i do it. Because in as3, i need to set the webcam. But now the whole thing became the movieclip live video. Is it possible to switch the webcam object to movieclip? So i can put anything on the top of the webcam and it will stream to the server?
Thank you
hey keroma is there any way i can contact you? I have a few questions regarding recording on server.
If it is on the screen in flash, you can capture the data (screen shot etc), create a video, do just about anything. Use the bitmap data, or create a new one and use the draw() method to draw pixels to it.
Here’s a demo I made using the webcam and playing with the bitmap data.