07-05-2011 10:37 AM
Hello
i am using Adobe AIR and Blackberry Playbook(1.0.6.2390) and i am trying to use camera. When i test it on desktop, everythings runs fine and i can see camera stream. But as soon as i run it on PB, i dont see anything. When i list available cameras, i can see two cameras, named "0" and "1", but still cant get any video stream from them. Code looks like this :
cam = Camera.getCamera()
video = new Video(320,240)
video.attachCamera(cam)
addChild(video)
Also...is there any way, to get picture from camera, not video stream ? I mean full 5 MPix pictures.
Thanks
Richard
07-05-2011 10:55 AM
Did you declare use_camera action?
07-05-2011 11:54 AM
ehm..no
thank you very much !
07-05-2011 11:57 AM
But second question still remains...is it possible to capture images using camera ? I mean capture full 5Mpix images, such as in Camera application, not video screenshots.