Questions tagged [samsung-galaxy-camera]

Samsung Galaxy Camera is Android powered device which combines features of smartphone and camera

The Samsung Galaxy Camera is an interesting combination of a high-resolution 16 MP pocket camera and a fully functional Android-powered mobile device. On the Android side, it's powered by a quad-core Samsung Exynos 4412 running at 1.4 GHz. It has a 4.8" SC-LCD screen, packing a resolution of 1280x720. It comes with a full gig of RAM, and weighs in at a hefty 305 grams. On the camera side, the Galaxy Camera features a 16 MP BSI CMOS sensor. It also features a 28-48 mm (35mm equivalent) optical zoom lens.

XDA Forum for Samsung Galaxy Camera

12 questions
24
votes
4 answers

Android custom camera freeze after zoom

I have a custom camera that works fine in some devices. It works well on Samsung Galaxy Gran Duos (samsung-gt i9082, Android 4.2.2) but when I try to capture an image, that I zoomed in before, it freezes, no crash, the only way to get out is to…
Tiago GP
  • 243
  • 1
  • 6
12
votes
4 answers

Android camera/picture orientation issues with Samsung Galaxy S3, S4, S5

I am developing a camera application for Android API 16 to 21 which main and only purpose is to take portrait photo. I am able to take picture with several devices (Nexus 4, Nexus 5, HTC...) and have them correctly oriented (meaning that my preview…
Aymeric
  • 1,324
  • 3
  • 15
  • 33
3
votes
2 answers

Android camera API blurry image on Samsung devices

After implementing the camera2 API for the inApp camera I noticed that on Samsung devices the images appear blurry. After searching about that I found the Sasmung Camera SDK (http://developer.samsung.com/galaxy#camera). So after implementing the SDK…
Tooroop
  • 1,824
  • 1
  • 20
  • 31
2
votes
1 answer

Where are GPS coordinates stored in a video taken with Galaxy S10 stock camera v9.0.05.29?

I have a Samsung Galaxy S10 and I am using the stock Camera app (com.sec.android.app.camera, version 9.0.05.29). I have the "Location tags" enabled so that my phone correctly saves GPS coordinates to the photos I take. This used to work also for…
2
votes
1 answer

Launching camera camera from app does not have pro camera mode

On the Samsung Galaxy S6, when taking a picture there is an option to use Pro Camera mode which gives access to various extra settings when taking a picture. In my application when I launch the camera activity Intent camera_intent = new…
2
votes
1 answer

Having Problems with Camera in galaxy s5 phone

I'm working on a new app. The app uses the camera and the external storage. While on my LG G3 the app works fine, (as well as on the AVD emulator), when testing it on a Samsung S5, when I get the result from the camera, after taking the photo (in…
Gil Maimon
  • 153
  • 8
1
vote
2 answers

ImageReader acquireLastestImage of different resolution than ImageReader itself on Galaxy S6

I'm trying to read an image from an ImageReader set to a particular resolution (obtained from CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP of course), but the ImageReader.acquireLastestImage returns an image of a different resolution! Note:…
1
vote
1 answer

What is the minimal CaptureRequest required to create a preview with fixed focal length

With the code snippet below fails to create a CaptureRequest for a preview with fixed focal length. The image displayed in the preview is always focussed at infinity even though the report from the TotalCaptureRequest says otherwise. Here is the…
1
vote
0 answers

Camera Api : camera capturing shows tile images

Android Version 4.4.2 Samsung Note 8: I have made a custom camera using surface view. I may able to capture image and store it in SDcard. It looks perfect in all devices I checked i.e Nexus 7, Micromax Turbo, Canvas Hd, Moto G, Moto E. But In…
0
votes
1 answer

How to activate slow motion when using ACTION_VIDEO_CAPTURE intent?

I use the ACTION_VIDEO_CAPTURE intent to capture videos with the default Camera app. But the slow motion button gets disabled (gray) when the app open. Yet, it works perfectly when I launch manually the app. Intent takeVideoIntent = new…
0
votes
1 answer

how to take a picture with camera and get bitmap on Samsung Galaxy S6 android (how to create temp file on Samsung galaxy s6 for the image from camera)

I have got trouble when take a picture using the Samsung Galaxy s6, and get the bitmap from that. It works correctly on other platform like Galaxy Note and s5, LG G@, and a Blackberry PRIV. But now, I have got a trouble when I work on Samsung Galaxy…
0
votes
0 answers

Can the Samsung Galaxy Image Filter SDK be used for non-Samsung Android devices?

The SDK can be found here. Can it be used by other devices?
Fossilius
  • 3
  • 2