The camera-overlay tag has no wiki summary.
25
votes
2answers
955 views
How to open camera with animation effect?
I want to open camera with animation effect, so that it should appear that camera is opening in the parent screen only.
I am using camera overlay screen and on click event of button in parent ...
19
votes
1answer
555 views
Camera Overlay with User-Photo not saving as edited
I am using a transparent image with a cut out for a user to insert / take their own image. For some reason, while using the UIImagePickerControllerEditedImage and cropping the user-taken photo, the ...
12
votes
1answer
152 views
How to customise the Camera screen frame?
I want to lauch camera with customised frame so that I should be able to show UIsearchBar in the same View and on touching the UISearchBar I need to close the camera, but the UIsearchBar should be ...
4
votes
1answer
323 views
Touch-To-Focus on cameraOverlayView in iOS 5?
I used to have touch to focus on my cameraOverlayView (in UIImagePickerController), but once I updated to iOS 5 it doesn't work.
I used a custom view class which I applied to my view in ...
3
votes
3answers
1k views
fire event when touch up inside uiview and outside button
I have a view overlayed to the iPhone's camera view. In this view I have some uibuttons that are displayed in positions depending of values from accelerometer/compass.
I need to fire an event when the ...
2
votes
1answer
127 views
How to change camera Overlayview orientation landscape left and right iPhone?
In my iPhone application i have a UIImagePickerController for take photos. I have hide all default camera controls and added UIView with Two button as a CameraOverLayView in UIImagePickerController. ...
1
vote
0answers
19 views
renderincontext works fine in portrait but not landscape
I am developing an app to allow for an view to be overlaid on a picture taken. I am using the following code to accomplish this:
UIGraphicsBeginImageContextWithOptions(imageSize, NO, 0.0);
...
1
vote
1answer
64 views
iphone: displaying small, live camera image in window (2)
I am having a great deal of trouble displaying at small, live camera image in a viewController.
I would have expected the following code to show camera display to appear in a 100x 100 window, but ...
0
votes
1answer
45 views
Immediately get UIImage after UIImagepickercontroller -(void)takePicture
I have a cameraOverlay with it's own camera button and I use the takePicture method when they press the camera button and use the delegate method
...
0
votes
0answers
33 views
Exlusive touch in cameraoverlay view (of the camerapicker) in iOS?
In my application, I added a cameraOverlayView to the camerapicker. It contains three subviews, two UIButtons and one UIImageView. The image is draggable. The buttons are used to change the image to ...
0
votes
1answer
132 views
Camera overlayview not change landscape orientation(Left and Right) in iPhone4?
I have customized the camera with custom buttons(UIButton) by overlay view. My iPhone application will run only in Landscape mode(Left and Right). Now, my camera overlay view change it's orientation ...