I've looked for various bug reports for the iPhone SDK, but have not seen anything directly related to this bug.
I'm using a UIImagePickerController on the device to take a photo using ... |
i want to write a app in which i open the camera.take a picture and then edit the picture..means put some cool effects on it...something like image editing...does some one knows ... |
Is there any way to create an array or something
having paths of all the images stored in camera roll.
Please enlighten me on this.
Thnx in advance
|
I will like to visualize the images from the Camera roll from my application. Something like with the Album app which let you zoom and pan pictures. I tried using the ... |
I am currently developing an app which is using the UIImagePickerController for taking pictures with the build in camera.
What I no want to do, is to provide the user a switch ... |
I am working on a app where i need to get a image from camera but before that i want to allow cropping of the image. I am using UIImagePickerControllerCropRect in ... |
Just a quick question on the iphone technology within this business card reader
http://www.youtube.com/watch?v=F8z6pcxdrPo
as we can see this video allows users to take a photo of a business card, i ... |
|
I want to put a background image first, and then put a small camera preview view on the top of it.
When user clicked the ok button, a screenshot of the ... |
I been trying to upload camera images from iPhone to my web server but some how the images change it's orientation after wards. This only happens with camera images and not ... |
Could anyone tell me how to automatically take image using image picker. user have no need to click the camera button.
|
I want to know how the iphone take the picture from camera through xcode?
and how it is stored ?,How to rename it? And how to delete it after our work completion?
please ... |
I am developing one application. In that I want to save my pictures in camera roll. So how to save my pictures in camera roll through code?
|
I have an application where the user should be able to take pictures using camera and save them within the application. By default all the images taken are saved to the ... |
I've deployed my application to a real iPhone device. I've also tested the camera function in my application. When I capture an image, for example "image01", this data is passed to ... |
I've been following apples example, QA1702, on how to capture images using the AVFoundation. I won't cite the code here because of space concern. A brief description of what ... |
can anybody suggest me how can I achieve this
1) in camera mode I 'll add an overlay (this part is achievable)
2) only the image inside that overlay should be captured
please refer ... |
Within my project I'm using the camera function of the iPhone. I'd like to take a picture of a card (Rectangle shape). After I take this picture I'd like to scale ... |
The image that shows in the camera preview is not the same as captured image.instead we are adding the camera controller as a subview. We cannot add the overlay. How can ... |
Im attempting to save some images to a camera roll, all the images are in a array.
if (buttonIndex == 1) {
int done = ...
|
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 ... |
I am developing an app,its requirement is to save EXIF details like GPS positions into the image and save it to photo library and then later on upload that image.
Below is ... |
Im developing a photo app.
Here i'm using the images from both photo library and also the images taking through camera and displaying it in a image view.
The images from photo library ... |