You can do:

                Camera.Parameters p = c.getParameters();
                p.setPreviewSize(width, height);
                c.setParameters(p);

before you do c.startPreview();
where c is Camera.

On Jan 6, 5:07 pm, Robert <[email protected]> wrote:
> Is anyone aware of how to lower the width and height size that is
> returned by previewCallback for Camera? Right now it returns an image
> with dimensions 480x320 and I would like to reduce that by at least
> half. Any suggestions?
>
> Robert

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to