Tagged Questions
0
votes
0answers
30 views
UIImagePickerController blocks AVfoundation to capture frames
I want to write an augmented reality application on IOS. For this, I have read that people use UIImagePickerController to overlay the live camera with OpenGl rendered objects.However when i use OpenCv ...
1
vote
1answer
217 views
How to overlay GLKView on top of UIImagePickerController
I'm trying to overlay OpenGL ES content, using a GLKView, on top of a live video feed from the camera using a UIImagePickerController. I've read several tutorials, books, and posts but, still can't ...
0
votes
0answers
184 views
Issues while adding custom camera overlay view as subview to main view in iphone
I am using following code to add custom camera overlay view.It is working fine with ipad.but in iphone it is not adding overlay view.How can i resolve this?
if([[UIDevice currentDevice] ...
0
votes
1answer
152 views
How to dismiss camera (ImagePickerController) in a tabbar App and reload it whenever tab is re-selected?
I am building an app that shows the camera (ImagePickerController) when the tab is selected for the first time. Since it is modally presented by its view controller, it takes the entire screen and I ...
4
votes
1answer
344 views
UIImagePickerController Orientation
I am creating an UIImagePickerController for a full screen camera using a custom OverLayView but when ever I rotate my device I get an error saying "CGAffineTransformInvert: singular matrix." As a ...
1
vote
1answer
484 views
How do you tell whether UIImagePickerController cameraOverlayview will rotate or not?
IOS 6 on the Ipad rotates the UIImagePickerController cameraOverlayView on landscape mode, but IOS 6 on the iphone 3GS does not - thank you Apple!
I dont know the behaviour for IOS 5, or other ...
0
votes
0answers
114 views
iOS Camera with UI Switch for both picture and Video and showing Assets
How do I use the UIImagePickerController of the iOS to achieve a camera interface with a UISwitch for selecting either video or pictures and also show the Assets stored in my app? How do I access and ...
0
votes
1answer
241 views
iOS: UIImagePickerController Overlay property Detects CameraSource Change
Background: I am implementing a face mask to help people focus their camera and to produce a uniform result across every picture. Sadly, the face mask needs to adjust its size while switching between ...
0
votes
1answer
254 views
How to show Image editing screen with custom camera overlay with takePicture method
In my application I have to show a custom camera overlay.It is showing perfectly.
On that view , I have a button which hits the method takePicture which is responsible for capturing image from camera.
...
0
votes
1answer
980 views
How to subview a camera view?
I am making an app that will let the user see themselves in a 'mirror' (the front facing camera on the device). I know of multiple ways of making a UIImageViewController with a view overlay, but I ...
0
votes
1answer
232 views
Is it possible to make UIImagePickerController.cameraOverlay UIView stay behind camera controls?
I have a situation that I need to show to user the Camera Capture with a overlay. The overlay it's only a rect marking a area to capture, with a shadow in outside bounds.
So, I would like to present ...
5
votes
2answers
2k views
How to add a uiimagepickerview custom overlay
i will like to add a custom overlay on the UIImagepickerview with some custom buttons.
will appreciated if anyone could show me a link or 2 to the tutorial.
thanks
0
votes
1answer
1k views
Custom Overlay with UIImagePickerControllerSourceTypeSavedPhotosAlbum
I need to let the user select a photo from the Photo Library and be able to size and crop their image while using an Overlay image. Using UIImagePickerControllerSourceTypeCamera with cameraOverlayView ...
0
votes
1answer
3k views
Overlay image in UIImagePickerController depending on device orientation
I have two overlay images that I want show in camera view depending on the device orientation - one for the horizontal and one for vertical orientation (overlay_v.png and overlay_h.png). When device ...
0
votes
1answer
974 views
iPad Camera Overlay Orientation issue
I am developing an app for iPad2 which allows user to take photos. I am going to use custom overlay for image picker. But this overlay view does not detect the orientation of the device.
I have ...
0
votes
1answer
567 views
UIImagePicker and overlays
In my app, after an image is picked with uiimagepicker, it is processed via a webservice. The web processing takes a second, so I'd like to create an grayed out overlay with an activity indicator ...
1
vote
1answer
765 views
Accessing UIImagePickerController Camera's Preview Screen
I am working with a basic UIImagePickerController. I have read about camera overlays and am not ready / don't need to dive into that world yet.
After the user takes a photo, the ...
0
votes
1answer
415 views
Overlay image on top of the UI taking the photos
im making an iphone app that is somewhat similar to fatbooth... Im trying to recreate the overlay image effect they have when you have to put your head in that certain area on the photo. Anyone know ...
0
votes
1answer
236 views
Where to initiate ImagePickerController in a ViewController
I am using the following to push my cameraViewController
[appDelegate.navigationController pushViewController:cameraViewController animated:YES];
In my cameraViewController's ViewDidLoad i use the ...
2
votes
0answers
716 views
Use scaled and moved image from IPhone UIImagePickerController to match marks on overlay image and still match them after choose and merge them both
UIImagePickerController on edit in preview screen with an overlay image, after scale and move the taken or selected image, to match marks on overlay image, the result edited image don't seems to ...
4
votes
2answers
2k views
Capture camera view and onverlay in an image
I open the camera view and place an image as an overlay.
I then want to save both the overlay and the camera view's image as one image.
Previously I achieved this using UIGetScreenImage().
Now that ...
1
vote
0answers
372 views
Stack A scroll view onto UIImagePickerController
I'd like to first say I'm a little new to anything but tutorial examples, so sorry if this is a daft question.
I have modified some sample code ever so slightly so that instead of closing a ...
10
votes
5answers
12k views
camera overlay view - just for preview?
I've noticed that in OS 3.1 you can add an overlay view to the image picker with
cameraOverlayView
However, I've also noticed that adding a view via this method also displays the view for the ...
2
votes
2answers
1k views
Live Camera Problems in iPhone App
Question regarding an iPhone application we have developed which uses the live camera function.
Details:
We are layering an adjustable semi-transparent image over the live camera feed
When the ...
