Hi,

I wamt to use some camera functions to get Snapshot in Flex application.

something like follows:

camera = Camera.getCamera();
vd.attachCamera(camera);
var bd:BitmapData = ImageSnapshot.captureBitmapData(vd);

<mx:VideoDisplay id="vd" width="200" height="200" visible="false"/>

Do I have to need flash media server setup or not?

May I use the functions if I do not have flash media server?

Thanks for your help

Mark

Reply via email to