I'm trying to show a cropped version of the preview, but show it at
native resolution rather than showing the entire thing scaled down.  I
discuss what I'm doing more here (http://groups.google.com/group/
android-developers/t/f95804f843d3711b).

On May 20, 3:50 pm, Jason Proctor <ja...@particularplace.com> wrote:
> what do you want to do with the preview?
>
> if you just want to render it, then Camera will do that for you with
> setPreviewDisplay().
>
> best thing to do if you want to do anything else == don't use Camera
> previews :-)
>
> >I think I might go the offscreen buffer route and render when I can,
> >as FPS doesn't matter to me in the slightest.  I'm looking at creating
> >a virtual canvas to draw to, but I'm not sure what to do with the
> >YCbCrarray that can get it into a usable form.  What would you
> >suggest I do with the array?
>
> --
> jason.software.particle
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to