Tagged Questions
0
votes
0answers
12 views
Android Overlay Camera , not taking images in correct orientation [duplicate]
I am creating an android camera app ,
in this I am creating a surface view and inflating a layout over main layout ,
I added a button for click to capture image, all process is going nice , but ...
0
votes
0answers
37 views
How to realize an camera overlay in phonegap app and save image
-- Note: I really searched for hours to solve my problem, there are some solutions for android native and unanswered for phonegap --
I´ve got a phonegap app, made with notepad ++ and phonegap build. ...
0
votes
1answer
49 views
snapshot of overlay image from array of images
I have multiple images under scrollview. When i click one image it will displays overlay image of camera overlay view. But when i click button it won't take snapshot of camera overlay image. I take ...
0
votes
1answer
58 views
Couldn't capture overlay image
I have 3 images. I load one by one to camera overlay image. Then i need to take snapshot. But when i click button it take snapshot of particular image. When i put imageName.png in ...
0
votes
0answers
70 views
Flex Ipad Camera Overlay
I saw a similar question but it had no awnser...
Is there any way to add an overlay image using camera UI in Flash Builder?
What i really want is something similar as the grid that exist in Native ...
1
vote
2answers
191 views
iPhone Camera Overlay issue
I am using Custom Overlay for camera in my iPhone app,I have followed this tutorial.
My problem is-the overlay comes before the shutter opens,means on the shutter users can see the overlay ...
0
votes
0answers
123 views
Overlaying a view on another view xcode
My question is this, I'm developing an app that utilizes a camera function to take a photo and then add a custom frame to that image, then save that image to the camera roll. I initially used ...
0
votes
1answer
154 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 ...
0
votes
2answers
346 views
iOS: How to go back to a specific tab or previous tab after closing UIImagePickerController?
My app runs within a number of tabs, one of which runs a camera with an Overlayview. I have a Close button on the camera and I need some help on how to immediately load the previous tab or a specific ...
0
votes
2answers
146 views
how to save a cropped UIImage from my camera?
In my app i am using camera functionality and i am using overlayview for camera every thing working fine.
The problem is while saving image i dont want to save the entire image i want save only the ...
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
0answers
263 views
Camera Overlay Transparent Buttons
Does anybody know of an open source project or a tutorial covering camera overlay transparent buttons like the ones on standard iPhone camera: flash (auto, on, off), options (grid, HDR) and ...
0
votes
1answer
581 views
Android SurfaceView overlay on camera view does not show when preview is on
I have a FrameLayout containing two SurfaceViews. One of them will show the camera preview, and the other is a custom surface view I use for drawing. Problem is the surface view does not show up. If I ...
-1
votes
1answer
90 views
iPhone Camera Filter Overllay
I have managed to overlay various things onto the camera view its self, however now I am finding difficulty with overlaying an effect on to the camera, preferably a Gaussian Blur.
How would i go ...
0
votes
1answer
238 views
How to overlay one image over another image in iPhone
In my app i have one transparent image, now when user selects one image from photo library, that image have to be display over transparent image and make as an one uiiimage so that user can mail or ...
0
votes
1answer
484 views
Android Overlay 4/3 Image on Camera
I have the following problem: I have an app with a camera and top of it and image as an Overlay. The Image is in 4/3 I get the optimal size for my screen and I draw the Image.
The problem is that I ...
3
votes
1answer
406 views
Capture photo with overlay picture
I am trying to capture a photo with an overlay image using iPhone camera, but after surfing net for days, I still can't find the answer for it. How can this be done? I am using Xcode 4.3.2.
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
98 views
iphone 3gs cameraoverylay shows only white screen
I am creating the simple customized camera application.
so. i tried to customize the buttons for flash setting button and capture.
It worked for iPhone4 and iPhone4s... but unfortunately.. it shows ...
0
votes
0answers
513 views
Camera orientation in landscape only in iphone
In my application I am using camera to take photos, and I want to use a image as overlay on the camera. the camera should show the landscape right only as my application is in landscape right mode. I ...
0
votes
1answer
989 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
233 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 ...
0
votes
0answers
725 views
Android custom camera with overlay (size doesnt match)
I wrote my own camera in android. Basicly it contains a control panel a surface view and an overlay view on top of that surface view.
When i take a picture i save it and replace the blank overlay ...
2
votes
1answer
2k views
Opengl transparent background and Camera Preview don't like texturing
I have been working on creating an opengl camera overlay and succesfully placed a 3d cube with a transparent backround over a camera preview however the problem occurs when adding a texture.
The ...
1
vote
1answer
383 views
How to capture image of particular co-ordinates in iphone?
I am new to iphone development. I am creating one camera app, in that i need to capture only some co-ordinates of the image for example (I have overlay image on camera. that image is dollar. In the ...
0
votes
1answer
214 views
camera overlay messes up the photo
so I tried to create a simple overlay for the camera view now the images are coming out distorted
var cameraOverlay = Titanium.UI.createView({
width: '100%',
height: '100%',
right: 0,
});
...
0
votes
1answer
550 views
Drawing a rectangle (or line, or bitmap) on the camera preview stream (.NET Compact Framework)
I'm working on a .NET CF 2.0 application that uses the camera, showing the preview and allowing the user to take a photo. I'm using the CameraCaptureDialog component and I wanted to draw a rectangle ...
0
votes
1answer
435 views
How to make square overlay appear with touch?
The app that I'm currently working on is supposed to overlay a square image. The square image would overlay on preview camera screen wherever the user touches the screen.
I'm having hard time ...
2
votes
1answer
473 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
609 views
Camera Overlay Picture Black
EDIT: As Oren Bengigi suggested, I tried enclosing the bit of code that saves the data in a post(Runnable), but I'm still getting the same results:
final Handler handler = new Handler();
void ...
1
vote
1answer
1k views
Saving Overlay Image
So I was looking at this thread on how to save an overlay on a picture. Android save view to jpg or png
I have my code taking the picture and saving the image just like the answer in that thread ...
1
vote
1answer
964 views
Animated characters on an overlay of camera capture
I was wondering how the characters in this app are animated on screen. Is it possible to have a video with transparent background to put as the overlay of camera capture ? Is this just a set of ...
-1
votes
1answer
109 views
Making graphics move in camera view
I am trying to make graphics move randomly in cameraview. Is there any way that I can get the balls moving in camera view? Or any tutorials that any one of you may refer me to?
0
votes
1answer
132 views
On Android, How can I get a small .png to appear where I tapped with my finger with the camera active
Thanks in advance for your time!
This has been bothering me for quite some time now. What I want is to display a small .png image on the screen where I tapped my finger, with the camera being active. ...
2
votes
4answers
299 views
how to create paginated camera overlays
I am new to iphone development, and i am wondering how would i go about placing a page control as an overlay for the camera, so that a user could swipe and different overlays would be shown for each ...
0
votes
1answer
977 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
112 views
Need help with camera!
I write app that make video with addition information like time. I need to overlay this information on video. Object camera have method takePicture. I can nfrt hicture and prosecc them.
How make ...
3
votes
3answers
834 views
Use Standard Camera Button on a Camera Overlay (iPhone)
I am using an Overlay on the camera views in my app. Problem is, I want to use the standard Camera Button - the long oval button that you tap to take a picture.
Is there a way to add the oval camera ...
1
vote
1answer
768 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 ...
3
votes
1answer
878 views
OpenGL model Overlay of Camera Preview
I am trying to display a .md2 model over top of the camera preview on my android phone. I don't need to use the accelerometers or anything. If anyone could even just point me in the right direction as ...
2
votes
2answers
859 views
android camera preview callback is drawing overlay view very slowly
I am using a face detector which follows detected faces as they move, using the Camera preview callback and drawing an overlay view on top of the preview display (where it draws circles around 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
2k views
iPhone - Sound not playing with AudioServicesPlaySystemSound nor AVAudioPlayer
I have a button on a UIImagePicker overly , and I want it to make some sound when clicked.
To do so, I have in my project resources a sound in m4a and mp3 formats (for test purpose).
I try to play ...
1
vote
2answers
2k views
iPhone sdk - Use a custom camera
I'm developing an app that needs to take two pictures in a row. I'm currently using the iPhone camera but :
I would like to NOT have the cancel
button on the bottom left
I would like to NOT have the ...
1
vote
1answer
974 views
iPhone: how to work with augmented reality
In augmented reality app,on Camera view another transparent view will be, On this transparent view, we used for drawing on camera view and saving it, can you suggest (Start and end) me how to work ...
0
votes
2answers
1k views
Camera controls iphone 4 blocked by overlayview
In my camera function i have an custom overlayview, its is a square in the middle of the screen. Works all fine on the iphone 3gs but if I am launching it on my iphone 4 im getting troubles with the ...
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 ...
2
votes
3answers
2k views
AVFoundation Camera Preview Screen gives wrong zoom
I'm currently developing an app that has a camera functionality, with a custom camera screen, featuring a preview screen and an overlay.
I'm using the AVFoundation classes and methods as per the ...
0
votes
1answer
728 views
iPhone SDK - How to hide cameraOverlayView before using UIGetScreenImage?
I'm trying to take a full screen image of the camera picture without having the overlay ontop.
In my overlay controller I have tried to hide the overlay with this lines of code:
[self.view ...
2
votes
0answers
1k views
Loading an OverlayView from XIB -vs- programmatically for use with UIImagePickerController
I am currently making a camera app for iPhone and I have a strange phenomenon that I can't figure out. I would appreciate some help understanding.
When recreating an overlay view for passing to ...


