Show camera on imageview - android-camera

I'm trying to show the camera on ImageView object.
Is this possible?
if not, how can I show the camera without open the default app?
for now I just open it and capture an image with the camera intent.
thanks for help.

Related

detect when user take a picture or when a new image is added to the camera roll

In my app, I have an Image View showing the most recent image from the Camera Roll.
I want it to always be updated so I need a way to detect when a new image was added to the Camera Roll.
Is there a notification when user take a picture from the camera or a screenshot?
Or even better is there a notification that a new image added to the Camera Roll?

How does the iphone camera display graphics?

I was curious to know how the iphone/ipad/ipod camera show the display screen i.e. once we open up the camera app, how does the app show up the graphics on the display ? How does it paint the content on the display layer/surface? Does it use the GPU for that ?
Any Links on the same would be very useful.
Thanks.

camera control in iphone app

I have created a app which consist of camera option.In that camera view, I have added a help button which should display in that camera view when the user about to take a pic.but it should hide after the user took his photo.I need oly the camera controls and the preview of photo,not that help button.where should I write function for this.I am finding very hard to do this.waiting for the reply.

Open Camera, now add UIImage from Saved Phot Albums or Photo Liberary

I am currently working on interior Decoration Iphone Application, That needs Camera. So when camera is open I want to get UIImage from SavedPhotoAlbums/Photo Library, then want to show it on Camera while Camera is Still open in Background... Any Suggestion and Help. Thanks
You can nOt Open Photo Library while Camera is open, Because Camera + Photo Album/Library comes under Class UIImagePicker. So if one is already running you cannot open another.
If you want to do That?
den
Save Objects that are already there on Camera with Their Frame and Close Camera.
Then
Open Photo Album/Library, Pick an Image from Library, Open Camera again and show Saved Objects + Selected Image on Camera.
any Query or Suggestion? You are Welcome

IPhone UIImagepicker with camera showing camera roll thumbnail like default camera app?

im working in iphone's camera app, using UIImagePicker to launch the camera.
Everything goes well, just a need to use the default controls showed in the camera app in iphone(little thumbnail from the last pic in camera roll and take photo buttons) and its animation(take and send the picture to the left bottom thumbnail), not default in UIImagePicker (cancel and take photo buttons).
How i can do that?
thankz :D
You can't do that. What you should do is present a UIActionSheet and ask if the user wants to get a photo from the Camera or their Photo Albums.
You may try to use the cameraOverlayView property or create your own custom controls duplicating the default controls (hiding the default controls with showsCameraControls = NO).