Questions tagged [image-capture]

374 questions
0
votes
1 answer

iOS capture UIView with UIImageView inside

I'm trying to get a UIView screen capture on iOS. In my view I have two UIImageView with animations. The code that I using it to capture the view is: UIGraphicsBeginImageContextWithOptions(self.view.bounds.size, NO, 1.0); [self.view.layer…
Tony
  • 287
  • 5
  • 19
0
votes
0 answers

wordpress camera image capture and save

I 'm currently having a project that uses Advanced Custom Fields on the frontend helping the user to upload his photo and store it in a post. What i would like to add is having the choice of instantly capture a photo with a webcam and save as a…
George Oiko
  • 1,423
  • 2
  • 17
  • 24
0
votes
2 answers

I cannot return the previous activity with using ActivityForResult

I have these codes. Camera opened, the picture is taken, but when I click on "ok" button, nothing happened. The only way to get back to previous activity is clicking the "x" button which is not useful for me :). What is the problem?…
Arda Oğul Üçpınar
  • 881
  • 1
  • 14
  • 38
0
votes
1 answer

Saving bitmap at custom path and with custom name

my program captures an image (as bitmap) but I don't know (and couldn't find) how to save it with a custom name at a custom path... Here's my image capture codes. Can I do it? Or is there any way saving it as another data type, not bitmap? some help…
Arda Oğul Üçpınar
  • 881
  • 1
  • 14
  • 38
0
votes
2 answers

Convert a layout to an image, how to have a good quality?

I have a layout in an Android activity, I convert it as an image and then share it on different social networks. The things is that the quality is not good at all, I have artifacts on the image, and the quality depend of the size of the screen. Is…
Dimillian
  • 3,616
  • 4
  • 33
  • 53
0
votes
2 answers

Android Saving Captured Image As Android Camera Captured

I'm trying to open android's own camera application from my application.It is working!But i have a problem when i want to get information like, -Image ID -Image Display Name -Image Title -Image Data -Image Size -Image Date Taken which should be…
COvayurt
  • 827
  • 2
  • 11
  • 36
0
votes
1 answer

OpenText DokuStar Capture Center Extraction Enhancement

Since there is virtually no documentation or code snippets on programming inside OpenText Capture Center. I need some input from someone with experience. Here is the crux of what I need... In the Scripting Manager, I need to be able to access all…
David C
  • 3,610
  • 3
  • 21
  • 23
0
votes
3 answers

How can I capture the whole web page in an Android phone while using its browser?

When I visit a web page using Android browser I can capture the visible part of the web page making a screenshot of the whole screen, but I need capture the whole web page, including the part of the web page that is outside the screen, I mean, not…
user1785721
0
votes
2 answers

Store picture take in the app directory and give a custom name to it.

I am creating a camera app for iphone, and I am facing one issue. I want to be able to give the picture I take, to be stored in the app's private directory and also to give picture a custom name to it (certainly via code). Eg I took a pic, I want…
Zeeshan Rang
  • 19,375
  • 28
  • 72
  • 100
0
votes
3 answers

stuck on image capture screen ,can't get back to onActivityResult (Android)

I Have a activity that opens the Camera by starting ACTION_IMAGE_CAPTURE Intent: Intent intent = new Intent( android.provider.MediaStore.ACTION_IMAGE_CAPTURE); SimpleDateFormat dateformat = new SimpleDateFormat("ddMMyy"); File…
0
votes
1 answer

How to use images correctly even the camara is captured in reverce direction iphone

In my App I have used captured images in two locations, view1: Immmidiatly use/set in imageView1 after capture the image. view2: Re use imageview1.image in an imageView2 in 2nd view. in first image view1 the image is set properly even we take in…
user1645721
  • 653
  • 2
  • 8
  • 18
0
votes
1 answer

WP7: camera capture sound while using 'PhotoCamera' class

I'm using the PhotoCamera class to take a picture within my application. Is there a way to enable the capture sound present in the official camera application?
Spiri
  • 1,283
  • 11
  • 24
0
votes
1 answer

Composing an ImageSnapshot source dynamically

I want to create a snapshot that composes several components in a different way than they are displayed to the user. Let's say the layout on screen looks like this:
prismaticorb
  • 895
  • 1
  • 8
  • 18
0
votes
1 answer

Images captured by capturebitmap in QTP are different on different machines

I use CaptureBitmap method to save images from IE to local then treat them with JAVA. I test my code on 2 machines in my office, it does well. But then, I copy it onto another one, the image captured by QTP is different, I don't know why, but the…
allenzzzxd
  • 331
  • 1
  • 10
  • 24
0
votes
1 answer

ImageCaptureService.app what is it?

/System/Library/Services/ImageCaptureService.app - what is it? Evernote uses it for importing the images from scanners or cameras. How do the do that? I can't found any information about it.
Dmitry
  • 7,300
  • 6
  • 32
  • 55
1 2 3
24
25