[android-developers] Re: Camera preview

2009-08-31 Thread tinyang
#x27;re using the > default camera activity. That is why you are not getting full sized > pictures. > > If you want to embed the preview you can use the Camera object > directly. > > On Aug 28, 1:02 am, Pavel wrote: > > > Hey tinyang, > > > Could you pl

[android-developers] Re: Camera preview

2009-08-28 Thread tinyang
filoutputStream.write(data); filoutputStream.flush(); filoutputStream.close(); } catch(Exception ex) { ex.printStackTrace(); } } } } On Aug 28, 1:02 am, Pavel wrote

[android-developers] Camera preview

2009-08-27 Thread tinyang
Hello. I just got my camera preview working for my app, but it is not appearing where I want it to appear, and I'm not sure how to get it there. Instead of using the entire screen for the preview, I would like to put it inside a surfaceview in an activity xml gui. What do I need to change? Here

[android-developers] Camera preview in activity view

2009-08-27 Thread tinyang
Hello. I just got my camera preview working for my app, but it is not appearing where I want it to appear, and I'm not sure how to get it there. Instead of using the entire screen for the preview, I would like to put it inside a surfaceview in an activity xml gui. What do I need to change? Her