Hello i was playing around w/ ext js w/ camera support.. since AIRAliases.js got the basic functions to get the default camera, it works but i stumble in where to attach/show the camera object to? anyone can help?
Code:
var cam = air.Camera.getCamera();
var video = new air.Video(240, 180);
cam.setQuality(0, 100);
video.attachCamera(cam);
now, how do i render this in page?
------------------------------------------------------------------------------------------------------------------
Sorry, I got this tutorial: http://www.adobe.com/devnet/air/ajax...le_upload.html
but it uses JPEG, can someone generate a PNGEncoder? i dont have flash, thanks..