Hi all,
I'm trying to make a webcam app, using a microsoft Lifecam VX-1000 and Flash Pro 8. It has 320x240 resolution. I capture the camera
image using
var image:BitmapData = new BitmapData(_root.view.width, _root.view.height);
image.draw(_root.view);
where view is my camera object.
The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.