camera-overlay Questions

2

Solved

I am struggling with a problem. I am capturing a video, and i had put an UIImageView with an UIImage in it as the UIImagePicker CameraOverLay. So when the user starts the camera in order to captur...
Eigenfunction asked 30/7, 2013 at 8:53

0

I am attempting to overlay a view over a video capture session in UIImagePicker. The overlay works fine but when the app gets to the screen where the user can "retake", "play" or "use video", the a...
Angelikaangelina asked 17/4, 2017 at 1:48

2

Solved

I just about have this solved. Thanks to some brilliant help getting me on the right track. This is the code I have now. Basically, I can now make an image out of the drawn overlay, and the camera...
Comfort asked 3/3, 2017 at 16:49

1

Solved

I have an overlay over the camera view made up of red circles, stored in the Assets.xcasset ImgOverlay placeholders, and the cameraview (preview) appears behind - or underneath - the overlay. That'...
Chromatin asked 3/3, 2017 at 12:59

1

Solved

I'm developing an application similar to Instagram iOS app. Instagram have a custom camera preview. I want to develop something similar and the question is - what to use better for this purpose - U...

1

I would like to use ffmpeg to record my desktop as well as my camera as an overlay on top of the desktop. So basically I will have two input sources that need to be recorded $ ffmpeg -f avfoundat...

1

Solved

I'm searching a programmatic solution to following problem: I want to draw a custom overlay on camera (iOS). And I want it to be vertically central on the camera output view. I've accomplished to d...
Disulfiram asked 19/5, 2015 at 15:12

3

Solved

I have an app that uses the UIImagePickerController to take a picture. The problem is that I only want the camera option to be available and I understand that I need to hide the standard controls: ...
Homopterous asked 15/12, 2013 at 1:45

0

Hi I am trying to record video with overlay. I have written: -(void)addOvelayViewToVideo:(NSURL *)videoURL to add overlay view on recorded video but it is not working. I written the code to re...
Darlenadarlene asked 1/7, 2014 at 6:53

1

Solved

Editing a photo after it's been taken (moving and scaling it) works fine in my app with this line: [imagePicker setAllowsEditing:YES]; But if I also use a cameraOverlayView, the editing mode doe...

1

Solved

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...
Eaglewood asked 2/12, 2011 at 13:8

1

Solved

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...
1

© 2022 - 2024 — McMap. All rights reserved.