android-camera-intent
Camera Intent not saving photo
I successfully have used this code snippet before, but with the file pointing to somewhere on the SD card.[详细]
2023-04-11 21:53 分类:问答Take image from SD card, compress it, and save it back to SD?
Im trying to capture an image from the camera, and if its too big i want to compress the bitmap and send it back to the sd card. I initially tried to pull the image directly into internal memory but a[详细]
2023-04-03 19:21 分类:问答android picture from camera being taken at a really small size
Im trying to capture an image from the camera, compress it, then store it to the SD card. If I directly save it to the SD card using the code directly below, I get the full image. But if i try and loa[详细]
2023-04-03 04:34 分类:问答Change Camera settings from another App's Activity
I have an Android app that calls the native camera app to take a picture and returns the image for further manipulation. My problem, is that I run into memory leaks if the camera is set to 2(+) megapi[详细]
2023-04-02 19:21 分类:问答Camera intent staying open on android
For my app I am making, I have the camera intent run when an activity is created.The problem is that when I click ok for the pic I captured, it just reopens the camera again to take a picture.Here is[详细]
2023-04-02 05:56 分类:问答how to get image name using camera intent in android?
I want to show camera\'s current take image using like given this code.I can get image from camera and display in imageview.I want to know that image\'s file name.[详细]
2023-04-01 07:36 分类:问答listen to camera events android
I am trying to implement camera events in android开发者_运维知识库. I am a newbie at this. How exactly does one go about listening to events like didCancel and didFinishPickingMedia? please advise. I[详细]
2023-03-22 10:50 分类:问答Overlay the Android camera app aka the barcode scanner
When the Android camera opens it fills up the screen in width and height but actually I want the app to open and limit upto certain dimensions on the screen aka BarCode Scanner but here the catch is t[详细]
2023-03-16 11:32 分类:问答Read Extras from Intent MediaStore.ACTION_IMAGE_CAPTURE
1) If I try to pass extra data to Intent to another activity like this: Intent intent = new Intent(mContext, NoteActivity.class);[详细]
2023-03-12 08:15 分类:问答Camera intent problem, camera is starting without request
I have a little problem with my camera intent. As I know, when camera orientation is changed, activity is restarted. Okej, I am using the code bellow.[详细]
2023-03-11 11:41 分类:问答