Camera2 bugs - OnePlus 3T Guides, News, & Discussion

Hi,
I'm the developer of Open Camera ( http://opencamera.org.uk/ / https://forum.xda-developers.com/android/apps-games/app-camera-t2850557/ ) and was wondering what people's experiences were on the OnePlus 3T with third party camera apps that use Camera2 API?
I've tested a few different third party cameras on my OnePlus 3T, with Camera2 enabled as follows:
Open Camera: enable Settings/"Use Camera2 API".
A Better Camera: enable Settings/General settings/More/"Use Camera2 interface".
Snap Camera HDR (Trial): enable Settings/Other/"Use Camera2 API".
Camera FV-5: this uses Camera2 by default.
AZ Camera: this uses Camera2 by default.
Footej: this uses Camera2 by default.
Lightroom (which has a built-in camera using Camera2)
Mostly things seem good, but there are some issues on my device (these occurred on both Oxygen 4.0.2 and 4.0.3):
* Most seriously, I've seen problems to do with using manual shutter speed. This usually shows in the form of preview corruption (it shows a split-screen, or starts scrolling), but sometimes there's a camera error, in some cases the entire phone freezes for several seconds (with even the home button not responding). In rare cases the phone becomes sluggish until a reboot is forced. It seems to happen with bright scenes (e.g., outdoors in daytime, or pointing close to a bright light - say shutter speed 1/100s or less). There are a few ways to reproduce this:
1. Switch to manual shutter speed, then back to auto. Then point to a bright scene, after a few moments the problem usually happens.
2. Point at bright scene and switch to manual shutter speed, and wait a few moments.
3. Switch to manual shutter speed, and keep varying the shutter speed (even if not pointing to bright scene).
I've reproduced this with: Open Camera, A Better Camera, Snap Camera HDR, Camera FV-5, AZ Camera, Footej, Lightroom.
Unfortunately this doesn't just make manual mode unreliable, but also affects implementation of things like HDR, expo bracketing.
* The ISO value (and possibly shutter speed?) reported by the Camera driver is incorrect in dark scenes. This can be seen by the on-screen values in Open Camera, A Better Camera (see Settings/Viewfinder settings/More/ISO value), Snap Camera HDR, Camera FV-5, AZ Camera, Footej. In Open Camera, this value is CaptureResult.SENSOR_SENSITIVITY obtained from the CaptureRequest request received by onCaptureCompleted.
It can also be seen by looking at the reported ISO in the image's Exif data.
The maximum reported values are ISO 799 and shutter speed 1/16.7s. Why do I suspect this to be incorrect? Firstly because taking a photo of the same scene with the stock camera will show much higher ISO in the Exif (even though the photo looks similar), secondly because switching to manual ISO value of ~800 (either in the stock or a third party camera) results in a much darker photos.
Note, this bug is more serious than it might sound, as it messes up things like using HDR for darker scenes.
* Possibly related to this is that setting a manual ISO of above 800 seems to have no effect - photos are still taken as if they had ISO 800. This can be reproduced with Open Camera, A Better Camera, Snap Camera HDR.
Also, not a camera2 issue, but still relevant to the OnePlus 3T, is double-power-button to open camera: if the device is unlocked, it launches the default camera app, but if the device is locked, it only seems to open the stock OnePlus camera app. Open Camera sets an intent filter for both android.media.action.STILL_IMAGE_CAMERA and android.media.action.STILL_IMAGE_CAMERA_SECURE . This works okay on my Nexus 6. On my OnePlus, the app info for the stock camera app says "no defaults set", so there's nothing to clear.
Supposedly the preferred way to report bugs is https://forums.oneplus.net/feedback/ , but I can't create a new thread until I've posted 5 replies (ah yes, anti-spam measures that encourage users to spam) so I'll have to post here for now. I thought it'd be interesting to know if others have experienced or can reproduce these - or if you're experiencing different issues altogether? (Sometimes even on a single model, there can be frustrating camera bugs that only show on some devices for whatever reason.)

I like to play with manual mode, but just a casual shooter so haven't gone to details, but will give this try. I know there are some inaccuracy, but it's affirming coming from a pro. You can just comment 5 times and post in the oneplus forum. I will also test and post the feedback.
May be fixing these will result in impressive picture quality as hardware is capable just the processing which is average.
Thanks for the finding and posting, at least we know some of the reason now.

I've had problems with the manual shutter speed. Happens when reducing it. Picture starts scrolling then phone freezes up
Sent from my ONEPLUS A3003 using XDA-Developers Legacy app

mdwh said:
Hi,
I'm the developer of Open Camera ( http://opencamera.org.uk/ / https://forum.xda-developers.com/android/apps-games/app-camera-t2850557/ ) and was wondering what people's experiences were on the OnePlus 3T with third party camera apps that use Camera2 API?
I've tested a few different third party cameras on my OnePlus 3T, with Camera2 enabled as follows:
Open Camera: enable Settings/"Use Camera2 API".
A Better Camera: enable Settings/General settings/More/"Use Camera2 interface".
Snap Camera HDR (Trial): enable Settings/Other/"Use Camera2 API".
Camera FV-5: this uses Camera2 by default.
AZ Camera: this uses Camera2 by default.
Footej: this uses Camera2 by default.
Lightroom (which has a built-in camera using Camera2)
Mostly things seem good, but there are some issues on my device (these occurred on both Oxygen 4.0.2 and 4.0.3):
* Most seriously, I've seen problems to do with using manual shutter speed. This usually shows in the form of preview corruption (it shows a split-screen, or starts scrolling), but sometimes there's a camera error, in some cases the entire phone freezes for several seconds (with even the home button not responding). In rare cases the phone becomes sluggish until a reboot is forced. It seems to happen with bright scenes (e.g., outdoors in daytime, or pointing close to a bright light - say shutter speed 1/100s or less). There are a few ways to reproduce this:
1. Switch to manual shutter speed, then back to auto. Then point to a bright scene, after a few moments the problem usually happens.
2. Point at bright scene and switch to manual shutter speed, and wait a few moments.
3. Switch to manual shutter speed, and keep varying the shutter speed (even if not pointing to bright scene).
I've reproduced this with: Open Camera, A Better Camera, Snap Camera HDR, Camera FV-5, AZ Camera, Footej, Lightroom.
Unfortunately this doesn't just make manual mode unreliable, but also affects implementation of things like HDR, expo bracketing.
* The ISO value (and possibly shutter speed?) reported by the Camera driver is incorrect in dark scenes. This can be seen by the on-screen values in Open Camera, A Better Camera (see Settings/Viewfinder settings/More/ISO value), Snap Camera HDR, Camera FV-5, AZ Camera, Footej. In Open Camera, this value is CaptureResult.SENSOR_SENSITIVITY obtained from the CaptureRequest request received by onCaptureCompleted.
It can also be seen by looking at the reported ISO in the image's Exif data.
The maximum reported values are ISO 799 and shutter speed 1/16.7s. Why do I suspect this to be incorrect? Firstly because taking a photo of the same scene with the stock camera will show much higher ISO in the Exif (even though the photo looks similar), secondly because switching to manual ISO value of ~800 (either in the stock or a third party camera) results in a much darker photos.
Note, this bug is more serious than it might sound, as it messes up things like using HDR for darker scenes.
* Possibly related to this is that setting a manual ISO of above 800 seems to have no effect - photos are still taken as if they had ISO 800. This can be reproduced with Open Camera, A Better Camera, Snap Camera HDR.
Also, not a camera2 issue, but still relevant to the OnePlus 3T, is double-power-button to open camera: if the device is unlocked, it launches the default camera app, but if the device is locked, it only seems to open the stock OnePlus camera app. Open Camera sets an intent filter for both android.media.action.STILL_IMAGE_CAMERA and android.media.action.STILL_IMAGE_CAMERA_SECURE . This works okay on my Nexus 6. On my OnePlus, the app info for the stock camera app says "no defaults set", so there's nothing to clear.
Supposedly the preferred way to report bugs is https://forums.oneplus.net/feedback/ , but I can't create a new thread until I've posted 5 replies (ah yes, anti-spam measures that encourage users to spam) so I'll have to post here for now. I thought it'd be interesting to know if others have experienced or can reproduce these - or if you're experiencing different issues altogether? (Sometimes even on a single model, there can be frustrating camera bugs that only show on some devices for whatever reason.)
Click to expand...
Click to collapse
hey man first of all thank you very much for developing that app, its awwwwsssome and btw oneplus implemented camera2api in op3t poorly so that could be the reason ( if they were able to implement api2 correctly then there wouldve been 240 fps slow mo for op3t)

I was able to reproduce every issue you've said on my 3T - OOS 4.0.3 - mainly incorrect EXIF data when using camera app <> stock.
Open Camera works okay for me (as it crashes the least), but when trying CFV-5 or Manual Camera then I was also able to reproduce the freezing/hanging/glitched preview screen.
Also a thing I noticed, that my rear camera takes brighter pictures in low light than the back, even tough the shutter is longer on the rear (probably incorrectly reported) - more info here.

I was able to reproduce all of the issues you mentioned on an OOS 4.0.3 based custom ROM, which I guess is kinda the same as stock.
This is a serious issue, you should definitely report this to Oneplus, since all of us seem to be affected by it.
Another thing: Higher ISO and lower shutter speed combo works as intended in the stock camera app. I suspect foul play by Oneplus.

I've experienced the lock screen issue before but not used the camera enough to really notice the other problems yet. I actually have Open Camera installed. Nice work and I love the fact that you open sourced it and didn't plague us with more ads. That is very appreciated!
I really miss the camera app I used on the OnePlus One but its just not compatible (or that's the rumor) with newer models. Maybe Ill flash it.
Definately keep trying on the feedback link. I know the spam-to-post thing is stupid. Have you tried the User Feedback app? Or is that only on the Beta?
Sent from my ONEPLUS A3000 using Tapatalk

For what it's worth after I received my 3t I saw how slow the stock camera was and it's inability to stop motion very well and installed your app and it works quite well. I use your app as my default camera app.

kenhicg said:
For what it's worth after I received my 3t I saw how slow the stock camera was and it's inability to stop motion very well and installed your app and it works quite well. I use your app as my default camera app.
Click to expand...
Click to collapse
Seriously? You defenetly confused with camera apps.
Stock oos camera is wonderful. For exemple, now I'm using as my daily rom, dedicated and unnoficial laos by nvertigo67 for 3t. And I can say, that it is the best rom by far.
Just a moment ago, I'm installed and tested opencamera, and can say anything good (if comparing it with stock one). So please, just try something else and you will see how is amazing, fast, smooth the stock one. Btw, there you can find snapdragon camera(introduce by @nvertigo67 too), that have same perfomance and quality. I'm just prefer oos cam, becouse ui more comfortable.
@mdwh
Nothing personal. You making a good app (use it on my opo). Just whanted to say, that stock one is superb, with op bloobs. Even in laos build.

Getting green squares instead of front camera photos

Thanks for your responses, I've now posted on the OnePlus forums at https://forums.oneplus.net/threads/camera2-api-bugs-for-3rd-party-camera-apps.506100/ .

mdwh said:
Thanks for your responses, I've now posted on the OnePlus forums at https://forums.oneplus.net/threads/camera2-api-bugs-for-3rd-party-camera-apps.506100/ .
Click to expand...
Click to collapse
They responded quickly. Surprisingly quickly. I'm interested to see how fast they will react though...

lapapunk said:
Seriously? You defenetly confused with camera apps.
Stock oos camera is wonderful. For exemple, now I'm using as my daily rom, dedicated and unnoficial laos by nvertigo67 for 3t. And I can say, that it is the best rom by far.
Just a moment ago, I'm installed and tested opencamera, and can say anything good (if comparing it with stock one). So please, just try something else and you will see how is amazing, fast, smooth the stock one. Btw, there you can find snapdragon camera(introduce by @nvertigo67 too), that have same perfomance and quality. I'm just prefer oos cam, becouse ui more comfortable.
@mdwh
Nothing personal. You making a good app (use it on my opo). Just whanted to say, that stock one is superb, with op bloobs. Even in laos build.
Click to expand...
Click to collapse
Obviously you are confused
Sent from my ONEPLUS A3000 using Tapatalk

A month passed, new open beta, same thing is in it.

prathyand said:
I have talked to a ROM Enginieer from OP. He says that it is internally fixed but not released in OpenBetas. Will be released soon. Let's wait n see .
Click to expand...
Click to collapse
Source: https://forums.oneplus.net/threads/camera2-api-bugs-for-3rd-party-camera-apps.506100/#post-16131084
And I really want to have back the functions from Open Camera. It's the main camera since years now and I don't wanna miss it. Never.
Well, there's hope.

What should I say... I really tried my best to get their attention, but the administrative audience keeps being quiet. I really thought of getting an OP5, but at all points in summary, they really grew trust issues. Wasn't one point of their slogan, they hear what the users want? I really don't think so. Otherwise, this issue would have been fixed ages ago or at least a reply from someone who really works on fixing issues like that. That's a major bug and nobody cares. Sad.

I'm really fed up with this situation. I like to try lots of custom ROMs but I'm basically stuck with using stock OOS just for the camera. What can we do to make this happen? Phone calls? Lots of emails? I'm willing to make a lot of fuss to pressure these mofos into fixing this POS API thing.

@redsmith: Abandon OnePlus once and forever. I'm already looking for a new OEM. Currently, there are no developer-friendly phones out, so I have to wait a bit. I won't support this company any longer that claims "We hear what customers say!". They don't. They only look forward to get their newest devices sold by hype. They're not as tiny as they make us believe. They're close to OPPO (even in the same building). They could fix this problem if they want but sadly it seems, that they simply don't.

MickyFoley said:
What should I say... I really tried my best to get their attention, but the administrative audience keeps being quiet. I really thought of getting an OP5, but at all points in summary, they really grew trust issues. Wasn't one point of their slogan, they hear what the users want? I really don't think so. Otherwise, this issue would have been fixed ages ago or at least a reply from someone who really works on fixing issues like that. That's a major bug and nobody cares. Sad.
Click to expand...
Click to collapse
redsmith said:
I'm really fed up with this situation. I like to try lots of custom ROMs but I'm basically stuck with using stock OOS just for the camera. What can we do to make this happen? Phone calls? Lots of emails? I'm willing to make a lot of fuss to pressure these mofos into fixing this POS API thing.
Click to expand...
Click to collapse
MickyFoley said:
@redsmith: Abandon OnePlus once and forever. I'm already looking for a new OEM. Currently, there are no developer-friendly phones out, so I have to wait a bit. I won't support this company any longer that claims "We hear what customers say!". They don't. They only look forward to get their newest devices sold by hype. They're not as tiny as they make us believe. They're close to OPPO (even in the same building). They could fix this problem if they want but sadly it seems, that they simply don't.
Click to expand...
Click to collapse
@Funk Wizard

redsmith said:
I'm really fed up with this situation. I like to try lots of custom ROMs but I'm basically stuck with using stock OOS just for the camera. What can we do to make this happen? Phone calls? Lots of emails? I'm willing to make a lot of fuss to pressure these mofos into fixing this POS API thing.
Click to expand...
Click to collapse
No. Phoenix AEX has the OOS camera (not the port). It's exact. I've even used the new Camera2 for the OP5 on Phoenix. Try it. However, I'm using Sultan's SnapDragon Camera (works on LOS based ROMs and Phoenix since Phoenix auto-switches camera HALs), and it really beats any camera app I've tried in quality ... there are setting to tweak ... quality set to high, raised contrast a step or two up, sharpness a step up, saturation a step down, but ... its my new default.
Sent from my OnePlus3T using XDA Labs

Related

Camera slow shutter speed

I know the camera issue has been beat to death already but I've been testing it for many days and would like to relay my results. A lot of people are saying that the auto focus is bad causing blurry pictures. This is false, the focus works great but the camera always chooses a shutter speed that's to low for the lighting causing blur on subjects in motion. The only way I can get the shutter speed over 1/20 is by taking a picture in bright light. Even in above average lighting conditions the shutter will go to 1/20 or below. There is no option for metering so I wonder if LG coded something wrong in the camera drivers. I have tried every camera program out there and they all take the exact same picture using the same to low shutter speed which tells me it's not the stock camera app. I don't have the skill to dive into the programming but that is where the problem seems to be. It's the same brand (Sony) camera sensor as the SGS4 so I know that it's not the sensors fault.
Any thoughts?
Sent from my LG-D803 using xda app-developers app
Anybody else have any ideas?
I'm also seeing these ridiculous shutter speeds (1/14, 1/20) when shooting in low light indoors, even if picking Sport mode, and was looking for a discussion on the topic here. Happy to find it
I had almost given up getting the camera to do what I wanted, when I discovered that the Intelligent Auto feature actually sometimes is ... intelligent. I took 4 photos of my toddler - obviously, not a subject willing to sit still. All photos on intelligent auto.
For two of the photos, the software shot with ISO 700 and 1/15th shutter, pretty much what Normal does every time. But - the other two were taken with ISO 1400-1/30 and ISO 1500-1/30. Naturally, the latter two were a lot sharper.
This is incredibly annoying since the Normal mode only lets you manually pick max ISO 800 and gives no shutter speed control. Until I found out about this intelligent auto thing, I forced -1, -1 1/3 stops underexposure to make the camera use a faster shutter (it typically used 1/59 for some reason). Now I guess I will take 5-6 pics every time and hope the camera is indeed intelligent part of the time.
- Is there no custom camera app capable of setting shutter speed manually, and use the ISO settings available to Intelligent Auto?
- Noone's had any word from LG on this?
I will be contacting LG support about this as well, but wanted to get the XDA word on the matter first...
Cheers, Are
Just replying to say I'm having the same issue. The fastest shutter speed I've seen is 1/15 in a well lit, easy to focus shot. The vast majority of my shots are blurry as a result.
I'm running Cyanogenmod at the moment.
I'm having pretty bad shutter speeds as well. It take 2 seconds to take a well-lit picture.
Guys , Try out the Moto X camera app. I may be wrong but i think its a bit faster .
JasElS said:
I'm having pretty bad shutter speeds as well. It take 2 seconds to take a well-lit picture.
Click to expand...
Click to collapse
farazafs said:
Guys , Try out the Moto X camera app. I may be wrong but i think its a bit faster .
Click to expand...
Click to collapse
I'm not talking about how long it takes to take the picture, that's delay. I'm talking shutter speed, how long the shutter stays open allowing light to hit the sensor.
I have not had any big problems with this, most of my shots are pretty tack sharp, and seem to have some decent shutterspeeds.. Only in very poor light I do get 1/15 shutterspeeds but at pretty average lights I get 1/30-1/120 sometimes faster, but mostly 1/40..
My shutterdelay is almist nothing too..
I found a modified version of the stock LG G2 camera by sefnap that works with CM 10.2 M1 and produces much better results: http://forum.xda-developers.com/showthread.php?t=2522889
Some of the features don't work but overall it's vastly better than the camera included with CM.
There is also another modified version of the stock camera put up by Heatshiver that probably works even better but it doesn't currently work with CM (only works with stock and some AOSP ROMs): http://forum.xda-developers.com/showthread.php?t=2525783
I just discovered something the other day when playing with my camera... Albeit in bright light. Check out these pics taken at 60mph from my car while I was driving (ie not the most steady hand).
What I did was set it on sports mode and then old down the camera button until I heard the beep, and then released to capture the image I wanted (ie the road signs). The one out of my car window was actually more focused than I could focus with my naked eye...

Best camera(quality) app for Lineageos and klte?

just as the title states,
what is the camera app that you found to take best quality wise photos with S5, I've noticed that stock lineageos app takes very unfocused photos and takes a lot to focus in video mode, also I tried SnapIt with works better but a lot of modes just crashes app and I also tried Oxygeon os v8 cam app and it just doesn't have many options, I can't even set photo resolution.
Please recommend me something better.
I have the same problem
I read/heard hat Open Camera is a very good one:
https://play.google.com/store/apps/details?id=net.sourceforge.opencamera&hl=en
and the camera from oneplus:
https://www.apkmirror.com/apk/onepl...e/oneplus-camera-2-5-21-android-apk-download/
regards
I now tested: LOS, CameraMX, Footej, OnePlus and Open Camera. Neither of these Apps could give me acceptable picture quality in low light scene. Is there any other recommendation? Maybe an App that is specialized in dark scenes? I don't care too much about features but about quality.
MysteryIII said:
I now tested: LOS, CameraMX, Footej, OnePlus and Open Camera. Neither of these Apps could give me acceptable picture quality in low light scene. Is there any other recommendation? Maybe an App that is specialized in dark scenes? I don't care too much about features but about quality.
Click to expand...
Click to collapse
Try SnapCamera
Giowi said:
Try SnapCamera
Click to expand...
Click to collapse
Thanks, in fact it's the best dark scene Camera of all. But still far away from Stock quality.
Made pictures of my room wallpaper with the monitor as the sole indirect light. Tested each Camera with and without HDR with automatic settings and no camera light.
On Stock Camera noise is extremely low and you can clearly recognize the muster. Taking pictures with this camera takes twice the time at least.
Snap Camera has a lot of noise but muster is still recognizable.
Open Camera has a little more noise but you can recognize the shadows/transitions a little better.
Footej and LOS Camera seem to be in about same league and far to dark.
OnePlus Camera is almost black even though I used the brightness adjuster (only in this App).
I know most of the Apps have a lot manual settings and a professional could most probably get more out of it, which might result in different ranking of the Apps. But I'm no pro like many/most phone camera users.
Clearly software algorithm of Stock Camera is on a totally different level for the S5.
While you can't see big differences in good light/scenes/situations, you can see it more as the light/scenes/situations get worse.

Improvements in stock camera app?

Has Moto stock camera app improved picture quality? I haven't updated my camera app for a long time now, even the one that changed the app icon. Are there any improvements after updating the camera app on stock ROM?
Nops only changed the icon and microphone bug. Even the pink tint is still present in high ISO setting. forget HDR+
I think that the quality is little bit better using manual mode.
Enviado desde mi LG-V400 mediante Tapatalk
cpvm said:
I think that the quality is little bit better using manual mode.
Enviado desde mi LG-V400 mediante Tapatalk
Click to expand...
Click to collapse
Agreed. I find setting a manual shutter speed cuts down on the oversharpening that usually occurs with low light shots. I use 1/30 second for most indoor shots. The photos are usually under-exposed and require some tweaking in Google Photos or your editor of choice. I'll take that any day, instead of automatic mode's tendency to over-expose and clip the highlights.
I've got to admit, I just got this phone today and was hoping it would be at least as good camera-wise as the Nextbit Robin it was replacing. I didn't think the Nextbit's camera was so amazing, but with the right manual controls I was able to nail decent shots with it.
This, I feel like the colors are oddly oversaturated and the sharpening is ugly as sin. I did also find that switching to manual helped a bit, at least with the sharpening, but what's with the clipping highlights so early? Does this camera sensor just suck when it comes to dynamic range? Or is it just bad software?
My phone hasn't had a chance to update yet so I was hoping new software might have come along to address the shortcomings, which is how I ended up in this thread.
Are there other camera apps which might improve things? I tried Open Camera, but it seems to just behave the same as the stock app with a different UI. Has anyone tried the ported Google Camera app?
Dishe said:
....[much snipped]....
Are there other camera apps which might improve things? I tried Open Camera, but it seems to just behave the same as the stock app with a different UI. Has anyone tried the ported Google Camera app?
Click to expand...
Click to collapse
I'm resurrecting this thread in order to address your original question, which is now irrelevant to you. Meanwhile, you've demonstrated (in this thread and others) that the G5+ does, indeed, have a capable camera module that's hamstrung by lousy software. But this is for those of us who are still wimps and not yet willing to unlock the bootloader.
As others have said (and I have too) just switching the stock camera to "pro mode" seems to reduce the oversharpening effects, but only slightly. Setting the shutter speed to 1/30 also helps in some low light situations.
However, my best luck has been with the Camera FV-5 app, which I bought years ago. In addition to allowing much more manual control, it also can be set to save images in .png format, and that seems to bypass more of the default image processing. (Unfortunately, it also means no EXIF data, so no info about exposure is recorded.)
Setting Camera FV-5 to save black and white images (Settings/photo encoding settings/color channels) also produces some strikingly sharp images that I find very pleasing. I'm sure many will not be interested in that option.
Am I the only one who finds it hilarious that Moto is now advertising the G5+ as having the "Most advanced camera in its class"?
One more app worth trying, whether rooted or not: FreeDCam. It's free and open source. It's possible to turn off denoising, resulting in a much sharper image. Some sort of noise reduction is still needed for most low-light images, though. Even without root, I'm getting much better photos now. For those who are rooted and have access to camera2 api, raw images are supported.
edit: after more experimentation, my enthusiasm for FreeDCam is waning, at least on unrooted phones. I think it still has a lot to offer those who have rooted. And it still produces incredibly sharp images in good light. But in low light, the noise is severe and I haven't found an effective way to deal with it. For now (until I root) it's either the stock camera in "pro" mode or Camera FV-5 for low light shots.
I was disappointed with the camera too when I first got mine, but I've recently discovered it's not the camera itself, but merely the software. I've been using the 3rd-party, free, ad-free Open Camera app by Mark Harman, available in the Google Play store, & it's heaps better! You can download it here: https://play.google.com/store/apps/details?id=net.sourceforge.opencamera&hl=en

Time to take picture (camera launch speed)

There! Something just happened! Did you take a picture of it? Rate this thread to express how fast the Xiaomi Mi A2 Lite can go from "zero to picture". A higher rating indicates that launching the camera app and taking a photo is extremely fast such that you never miss an important moment, like when your cat attacks the couch again.
Then, drop a comment if you have anything to add!
Sometimes it is superfast, sometimes superslow and sometimes camera opens into all white blank screen and nothing happens
camera is soooo bad, I barely used it,yuck
The camera is pretty fast. Super fast, actually. The app opens immediately, and taking the first picture takes no time at all. And it's pretty well focused. If you want to manually focus a specific point, it takes a lettle more time. But still, pretty fast.
However, the camera sucks. At least the app. I've tried other camera app and thew work a little better, but still... I expected a better camera. I don't know why it has 2 rear cameras. Do they actually do something? Improve light, focusing time, whatever? I cannot see any diference between pictures taken with the secondary camera fisically covered.
Also, did anyone manage to get any good macro picture? You have to shoot really far away from the object in order for the camera to focus it.
[ =adriakus;77672445]The camera is pretty fast. Super fast, actually. The app opens immediately, and taking the first picture takes no time at all. And it's pretty well focused. If you want to manually focus a specific point, it takes a lettle more time. But still, pretty fast.
However, the camera sucks. At least the app. I've tried other camera app and thew work a little better, but still... I expected a better camera. I don't know why it has 2 rear cameras. Do they actually do something? Improve light, focusing time, whatever? I cannot see any diference between pictures taken with the secondary camera fisically covered.
Also, did anyone manage to get any good macro picture? You have to shoot really far away from the object in order for the camera to focus it.[/QUOTE]
adriakus said:
The camera is pretty fast. Super fast, actually. The app opens immediately, and taking the first picture takes no time at all. And it's pretty well focused. If you want to manually focus a specific point, it takes a lettle more time. But still, pretty fast.
However, the camera sucks. At least the app. I've tried other camera app and thew work a little better, but still... I expected a better camera. I don't know why it has 2 rear cameras. Do they actually do something? Improve light, focusing time, whatever? I cannot see any diference between pictures taken with the secondary camera fisically covered.
Also, did anyone manage to get any good macro picture? You have to shoot really far away from the object in order for the camera to focus it.
Click to expand...
Click to collapse
Which camera app gave you the best results?
Batmany said:
Which camera app gave you the best results?
Click to expand...
Click to collapse
For macro pictures, none. It sucks.
For default settings (auto) and fast photos, the stock app.
For extra functionality, I like the Camera MX app.
And I find interesting the lighting treatment of the camera zoom fx app (under the name of hdr, it combines 3 pictures for normal, max and min exposure). It also gives you tons of customization.
I'll give a try to open camera. Haven't tested it, yet.
I'll say neither of them is the "best" . They all use the same camera hardware. It's personal preference on the image treatment or personalization of the camera settings.
I'll set up magiks asap and I'll give a try with camera2api enabled (camera zoom fx let's you shoot on real manual mode).
I can post a picture of each to compare if you want to.
adriakus said:
I can post a picture of each to compare if you want to.
Click to expand...
Click to collapse
Yes please, that would be helpful. Thank you.
adriakus said:
For macro pictures, none. It sucks.
For default settings (auto) and fast photos, the stock app.
For extra functionality, I like the Camera MX app.
And I find interesting the lighting treatment of the camera zoom fx app (under the name of hdr, it combines 3 pictures for normal, max and min exposure). It also gives you tons of customization.
I'll give a try to open camera. Haven't tested it, yet.
I'll say neither of them is the "best" . They all use the same camera hardware. It's personal preference on the image treatment or personalization of the camera settings.
I'll set up magiks asap and I'll give a try with camera2api enabled (camera zoom fx let's you shoot on real manual mode).
I can post a picture of each to compare if you want to.
Click to expand...
Click to collapse
waiting for the results
I'll take the pictures today and I'll try to post them today, too. If not, tomorrow max.
I'll shoot in default settings and HDR. Outdoors, indoors and low-light (all default settings).
Of you want to see something else, let me know.
I've just installed magisk and enabled camera2API to try gcam and Mi A1 and Mi A2 apps. But the pictures I've taken are with regular apps before doing so. Here the go.
https://postimg.cc/gallery/2xord8elu/
1st column --> Camera MX
2nd column --> Camera Zoom FX
3rd column --> Open Camera
4th column --> Stock camera app
As I said. Not major differences. Except in low light situations where ISO must be well adjusted by the app. I'd choose an app for the user experience more than for picture quality, since they all are pretty similar.
did you find any improvement with gcam?
(that can't use the second camera on the back - correct?)
It's a very generic camera, and with the 2.2 aperture, expecting good results on low lights..well, a stretch. But it does okay for the price. Front camera is rather good and it's probably the only phone in this price range to provide EIS in video which works really well.
Hello, I'm creating an account in order to give my real-life review of this phone. The previous phones I had were HTC One M8, LG G6.
Camera launching speed from the lockscreen and from the drawer is very good, to me. Especially since the Android Pie update.

Themes / Apps / Mods GCam 8.1 for Nothing Phone 1 with Config

Thanks to Wichaya for developing this version of GCam 8.1
After trying different versions of GCam for our Nothing Phone 1, I finally found this proper GCam file!
Tried different config files for days & finally created a one that,
Clicks detailed pictures without too much HDR+ or oversharpening
Very minimal color difference between Main & Ultra wide lens
External-mic works like charm
NOTE:
No macro mode
Slow-motion doesn't work on Ultra-wide cam. Will force close
HOW TO INSTALL:
Download the Atttached GCam file, Install it
Place the Config file in Internal Storage/GCam/Configs8/ Folder
Open GCam, give the required permissions, tap the blank space to your right of shutter icon
On the pop-up, choose "Nalann's Nothing.xml", Click on update & Restart the Camera
There is already gcam thread for this phone.
Gcam for Nothing phone 1
Dear anyone, please assist me to get Gcam for nothing phone 1. Stable one
forum.xda-developers.com
is there any benefit to using Gcam though? Every phone I've tried it on just makes it laggy, with noticable delay between pressing the shutter and capturing the actual photo
UserNamist said:
is there any benefit to using Gcam though? Every phone I've tried it on just makes it laggy, with noticable delay between pressing the shutter and capturing the actual photo
Click to expand...
Click to collapse
It depends on who you ask. I personally love using GCam for the colour tones and styles it produces. I personally own a lot of phones including some from the actual Pixel lineup, and the consistency GCam makes on different devices Is just awesome.
UserNamist said:
is there any benefit to using Gcam though? Every phone I've tried it on just makes it laggy, with noticable delay between pressing the shutter and capturing the actual photo
Click to expand...
Click to collapse
I have been using GCam on most of my androids, midrange to premium ones. The lag or delay you noticed may be due to wrong version of Gcam(not optimized for the phone's processor) or an incapable processor that was unable to handle those HDR+ with ZSL(Zero shutter Lag) or atmost minimal lag. It may be even due to an wrong config file.
Personally Gcam provides better details, specially for selfies. Also the color tone, skin tones will be more realistic And few additional options like external mic support, tweaking the image processing as per your likability through advanced settings etc. I was annoyed as i was uanble to use external mic on default camera app of nothing. And finally this GCam version of wichaya helped me out in Fixing this. Im using wireless mic to record videos and it works like charm
UserNamist said:
van valami haszna a Gcam használatának? Minden telefon, amelyen kipróbáltam, csak késlelteti, észrevehető késéssel az exponáló lenyomása és a tényleges fénykép elkészítése között.
Click to expand...
Click to collapse
Yes! Now the 1.1.4 farkkk up the UW(Oversaturated,oversharpened noise)
Nalkal!Thank you!! The uw and regular camera color profile almost perfect good job mate!
Hello, does anyone knows how to enable higher framerate slow-motion ? Apparently the camera is able to do higher than 120 fps but it crashes the app
Hi, is it possible to use slow motion with more than 120fps ? Because the sensor is capable of. Thanks.
BAd news at this point. It may change, Nothing has gotten back to me and they said that they are going to close my request(case) without any further help from them in regards to this issue.
I will sell my Nothing phone and replace it with another phone since their customer service has taken a complete downfall.
Later on today or tomorrow I should have an update about this.
rogerrulez said:
BAd news at this point. It may change, Nothing has gotten back to me and they said that they are going to close my request(case) without any further help from them in regards to this issue.
I will sell my Nothing phone and replace it with another phone since their customer service has taken a complete downfall.
Later on today or tomorrow I should have an update about this.
Click to expand...
Click to collapse
UPDATE: Nothing has not followed up with my request. As a consumer i take this as a company who does not back their commitment, their desire to provide customer service as they said they would.
Therefore, I have decided to get rid of my Nothing phone, return back to OnePlus and take it as it is. They are NOT a good company to deal with since they do not stand by their products. Sad as it is, but it is.
Peace
rogerrulez said:
UPDATE: Nothing has not followed up with my request. As a consumer i take this as a company who does not back their commitment, their desire to provide customer service as they said they would.
Therefore, I have decided to get rid of my Nothing phone, return back to OnePlus and take it as it is. They are NOT a good company to deal with since they do not stand by their products. Sad as it is, but it is.
Peace
Click to expand...
Click to collapse
haha , I just rid off OnePlus Nord 2 for the worst support , lack of updates , instable OS and so on . Nothing Phone is upper class compare to OnePlus
muppetz said:
haha , I just rid off OnePlus Nord 2 for the worst support , lack of updates , instable OS and so on . Nothing Phone is upper class compare to OnePlus
Click to expand...
Click to collapse
I believed that as well, until this support request.

Categories

Resources