Camera crashes with RAW and Slow Shutter - ONE Q&A, Help & Troubleshooting

The stock camera crashes when I:
-enable RAW
-select slow shutter
-select a shutter speed of 2, 4 or 8s in camera settings
The annoying part is that I have to reboot every time to fix the camera as it seems to be unable to connect again after crashing. Is there any way to fix this without rebooting? There is a play store app but it doesn't work.
Edit:
If you want, vote for the issue.
https://jira.cyanogenmod.org/browse/BACON-1554

Is this with the new update that came out today?
Sent from my OnePlus OneĀ®

minicoop7 said:
Is this with the new update that came out today?
Click to expand...
Click to collapse
Yes with 38R.

No issues here just tested

shamo42 said:
The stock camera crashes when I:
-enable RAW
-select slow shutter
-select a shutter speed of 2, 4 or 8s in camera settings
The annoying part is that I have to reboot every time to fix the camera as it seems to be unable to connect again after crashing. Is there any way to fix this without rebooting? There is a play store app but it doesn't work.
Edit:
If you want, vote for the issue.
https://jira.cyanogenmod.org/browse/BACON-1554
Click to expand...
Click to collapse
Question:
Stock?
Bootloader unlocked?
Rooted?
Custom Rom?
Custom Kernel?
Any tweaks to the device other than stock?
I'm just curious...if stock users are having trouble, or is it just the tweakers?

Have you tried a factory reset? And as above, any mods or running 100% stock?

Rooted with stock rom and stock kernel. Clearing the camera cache doesn't help.
I'll try a factory reset as some users don't seem to have the bug.

I've noticed that too. I've also noticed two more things:
- 4k UHD + RAW = bad time. As soon as I hit record it gives me a black screen, I stop the recording and it freezes. I have to force close the camera app to be able to do anything with it again. Oddly enough, 4k DCI works fine.
- Slow-mo video + RAW = choppy. The video seems to be playing back at a super low frame rate. Everything seems to have a lot more motion blur too.

Using raw any time there is low light results in camera crash as well
Sent from my A0001 using XDA Free mobile app

rooted, with stock everything. after taking 8 sec slow shutter, when saving it lags, then black screen then crash. then when i reopen all the menu still there but black screen. anything i do from there it will just crash.

I have the same problem as the poster above.
Any clue?
The other problems described here were correct with the latest update.

Anyone with anything on this?

Same issue here. Will it be fixed ever?

Yep, this has been a known bug from day 1 bro.

Just to put my 10 cents, same problem here even in Auto mode.

This is the only issue I have with my phone now. Hoping CM12 fixes it.

Hello, in CM12, as says Spectre, camera works well, but is there way, to fix this problem in latest official CM13.1, or Lineage14? Thanks much
edit: well, sorry, in CM12.1 problem still here, seems aka HW problem... overheating?

No working solutions? ((

Related

[Q] Help, significant lag after update to the latest google camera

Hi folks, it seems to be a rare issue but it is drving me crazy every time I use the camera.
I am on stock not rooted kitkat 4.4.2, the issue is only seen after update the google camera to the latest version with the new ui change.
Now every time I launch the camera app, the phone could hang up for 1 to 3 seconds without doing anything (low possibility). There is a guarantee (100%) that the phone will lag for more than 2 seconds when I take the first two photos in normal mode (the screen just freeze at the time when the photo swiping animation takes place after hit the capture button). Also, it is very often to see the similar lag when I browse the recent photos in the camera app.
I tried to reinstall the latest update; clear the app data + cache, but neither works for me. Now I just go back to the old camera, all the freezes/lags are gone!
Please can anyone suggest some possible solutions? I really like the new camera ui. Thanks!
Sent from my Nexus 5 using Tapatalk
My new camera app is pretty buggy too actually, random freezes, etc...
I think it'll get better with time.
Sent from my Nexus 5 using XDA Free mobile app

[Help Eachother] STOCK / CM11 Issues&Solutions

The point of the topic:
Post your issues found in STOCK / CM11 or post a solution.Simple as that,very productive.
I'll start with a list of bugs:
CM11 ISSUES:
-Video recording lags in reduced luminosity.
-The phone heats too much when playing/watch videos for long time and so on.
-Volume during call is too low.
-Ocasionally freezes & crashes.
-Some graphical issues when the phone freezes.
-Wifi MAC Address is always 00:0a:f5:89:89:ff.
If there are 2 Xperia L using CM11 / Custom Kernel connected to the same wifi, both connections will be dropped.
STOCK ISSUES:
-Video blinks in low light(from what I've read it focuses wrong on the light source and starts blinking).
-The proximity sensor remains on after a missed call.
-Multi touch doesn't work as well as on CM11.
-Some weird freezes during call ( the screen remains off / freezes and you can't end the call / sometimes even answer )
-Camera doesn't have as much detail as in CM11 ( if you zoom in,the image doesn't clarify).
-Wifi MAC Address is always 00:0a:f5:89:89:ff.
If there are 2 Xperia L using CM11 / Custom Kernel connected to the same wifi, both connections will be dropped.
CM11 FIXES:
-Lag in video recording can be reduced by lowering the exposure.In medium to low light " - 1 " works pretty good and in very low to low light " - 2 " .However,when you use " - 2 " ,the recorded video will be very dark.Still haven't found a solution for this.
-About heating problem,you might want to try @Shivam Kuchhal 's kernel.He reported that his phone doesn't get heat up more than normal.
-About volume during call,it's been solved partially in newer releases by editing snd_soc_msm file.However,if the value is too high,the phne volume will also be too high and the speaker will produce distorsioned sound.However,I see they found a resonable value and both,the volume during call & speaker is about fine.
-For headset buttons not working,you must edit Generic.kl file.Here's a short tutorial to help you:
Go to: system/usr/keylayout/Generic.kl and change as below
key 226 HEADSETHOOK
key 256 BUTTON_1
change to
key 226 BUTTON_1
key 256 HEADSETHOOK
STOCK FIXES:
-For proximity sensor and weird freezes during a call use this tutorial .Haven't tested it personally,but people reported it works even on latest .17 fw.
-For Mac issue [ works for cm11 as well ]
1)Restore original MAC Address
Open /data/etc/wlan_macaddr0
Copy it's content. Ex: 01:12:13:14:15:16
Open /etc/firmware/wlan/prima/WCNSS_qcom_cfg.ini
Find this line
Code:
Intf0MacAddress=000AF58989FF
Replace 000AF58989FF with the content of wlan_macaddr0, but write back to front. Ex: from 01:12:13:14:15:16, write to 161514131201. So it will look like this
Code:
Intf0MacAddress=161514131201
Save & Exit, Reboot the phone
That's all for now,continue to post bugs&fixes and most important:
HELP EACHOTHER
Marius Cristian said:
The point of the topic:
Post your issues found in STOCK / CM11 or post a solution.Simple as that,very productive.
I'll start with a list of bugs:
Click to expand...
Click to collapse
Proximity fix not working!!!
More Kitkat Bugs List:-
1. Headset buttons
2. Camera experiencing crashes randomly, sometimes cause overexposure and being unstable at flash mode
3. Black graphical glitch/scanning effect first time after you turn your screen off then on again after first restart/turning on phone.
4. Call bugs(e.g. distortion etc.)
5. Lag when using the video camera
6. battery draining faster then on stock rom. (was improved on early nightly releases....now its back again)
7. GPS not working again (for some it does...others it doesnt....again...wasnt there on first nightlies)(Mostly Happens In CM11)
8. Camera quality is much,much worse then on stock rom
9 . Phone may left hanging and screen wont turn on for several seconds...
10. Some apps are unsupported on playstore...
CM11 bugs
CM11:
1. Switch to HDR mode and within 3 snaps camera app will FC.
2. Headset buttons.. I have to manually edit that Generic.kl after every nightly update.
3. As mentioned above, graphical glitch after updates.
Some of bugs that u mentioned @David pro has been fixed by users, but device maintainer didn't merged it for some reason in official builds. So, get started:
1. These buttons can be fixed, someone(I don't remember who, Sorry) has created a modified Generic.kl. You can find that file somewhere on this forum.
2. Camera quality is medium, but videos are very poor..
3. Still exist
4. @up
5. As I said, videos are bad
6. Caused by Google Play Services, 1st method is use xposed Framework and one of its add-ons, 2nd is just disable Services from Settings>Apps(i'm using second one, because I just don't like Xposed)
7.GPS is working fine, at least for me. No fix needed
8.Yep, on stock it is better.
9.It's caused by "Black graphical glitch/scanning effect first time after you turn your screen off then on again after first restart/turning on phone."
10.Well, some of them are only for one platform or type of devices,eg. Tegra 4 games.
No heating issues noticed so far(I use my kernel obviously) and yeah the camera and video quality isn't anything worth praising. Also the hwcomposer issue happens only one time after every boot, after that its all fine.
I normally use AOSPA.
Actually,I think the cm11 camera takes better photos than stock,but it can be buggy sometimes :silly:
About GPS,it's working fine for me too.
About video camera being laggy...I think it's because our phone lacks drivers update.It's hard to believe the video camera will ever be 100% fixed.
I'm sorry I'm kinda busy those days and I don't have time to administrate this thread.I'll edit the main post as soon as I can with solution you guys posted.But it's true,there are things which can't be fixed.Until I come back, HELP EACHOTHER
an another bug with stock rom is that "camera not available "or the camera takes a long time to recover after taking a shot
chrome browser restarts the phone or makes the phone to hang
vishalaestro said:
an another bug with stock rom is that "camera not available "or the camera takes a long time to recover after taking a shot
chrome browser restarts the phone or makes the phone to hang
Click to expand...
Click to collapse
Haven't experienced those kind of issues when I used stock.Try to do a factory reset or flash the ftf again.Maybe you added some mods or apps which affected the system.
Overall,we have to admit that CM11 is blazing fast and that's why I'm still using it.I'll update the OP now with your solutions.Thanks guys and keep helping eachother.
Marius Cristian said:
Haven't experienced those kind of issues when I used stock.Try to do a factory reset or flash the ftf again.Maybe you added some mods or apps which affected the system.
Overall,we have to admit that CM11 is blazing fast and that's why I'm still using it.I'll update the OP now with your solutions.Thanks guys and keep helping eachother.
Click to expand...
Click to collapse
another BUG with the stock ROM
1)walkman app flickers in the widget lockscreen
2)poor memory management need to restart the phone daily else the phone lags like a hell
3)camera app didn't respond ,it doesn't even the focus sometimes ,clearing the app data solves this problem temporarily and i think it was not present with the .12 update ,so if anybody could extract the camera app from the .12 update similar to the phone app freeze issue the problem might be solved.
3)walkman app or any other music player makes music to stutter when the same song is played more than one time provided if the songs are stored in memory card also i know that my sdcard doesn't have any problem because it worked fine with galaxy s3.my sd card is sandisk ultra class 10 32 gb
4)battery drain heavy when wifi is switched on compared to previous android 4.1.2
note:i have not rooted my phone or modded my firmware .all i run is the apps taken from the playstore.i have done a factory reset for more than 4 times.
CM11 / Stock (using custom kernel) bug:
Wifi MAC Address is always 00:0a:f5:89:89:ff.
If there are 2 Xperia L using CM11 / Custom Kernel connected to the same wifi, both connections will be dropped.
Solution:
Restore original MAC Address
Open /data/etc/wlan_macaddr0
Copy it's content. Ex: 01:12:13:14:15:16
Open /etc/firmware/wlan/prima/WCNSS_qcom_cfg.ini
Find this line
Code:
Intf0MacAddress=000AF58989FF
Replace 000AF58989FF with the content of wlan_macaddr0, but write back to front. Ex: from 01:12:13:14:15:16, write to 161514131201. So it will look like this
Code:
Intf0MacAddress=161514131201
Save & Exit, Reboot the phone
solution for Play Services battery drain in CM11
CM11 issues
1. GPS Not Working
2. NFC not Working.
3. NFC icon not provided in Status bar when NFC is ON.
4. Frequent Crashes : Blue Screen on latest Nightlies 20140827.
5. Camera quality getting worse.
chinmay1234 said:
1. GPS Not Working
2. NFC not Working.
3. NFC icon not provided in Status bar when NFC is ON.
4. Frequent Crashes : Blue Screen on latest Nightlies 20140827.
5. Camera quality getting worse.
Click to expand...
Click to collapse
Nfc icon not in statusbar is on all cyanogenmod/aosp based rom
chinmay1234 said:
1. GPS Not Working
2. NFC not Working.
3. NFC icon not provided in Status bar when NFC is ON.
4. Frequent Crashes : Blue Screen on latest Nightlies 20140827.
5. Camera quality getting worse.
Click to expand...
Click to collapse
1. For many people works,for some don't.I don't understand how's possible...
2.Haven't tested it...for me it's a useless feature.
4.Well,crashes happens.However,they're not too frequent.
5.I really like the photos cm11 takes.About video...another story.Try to notice the details in the photos in comparison with stock.
I am going back to stock in order to see if I can obtain(with all the bug fixes from here) a more stable software than cm11.I'll report to you soon guys.Until then, help eachother
@underd0g
Nice fix for WiFi-Mac interference problem. :good:
Marius Cristian said:
1. For many people works,for some don't.I don't understand how's possible...
2.Haven't tested it...for me it's a useless feature.
4.Well,crashes happens.However,they're not too frequent.
5.I really like the photos cm11 takes.About video...another story.Try to notice the details in the photos in comparison with stock.
I am going back to stock in order to see if I can obtain(with all the bug fixes from here) a more stable software than cm11.I'll report to you soon guys.Until then, help eachother
Click to expand...
Click to collapse
guys please try to solve the issues with stock ROM because they are the stable ones and the bugs are easily repairable if the bugs are reached to right hands.so pls first concentrate on stock ROM
I've been playing around with 4.4 video recording..what i think is the lags occurs when we record in low lights related with the kernel..i'm testing with snapcam as its has auto flash when recording in low lights..First result is same as stock..but in snapcam it has touch to focus when recording..after touch,the recording will get a bit darker when it refocus and walla..no lags..
What i found is, the camera will automatically reduced the exposure to -1 for avoiding the lags even it is on default setting..
When moving the camera in low lights,the recording will lags again after few second..that is with continuous focus..set to normal or auto..no lags..so our stock cam using continuous focus for recording..
Back to the kernel thing..from what i see from the recording is same like this when i'm playing with cnt rom to to get wifi and overclock working.
Ok,so I went back to stock.I'm amazed by the battery life,it lasted 2 days and I used the phone a lot ( especially for calls ).
However,after using the fix for freezes during call and so on,I still have experienced this morning an issue.While I was talking to someone,someone else called and the phone was beeping but the screen was frozen.I had to press the power button to lock the device then unlock it to get the screen to show who's calling and to give me the possibility to answer the call.What do you think I should do?For now I'll wipe phone app data,but I'm also waiting if someone knows a good,another solution to post.
Anyone know a way to remove the automatic shutdown?
My phone shuts down if it reaches 25%

Camera Autofocus

Does anyone else have issues with the camera consistently auto focusing when recording video? It makes this constant clicking noise when recording. It's really bad on Snapchat. It doesn't even record for the full ten seconds or whatever... This seems to happen on every CM ROM that I have ever used...Is it just me, or does it happen to others?
I'm on Temasek 5.9
+1
I have exact issue, in snap and in stock camera. I am on stock room.
zevozki said:
+1
I have exact issue, in snap and in stock camera. I am on stock room.
Click to expand...
Click to collapse
You mean you are on kit Kat 44s? And it still does it?
LucentBirch said:
You mean you are on kit Kat 44s? And it still does it?
Click to expand...
Click to collapse
Yes
LucentBirch said:
Does anyone else have issues with the camera consistently auto focusing when recording video? It makes this constant clicking noise when recording. It's really bad on Snapchat. It doesn't even record for the full ten seconds or whatever... This seems to happen on every CM ROM that I have ever used...Is it just me, or does it happen to others?
I'm on Temasek 5.9
Click to expand...
Click to collapse
This happened to me when I went to my daughters Christmas Play and recorded it at the time I didn't know but when I got home and watched the video I seen that the video was ruined from it auto focusing so much
So I started digging around in the settings of both the camera and video recorder to see if I could fix it I only had to change 2 settings to get it to work right
1st I went into camera settings and changed Focus Mode mine was set to Continuous by default so I changed it to Auto
2nd I went into video settings and in there is a setting for Video stabilization it was unchecked so I checked it and that's it
Now all my videos are great try these settings out and see if they work for you I hope they do because they worked for me

Camera fatal error

Have anyone else been getting a "Camera fatal error" message with the camera app crashing repeatedly, also saying "can't connect to camera device". I have reset the phone and setup as new, deleted the app cache and data. So far nothing helps. It's random, I can't replicate it with specific action but it's super annoying. Yesterday the camera app crashed about 5 times in a row before it got usable again.
there is multiple people reporting this at other sites - so far no resolution, even on google support forum. Do you think it's a defective hardware or something that can be fixed with next update? I really like the pictures from the phone and how super smooth it is when working but the entire system is half baked. Many features not working or different apps crashing. this is my first google phone and I am quite surprised to have some many software issues as I thought google is firstly software company.
Yes it happens to me often as well. I think it's a common problem especially if you use the camera frequently.
That's the first I've heard of this and even read about it on the web. I use my camera a lot and so doubt it's to do with usage.
Hopefully it's not a hardware issue for you!
Me too
I am getting this problem as well. Also on occasion, I get purple bars across the image. After much frustration and a system wipe, it was still happening so Google sent me a replacement.
Video camera has crashed twice for me in the month I've had the camera.
ME TOO! Problem is reduced if resolution is reduced to 4K. Also Camera FV-5 doesn't crash - problem is app not hardware.
harborxperia said:
ME TOO! Problem is reduced if resolution is reduced to 4K. Also Camera FV-5 doesn't crash - problem is app not hardware.
Click to expand...
Click to collapse
Reduced to 4K? That's the highest resolution.
Original setting was 12 Meg per image, I reduced to 7.7 and for a while that worked better, then that stopped, I set the resolution back to 12 and since then it has been working fine and quick.
Sent from my Pixel 2 using XDA Free mobile app
harborxperia said:
Original setting was 12 Meg per image, I reduced to 7.7 and for a while that worked better, then that stopped, I set the resolution back to 12 and since then it has been working fine and quick.
Sent from my Pixel 2 using XDA Free mobile app
Click to expand...
Click to collapse
It's difficult to tell if that sort of change made a difference or if the problem is just random.

Rear camera sluggish

I'm facing an issue with my camera which I couldn't find anything about via a web search. So I would like to know if anyone experienced something similar?
I'm running the stock rom and didn't tinker with the phone.
Since yesterday my rear camera is really slow an only slowing blurred images. The whole phone seems to be running really slow and unable to handle the data. Switching to the front camera takes ages but once it's active it's working normally.
If I try to use the camera several times I end up with a black preview image. A reboot returns the camera to the previous laggy state.
Changing to a different camera app yields the same behavior. Could be an issue with the latest patch for Android 12 I i installed around the same time or my hardware is fried...
stephael said:
I'm facing an issue with my camera which I couldn't find anything about via a web search. So I would like to know if anyone experienced something similar?
I'm running the stock rom and didn't tinker with the phone.
Since yesterday my rear camera is really slow an only slowing blurred images. The whole phone seems to be running really slow and unable to handle the data. Switching to the front camera takes ages but once it's active it's working normally.
If I try to use the camera several times I end up with a black preview image. A reboot returns the camera to the previous laggy state.
Changing to a different camera app yields the same behavior. Could be an issue with the latest patch for Android 12 I i installed around the same time or my hardware is fried...
Click to expand...
Click to collapse
I would try a system reset if possible, I know its a pain but if it works problem solved, You could also try going back to a different build via android flash tool , just a couple of ideas although extreme ,would narrow it down even more to a hardware issue over corrupt software. Hth
hammered58 said:
I would try a system reset if possible, I know its a pain but if it works problem solved, You could also try going back to a different build via android flash tool , just a couple of ideas although extreme ,would narrow it down even more to a hardware issue over corrupt software. Hth
Click to expand...
Click to collapse
I feared that I would have to do this. Factory reset and flashing an older version didn't help.
Now I can hear that something is moving inside when I shake the phone. Time to crack it open and have a look.
Thanks for the suggestions.

Categories

Resources