• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Camera zoom

New Here ,
Jan 01, 2011 Jan 01, 2011

Copy link to clipboard

Copied

Hi,

I am building an app that show the camera

var vd:Video = new Video();
addChild(vd);
var cam:Camera = Camera.getCamera();
if(cam){
     vd.attachCamera(cam);

}    

I see the camera but it in full zoom

Why?

I used the Galaxy S I9000 device

Thanks,

Eyal.

TOPICS
Development

Views

299

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 02, 2011 Jan 02, 2011

Copy link to clipboard

Copied

LATEST

getCamera is getting the camera as a video camera I think, not as a still camera. If it's being seen as 640x480, then that you would be seeing the middle of the 4.9 megapixel image.

See if you can do a setMode, to set a higher resolution.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines