Problem with the camera pro app / New user - Sony Xperia 1 II Questions & Answers

Hello everyone. I'm new user of Sony smartphones and I have some problem with the camera pro app . How I can change and I can use RAW photo in camera settings. I didn't see somewhere to change from jpeg to raw or to raw/jpeg * . I'm in Cyprus and I use Xperia 1 II . Android 10 , xq-at51 .

Drive mode must be set to single shot. Than you should be able to change the setting to RAW or RAW/JPG

Hi thanks. From where I can switch it?

Yes is on single shot

Do you have the latest firmware on your phone? When it first was released, RAW was not yet an option.

Related

Burst mode for Xperia SP Camera

there is a burst mode app in the .284 system apps folder. but i don't know why it doesn't show up anywhere in camera options.
does any one have any idea?
Probably leftover code from the Xperia Z build (which the SP is based on, they wouldn't rewrite all the code) that was disabled because the camera wouldn't support it
the camera cant support it.It is the problem of camera app!I have no idea.Maybe it can be solved in the future. For example one sony
中国大陆摸摸大
look at picture. It is Xperia Z. The burst mode in the camera options. Maybe Sony too lazy to rewrite the code:laugh:
Rule 4. Use the English language.
We understand that with all the different nationalities not everyone speaks English well, but please try. If you're really unable to post in English use an online translator, You're free to include your original message in your own language below the English translation. (This covers your posts, profile entries and signature).
so, this morning I open camera (stock from sony), check running apps (setting - apps) and show cached process, and I see unlimited burst is on cached process.
Hopefully that the guys from Sony will improve the camera lib in the next update, including burst mode
Qdezi said:
Hopefully that the guys from Sony will improve the camera lib in the next update, including burst mode
Click to expand...
Click to collapse
it's on .237 .257 .287 firmware... but not available in camera so i deleted that:silly:
stopcallin said:
it's on .237 .257 .287 firmware... but not available in camera so i deleted that:silly:
Click to expand...
Click to collapse
yeah it's a proof of how Sony does with the software of XSP: They port almost everything from Z's firmware, including the camera software apps, but leave the camera "hardware driver" operate with the lowest-ever performance - compare to other smartphones with 8Mpx cam. SP will be the best phone in term of Perf./Price if Sony do more.
I really hope they will improve the camera on the next firmware !!

[Q] RAW photos in Z3 with Android 5.0

It's really good to hear the Z3 models will get Android 5.0 sometime in the beginning of next year. As you might have read, Android 5.0 supports RAW image capture (in the API).
What I'm trying to figure out is if the Z3 will be able to utilize the RAW image capture functionality in the new Android.
I have written an "app" that prints all the possible camera settings to screen, and unfortunately there is no setting mentioning RAW. The only valid picture setting is 'jpeg'.
Maybe this will change in a future version? Or will A5 take RAW regardless of the capabilities in the camera settings?
Thanks!
Very inyereting . can't wait to see how this unveils
This article should answer the question: http://www.anandtech.com/show/8274/understanding-androids-camera-hal3
Doesn't this effectively mean that Lollipop (and new camera apps, utilizing Lollipops camera API) will solve most of the issues caused by unlocking the bootloader?
If third-party apps can access RAW from the camera, quality on par with, or even beyond, the stock camera-app on locked phones should be able to achieve.
I mean, degraded camera performance seems to be the most discussed problem with loosing the DRM keys. I for one wouldn't mind loosing Miracast and Sony services.
Yes and no. Third party software could do better in theory, but the sensor output still stays the same. Software can't perform miracles. And Sony's software already is quite advanced (whatever causes automatic mode to fail so badly is beyond me).
radicans said:
What I'm trying to figure out is if the Z3 will be able to utilize the RAW image capture functionality in the new Android.
I have written an "app" that prints all the possible camera settings to screen, and unfortunately there is no setting mentioning RAW. The only valid picture setting is 'jpeg'.
Click to expand...
Click to collapse
RAW isn't a sensor setting, it is a data encoding. The only "mandatory" difference between shooting "RAW" and "JPEG" in Android L is the binary format of the data you get back. RAW makes it possible to return *lots* of information about what's coming off the sensor, but it doesn't mandate it. For example, if Sony's proprietary software is using the white channel in the Exmor RS to get low-light performance (and no one knows for sure if it is), there's no guarantee they'll choose to include that in the RAW file. They could discard the W data (since only Sony's software really understands what to do with it) and give you back just the RGB.
Now, the ability to get back uncompressed (or losslessly compressed) data means 3rd party image post processing can do a better job with less artifacts. And the ability to request burst captures opens up the possibility of temporal noise reduction techniques. But we're probably a year or more away from having stable apps doing really interesting things with the new APIs.
Bottom line, if you must have root and camera quality is really important to you, do not buy a Z3C just on the "hope" that Android L will provide an adequate work-around.
Iruwen said:
This article should answer the question: http://www.anandtech.com/show/8274/understanding-androids-camera-hal3
Click to expand...
Click to collapse
Thanks for the informative article!
I have a slightly better image (!) of what is going on with the new API now. Although, it still leaves me uncertain about the RAW mode in the Z3. Quoting from the article:
"in effect it’s now possible to control shutter speed, ISO, focus, flash, white balance manually, along with options to control exposure level bias, exposure metering algorithms, and also select the capture format. This means that the images can be output as JPEG, YUV, RAW/DNG, or any other format that is supported."
Seeing as there is nothing in the current camera preferences indicating that RAW capture is allowed/supported, I guess we just have to wait and see.
Assuming though we will get RAW support, there will be quite some development work to get a decent noise free image, in phone, just working straight from the Bayer pattern! But if that is the only way to circumvent the sony processing algorithms, then so be it!
kopsis said:
RAW isn't a sensor setting, it is a data encoding. The only "mandatory" difference between shooting "RAW" and "JPEG" in Android L is the binary format of the data you get back. RAW makes it possible to return *lots* of information about what's coming off the sensor, but it doesn't mandate it. For example, if Sony's proprietary software is using the white channel in the Exmor RS to get low-light performance (and no one knows for sure if it is), there's no guarantee they'll choose to include that in the RAW file. They could discard the W data (since only Sony's software really understands what to do with it) and give you back just the RGB.
Click to expand...
Click to collapse
Thanks for the info, although I do know what RAW is What I was trying to point out is that there is nothing in the current camera parameters (in the API) indicating that we are allowed to ask for a RAW image, when taking a photo. So even if Android 5 supports RAW requests, I think the sony camera driver may still refuse to deliver one to us.
But what confuses me is that in Android 4 Camera API, you are also allowed to ask for a RAW image (not meaning you are guaranteed to get one), so in this respect I don't know what the difference is to Android 5.
radicans said:
But what confuses me is that in Android 4 Camera API, you are also allowed to ask for a RAW image (not meaning you are guaranteed to get one), so in this respect I don't know what the difference is to Android 5.
Click to expand...
Click to collapse
You can get a raw image with m8 or G2 or any other devices that permits it See this thread.
http://forum.xda-developers.com/showthread.php?t=2753946
As for further manual controls all are avialable except raw on the hybrid samsung zoom devices. There was no need for L there i don't know why vendors do not implement it more with their current flagship models.

[Android 5.0+] Bacon Camera

​Finally it's here! I'm so exited to open this thread
As I promised, I've worked very hard to give you the best camera experience, now it's ready (almost xD)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Today I present you Bacon Camera, the first camera app optimized for the OnePlus One!
It includes all features of my previous project with many other additions, bug fixes and a brand new UI for manual controls!
And it's on Google PlayStore too!
Bacon Camera now officially support LG G3 running Android 6.0 Marshmallow
Standard version
DEMO version​
First Camera app with almost full manual controls for OnePlus One and LG G3 (running stock Android 6.0 Marshmallow)
With Bacon Camera you will be able to see how powerful is your camera module, optimized with all possible features! (Without Lollipop Camera2 APIs, of course)
Manual Controls supported for OnePlus One are:
- Full Manual Focus
- Full Manual White Balance
- Full Manual Exposure Compensation
- Semi-Manual ISO speed
- Full Manual Exposure Time (up to 64sec!)
- Bayer RAW and DNG support
Manual Controls supported for LG G3 (>= Android 6.0 Marshmallow) are:
- Full Manual Focus
- Full Manual Exposure Compensation
- Semi-Manual ISO speed
- Bayer RAW and DNG support
*** (Only LG G3) Support for Laser Focus and DSLR Advanced Features: UbiFocus, ChromaFlash, OptiZoom ***
*** (OnePlus One) Support to ClearImage and 50Mpx shot. ***
A new exlusive algorithm tells you the distance between the camera and manual-focused objects.
Many other improvements and tweeks makes this app unique and perfect in any conditions!
Bacon Camera is designed for stock OnePlus One firmware (CyanogenOS 12.1), however people with custom ROMs can use it too but sometimes with some limitation (according to the driver inside your ROM), and LG G3 running stock Android 6.0 Marshmallow.
Since this app is still in beta state there are still some know bugs
- Sometimes the app can crash or freeze (in any case clear camera from recent apps).
- RAW format and slow shutter speed (> 2sec) causes a freeze. Reboot the phone -Camera Driver issue, only manufacturer can fix this-
- Flash needs "Zero Shutter Lag" always to be ON (Only OnePlus One)
- Video in HSR works only with a CAF based ROM (not the stock one)
For any question/bug report, or if you want to have a support to other divices, please refer here:
http://forum.xda-developers.com/oneplus-one/themes-apps/camera-bacon-camera-t3253278
Enjoy
Open Source Licenses:
https://github.com/sultanxda/android_packages_apps_SnapdragonCamera/
https://github.com/troop/FreeDcam
Click to expand...
Click to collapse
If you are on stock CyanogenOS 12.1 you can still use my patched media_profile.xml to have a better video quality and replace the original file in "/system/etc/" folder (do a backup first).
As I wrote in the description, this app is designed for OPO with Cyanogen OS 12.1, but it will works also on stock CM or CM based on CAF (with some limitation: shutter speed up to 2sec, and no ClearImage, HD or SuperMacro)
That's all guys, hope you enjoy it! And of course leave a good PlayStore review
Before you ask: Yes the app itself is not free.. but consider this as a small support to an 18-years old student that want just follow his dreams :fingers-crossed:
When I will find the time I will make two different versions, anyway are just few Euro so, Really Thank you for Understanding
All features (manual focus included) not require any modded/patched HAL, just stock one.
As always don't forget to report bugs and/or what you want to be implemented, I will do my best to continue to improve this experience
Current To-Do-List is:
- Triaxial Leveling
- Photosphere (harder than imagined)​
OPO - CM13 Nightlies High Res image fix
According to new Cyanogen's decisions 50/32/24mpx image interpolation will not be available on stock CM13 Nightlies, I've prepared a temporary fix for this while waiting official CyanogenOS 13 for the OnePlus One:
- Flash HIGH_RES_TEMP_FIX_CM13.zip via recovery
- Reboot, and enjoy
No need to do a backup because if something goes wrong or you simply want revert this just flash the same ZIP.
fgnm said:
Finally it's here! I'm so exited to open this thread
As I promised, I've worked very hard to give you the best camera experience, now it's ready (almost xD)
Click to expand...
Click to collapse
Can't wait to try on OxygenOS.
---------- Post added at 08:12 AM ---------- Previous post was at 08:01 AM ----------
Play Store says the app is incompatible with my device.
pbergonzi said:
Can't wait to try on OxygenOS.
---------- Post added at 08:12 AM ---------- Previous post was at 08:01 AM ----------
Play Store says the app is incompatible with my device.
Click to expand...
Click to collapse
Ops, first app on play store, my bad
Oxygen OS for OPO is based on android 5.0.2, I'm uploading new version with a smaller minSdk (current is 5.1), sorry.
EDIT:
Just pushed a new small update.. Please wait while google refresh new spec
so sad that i'm in china and i cant fetch google server in my country
good work and wish you good luck~
fgnm said:
Finally it's here! I'm so exited to open this thread
As I promised, I've worked very hard to give you the best camera experience, now it's ready (almost xD)
Today I present you Bacon Camera, the first camera app optimized for the OnePlus One!
It includes all features of my previous project with many other additions, bug fixes and a brand new UI for manual controls!
And it's on Google PlayStore too, get it now!
If you are on stock CyanogenOS 12.1 you can still use my patched media_profile.xml to have a better video quality and replace the original file in "/system/etc/" folder (do a backup first).
As I wrote in the description, this app is designed for OPO with Cyanogen OS 12.1, but it will works also on stock CM or CM based on CAF (with some limitation: shutter speed up to 2sec, and no ClearImage, HD or SuperMacro)
That's all guys, hope you enjoy it! And of course leave a good PlayStore review
Before you ask: Yes the app itself is not free.. but consider this as a small support to an 18-years old student that want just follow his dreams :fingers-crossed:
When I will find the time I will make two different versions, anyway are just few Euro so, Really Thank you for Understanding
All features (manual focus included) not require any modded/patched HAL, just stock one.
As always don't forget to report bugs and/or what you want to be implemented, I will do my best to continue to improve this experience
Current To-Do-List is:
- Triaxial Leveling
- Tap to Shot
- Photosphere (harder than imagined)​
Click to expand...
Click to collapse
Great to see, but XDA has a rule about paid apps.. You really need to look into the rules to keep this thread open..
Setting.Out said:
Great to see, but XDA has a rule about paid apps.. You really need to look into the rules to keep this thread open..
Click to expand...
Click to collapse
Again my bad, apologize me. I should post this thread in "Paid Software Announcement and Discussion " right?
Sorry again, please can some moderators change it to correct section, or I've to close this and open a new one?
What are the main differences between your app and camera fv5? I have paid for camera fv5 and would like to know the features which are better in this app.
Sent from Bacon (Oneplus One)
fgnm said:
Ops, first app on play store, my bad
Oxygen OS for OPO is based on android 5.0.2, I'm uploading new version with a smaller minSdk (current is 5.1), sorry.
EDIT:
Just pushed a new small update.. Please wait while google refresh new spec
Click to expand...
Click to collapse
Got it--thanks!
Not only was I the first post after the OP, but I was probably the first purchaser!
Nice to see another camera for our OPO
Just bought it and while making a little test, found a few bugs , I'll have more time tomorrow to test it outdoors and give more feedback then.
bug1: Preview a pic, zoom in and press back. Can only see half of the UI (can't take a screenshot for some reason), the other half is black. It's like the UI moved to the right.
bug2: I have automatic upload to my pc. and some pictures were uploaded in landscape. I took them in portrait while the OPO was on a dock. Don't know what I did, so I'll try to reproduce it tomorrow
bug3: RAW enabled and no dng file after taking a shot, or I can't find it
Can't find super macro as mentioned in description.
Volume keys (blue bar) do exactly what? just curious.
Loved the manual focus and slow shutter didn't worked for me.
Nice work so far
I'm on Resurrection Remix rom btw.
Has it got api 2??
Sent from my A0001 using Tapatalk
alijoregon said:
Has it got api 2??
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
Have the courtesy to read the original post.
paulissimo said:
Nice to see another camera for our OPO
Just bought it and while making a little test, found a few bugs , I'll have more time tomorrow to test it outdoors and give more feedback then.
bug1: Preview a pic, zoom in and press back. Can only see half of the UI (can't take a screenshot for some reason), the other half is black. It's like the UI moved to the right.
bug2: I have automatic upload to my pc. and some pictures were uploaded in landscape. I took them in portrait while the OPO was on a dock. Don't know what I did, so I'll try to reproduce it tomorrow
bug3: RAW enabled and no dng file after taking a shot, or I can't find it
Can't find super macro as mentioned in description.
Volume keys (blue bar) do exactly what? just curious.
Loved the manual focus and slow shutter didn't worked for me.
Nice work so far
I'm on Resurrection Remix rom btw.
Click to expand...
Click to collapse
Thanks for your report
First one is a bug, for the second one I've never had this kind of issue I'll wait other impression. The third is not a bug simply you have to set RAW format manually so set picture format to any Bayer and then switch "save DNG raw", BTW I've just realized that maybe this is not the perfect name for this function because this is the conversion from .raw file into a .dng (.raw files are real raw with Qualcomm encoding). technically you can manually convert Bayer in whatever you want.
Super macro is activated by default when you use the zoom
It's strange that slow shutter doesn't work.. Are you sure that your ROM is based on a CM build?
I personally tested all functions with stock COS and base CM 12.1
Abhinav_Rakesh said:
What are the main differences between your app and camera fv5? I have paid for camera fv5 and would like to know the features which are better in this app.
Sent from Bacon (Oneplus One)
Click to expand...
Click to collapse
Camera FV5 is a great app too but it lacks in full manual controls.. The only one supported is manual shutter speed, instead with this camera you can control all manual settings a side for ISO speed that is locked in the HAL driver
pbergonzi said:
Have the courtesy to read the original post.
Click to expand...
Click to collapse
Sorry... I read more and less the post... I will buy it! Thanks for your work
Sent from my A0001 using Tapatalk
fgnm said:
Thanks for your report
First one is a bug, for the second one I've never had this kind of issue I'll wait other impression. The third is not a bug simply you have to set RAW format manually so set picture format to any Bayer and then switch "save DNG raw", BTW I've just realized that maybe this is not the perfect name for this function because this is the conversion from .raw file into a .dng (.raw files are real raw with Qualcomm encoding). technically you can manually convert Bayer in whatever you want.
Super macro is activated by default when you use the zoom
It's strange that slow shutter doesn't work.. Are you sure that your ROM is based on a CM build?
I personally tested all functions with stock COS and base CM 12.1
Click to expand...
Click to collapse
When I change to Bayer, I get this message "Raw picture format is not supported in zls mode, change to jpeg"
Oh, just found it, needs Zero Shutter Lag disabled to work.
Noticed that it saves 2 files, a .raw (16.71MB) and .dng (24.76MB). Why save 2 big files? Dng would be enough for me
Is it possible to save a jpeg too? So we can have a preview of the photo. I'm only able to open the dng file on Lightroom in my pc. The Lightroom app version won't open it.
Thought there was an option for super macro, like clear image and HD, forgot the zoom ^^
I'll test slow shutter better when I have a chance.
My roms xda link
First app I ever bought! Make it count, and good work!
EDIT: bug found (i'm using sultanxda's 5.1.1 CAF ROM) changing the shutter speed does nothing, even setting to auto does nothing, it always take the photo with the highest shutter speed making the photo almost pitch black
Just pushed a new update to solve the bug reported by @paulissimo with some other improvements especially for slow shutter speed, It will be available in a few hours.
@tigobrata CAF ROMs has always some problems with slow shutter speed because it's limited only up to 2sec, if you are on CAF is better to use "accurate shutter speed" by pressing the "ms" button under Exposure time slider
P.S.
I'm really fighting to keep this app online.. First Google, then yesterday a cracker tried to brake my Google Play dev account.. 30sec more and I would have lost everything.. Someone from Yemen.. I've his phone number now
fgnm said:
Just pushed a new update to solve the bug reported by @paulissimo with some other improvements especially for slow shutter speed, It will be available in a few hours.
@tigobrata CAF ROMs has always some problems with slow shutter speed because it's limited only up to 2sec, if you are on CAF is better to use "accurate shutter speed" by pressing the "ms" button under Exposure time slider
P.S.
I'm really fighting to keep this app online.. First Google, then yesterday a cracker tried to brake my Google Play dev account.. 30sec more and I would have lost everything.. Someone from Yemen.. I've his phone number now
Click to expand...
Click to collapse
Just updated it t v0.2.
No UI bug now.
Slowshutter is working fine here, I'll try it again later at night.
Did you changed anything about Raw/Dng? There's an option to convert Raw to Dng, which is nice, but I suggest deleting the. raw file if this option is enabled.
Another sugestion, if possible, is to create a jpeg along with the raw/dng. We could preview it and delet it in case the picture is bad (out of focus or something). As it is we can't see the picture and have to wait till I get home to see it on my PC.
Also latest version of snapseed suports raw editing but only works if you have a jpeg file too.
I'll keep you posted if anything comes up, keep up the good work. :good:
Damn hackers, probably a lazy kid who as nothing else better to do.
paulissimo said:
Just updated it t v0.2.
No UI bug now.
Slowshutter is working fine here, I'll try it again later at night.
Did you changed anything about Raw/Dng? There's an option to convert Raw to Dng, which is nice, but I suggest deleting the. raw file if this option is enabled.
Another sugestion, if possible, is to create a jpeg along with the raw/dng. We could preview it and delet it in case the picture is bad (out of focus or something). As it is we can't see the picture and have to wait till I get home to see it on my PC.
Also latest version of snapseed suports raw editing but only works if you have a jpeg file too.
I'll keep you posted if anything comes up, keep up the good work. :good:
Damn hackers, probably a lazy kid who as nothing else better to do.
Click to expand...
Click to collapse
Yes it's possible to have a jpeg with DNG but it's a bit harder, I haven't done yet because there is still something strange in RAW capturing.. For example if you shot a picture in any Bayer format without enable DNG conversion and with Zero Shutter Lag to ON the .raw generated is around 6MB and can be viewed in gallery and tuned in Lightroom for mobile, instead if you shot without zero shutter lag with some Bayer you will have a .raw that cannot be viewed even on PC, but has to be converted in DNG , also the result is different but I can't say which is better
Anyway I noticed that Bayer + Zero Shutter Lag + Clear Image/High Resolution works!
Tell me what do you think
fgnm said:
Yes it's possible to have a jpeg with DNG but it's a bit harder, I haven't done yet because there is still something strange in RAW capturing.. For example if you shot a picture in any Bayer format without enable DNG conversion and with Zero Shutter Lag to ON the .raw generated is around 6MB and can be viewed in gallery and tuned in Lightroom for mobile, instead if you shot without zero shutter lag with some Bayer you will have a .raw that cannot be viewed even on PC, but has to be converted in DNG , also the result is different but I can't say which is better
Anyway I noticed that Bayer + Zero Shutter Lag + Clear Image/High Resolution works!
Tell me what do you think
Click to expand...
Click to collapse
Still hope that you can add the jpeg in a near future.
A 25MB DNG should be better then a 6MB RAW, but I haven't tried opening the 6MB one to compare. I'll try your sugestion.
Another sugestion: an option to restore all values to default. After messing around with the app, I can't remember all the default values
Trial version is enough for me, I hope you'll support it as the main versione. Thank you so much for your work!
Inviato dal mio Oneplus One utilizzando Tapatalk

[ROOT] Manual Video mode and other features on Oreo

Hello everybody,
I've been looking at the /system/etc/camera_config.xml file, and I noticed that there are so many features that the LG camera app supports, but some of them are disabled even if they work on our G5. So I made a flashable zip to enable these features:
Manual Video mode: works very well, but doesn't support 21:9 aspect ratio (also broken in Fulmics 5.5 G6 camera port)
Graphy (applies settings from existing photos to yours): working perfectly, you just need to install Graphy from the Play Store to access to many more photos.
Adjust Exposure in Automatic mode with a slider: working
Add signature: not working on my phone, may be worth to try on some other phones
ZSL (zero shutter lag) on Manual mode: working, but if you set exposure or shutter to AUTO, the camera shows a value of "0" for both ISO and shutter. It's just an UI bug, the photos are taken as expected.Removed, as it has too many drawbacks.
If you don't have TWRP, just extract the camera_config.xml file and place it in /system/etc/ and be sure to set permissions correctly.
If the options are not available after flashing the zip, clear the data of the camera app.
By the way, looking inside the Smali code of the camera app, it seems thate there is a [email protected] mode, but I have no clue on how to enable it to test if our camera supports such a high frame rate.
Lowering exposure on automatic would be useful. I always though on stock it was set too high with the wide angle exposure being perfect.
How exactly does that work? Will a slider button appear where there was none before? And do you think it can be done for Nougat?
EDIT: I'd like to manually edit the file myself, what do you have to change just to get the automatic mode exposure slider?
Thanks mate for your great finding.. I manually edit my LG V20 camera config according to yours and it's working as it should.
Those exposure slider should be a handy to me.. and graphy? idk what that is but i will try to explore those someday..
thanks again..
EDIT -
there is no need to reboot if change those config line, simply just clear the camera data and voila ! this should be time saving..
anyway, i'm going to spread your finding on LG V20 forums.. keep on the good works !
@tremalnaik
wow this is awesome, it is LG V30+ features for the Graphy things. Could you please find out how to get Cine Video Effect working as well?
@daniLaLaLaLaLa
Just found this thread, thanks to you.
Am I able to use this mod using Nougat on LGV20?
Please advise.
Thank you.
karkand said:
@tremalnaik
wow this is awesome, it is LG V30+ features for the Graphy things. Could you please find out how to get Cine Video Effect working as well?
@daniLaLaLaLaLa
Just found this thread, thanks to you.
Am I able to use this mod using Nougat on LGV20?
Please advise.
Thank you.
Click to expand...
Click to collapse
I guess it won't work on Nougat due to different camera apps.
ezzony said:
Lowering exposure on automatic would be useful. I always though on stock it was set too high with the wide angle exposure being perfect.
How exactly does that work? Will a slider button appear where there was none before? And do you think it can be done for Nougat?
EDIT: I'd like to manually edit the file myself, what do you have to change just to get the automatic mode exposure slider?
Click to expand...
Click to collapse
To lower the exposure just tap on the screen on the area you want to focus, then a slider with two suns will appear next to the shutter button. That's the slider for the exposure.
If you want to add that feature yourself, open the /system/etc/camera_config.xml file with a text editor (TotalCommander, Root Explorer, etc...) and look for AE_focus_supported string and replace "false" with "true".
If you want to do it on Nougat you can try, if you already find AE_focus_supported string in camera_config.xml, it will likely work.
karkand said:
@tremalnaik
wow this is awesome, it is LG V30+ features for the Graphy things. Could you please find out how to get Cine Video Effect working as well?
@daniLaLaLaLaLa
Just found this thread, thanks to you.
Am I able to use this mod using Nougat on LGV20?
Please advise.
Thank you.
Click to expand...
Click to collapse
I'll try to find out a way to use Cine Video Effect, there are some other modes, like mode_cinema and mode_disney_camera that are built in the camera code, but they make the camera app crash when selecting mode. There's also mode_food, that is shown correctly in the mode selection menu, but then crashes. Maybe some complementary files are missing from G5. I'll try to debug and see if it's just a matter of adding some files or if we need to edit the code.
If you want to use my file on V20 Nougat you can try, but make a backup of camera_config.xml, because different versions of camera app might not recognize some strings and crash. If you don't succeed, try editing your file, it's quite simple, you just have to replace some "false" with "true" and check if all works as expected.
EDIT: tried mode_cinema: the interface works perfectly, but it doesn't do anything You have the tutorial, the interactive zoom and the LUTs, but none of them works out of the box. As @xpirt explains here, Cinema Mode depends on the V30 camera sensor, and cannot be ported to G5 (and of course to G5, having the same sensor, at least on the primary camera).
Also Grid Photo (there are 4 modes) is buggy, because it takes stretched photos, with wrong aspect ratio and weird glitches. In this case doesn't seem to be a bug related to the hardware, but to the software.
@tremalnaik, ya that worked but it's ae_supported I think you meant not ae_focus. Anyway the setting was not available on my Nougat fone, I guess it could be made to work some way. I think I have the G6 camera app on my nougat g5 fone now I can't remember. Maybe it could be made to work by porting the G5 Oreo camera app over.
Incidentally what I don't like about the main rear camera is that it has a slighly orangy/yellow-y hue at times. The G4 camera was better. I wonder if there is any way to adjust it or is it basically the camera hardware.
For the AE Focus you might try adding this lines to your camera_config.xml
Code:
<item name="AE_focus_supported">
true
</item>
and see if your camera app makes use of this setting.
For the color I really don't know, there's so much code in that app to explore... If the color is too orange, you may want to switch to manual mode and set the white balance to something cooler. The problem would be if the color was too green or too purple (magenta), it wouldn't be possible to correct it using white balance, you woud need to edit the RAW file (or the JPG, with worst results).
https://drive.google.com/open?id=0BwmsIySoHg2FamhOaEQ1T1o0Wkk
---------- Post added at 01:30 PM ---------- Previous post was at 01:28 PM ----------
use this apk instead of playstore.after that active it in setting of camera.perhaps you may restart phone after install the apk.that's all
While I was testing the H-ROM G7, I noticed a bug in the camera that made me realize that Zero Shutter Lag and Manual mode are not compatible. If you have flashed the configuration with ZLS active in manual mode, please replace it flashing the other zip file.
Enabling ZLS has 2 huge drawbacks: not being able to save DNG raw files and having less control over shutter speed (especially not being able to take long exposures).
As I'm currently using H-ROM, I can't test if on stock Oreo this bug is there, but I'm pretty sure it is.
After playing around with smali code of the camera app, it seems to be possible to make manual video work without root (and the G7 camera app)
@jc9896 mind sharing your work?
Black_Eyes said:
@jc9896 mind sharing your work?
Click to expand...
Click to collapse
Extract the zip, install the app but dont open, and then copy the CamMod folder into the root of the internal storage.
I modified the app to search the CamMod folder for the relevant xml files.
Not a developer, no idea how to fix bugs and crashes.
Download here : https://mega.nz/#!ORIUBY6D!QzzC6m1BBYp-9LQB9kYIW9b2TFYyf7AqiO26T46sgos
Frank
Merci
tremalnaik said:
Hello everybody,
I've been looking at the /system/etc/camera_config.xml file, and I noticed that there are so many features that the LG camera app supports, but some of them are disabled even if they work on our G5. So I made a flashable zip to enable these features:
Manual Video mode: works very well, but doesn't support 21:9 aspect ratio (also broken in Fulmics 5.5 G6 camera port)
Graphy (applies settings from existing photos to yours): working perfectly, you just need to install Graphy from the Play Store to access to many more photos.
Adjust Exposure in Automatic mode with a slider: working
Add signature: not working on my phone, may be worth to try on some other phones
ZSL (zero shutter lag) on Manual mode: working, but if you set exposure or shutter to AUTO, the camera shows a value of "0" for both ISO and shutter. It's just an UI bug, the photos are taken as expected.Removed, as it has too many drawbacks.
If you don't have TWRP, just extract the camera_config.xml file and place it in /system/etc/ and be sure to set permissions correctly.
If the options are not available after flashing the zip, clear the data of the camera app.
By the way, looking inside the Smali code of the camera app, it seems thate there is a [email protected] mode, but I have no clue on how to enable it to test if our camera supports such a high frame rate.
Click to expand...
Click to collapse
Greetings!
I have a question. Is it possible in any way to install this apk on LG G5 running Nougat 7.0. When I try to install the app, It says "error parsing the package". This is probbably due to incompatibility with Nougat. I know there is a minimum SDK version set inside the apk files (AndroidManifest.xml) so would it be possible to tweak some settings? The software of the camera app on Oreo is messed up, producing noisy images so I wouldn't like to sacrifice that.
ToTheSpace2 said:
Greetings!
I have a question. Is it possible in any way to install this apk on LG G5 running Nougat 7.0. When I try to install the app, It says "error parsing the package". This is probbably due to incompatibility with Nougat. I know there is a minimum SDK version set inside the apk files (AndroidManifest.xml) so would it be possible to tweak some settings? The software of the camera app on Oreo is messed up, producing noisy images so I wouldn't like to sacrifice that.
Click to expand...
Click to collapse
For noisy images and general picture quality, I recommend Google Camera 6.1 on Oreo. (5.x on Nougat) Makes a huge difference in image quality.
You can find a good version by searching up google camera ports on xda, such as cstark's and Arnova's versions work well.
As for the stock cam, I tried with no success to port manual video over. There has been attempts iirc but it seems that manual video encoding is broken on Nougat. That issue is resolved on Oreo.
jc9896 said:
For noisy images and general picture quality, I recommend Google Camera 6.1 on Oreo. (5.x on Nougat) Makes a huge difference in image quality.
You can find a good version by searching up google camera ports on xda, such as cstark's and Arnova's versions work well.
As for the stock cam, I tried with no success to port manual video over. There has been attempts iirc but it seems that manual video encoding is broken on Nougat. That issue is resolved on Oreo.
Click to expand...
Click to collapse
Thank you for the reply!
Do you mind checking out a thread I made about LG G5 noise problem on Oreo (link: https://forum.xda-developers.com/lg-g5/help/long-exposure-images-lg-g5-oreo-noisier-t3956693)
I don't know if that's the general problem or is it just me, maybe you know something more about it? The manual video for Oreo is amazing but this image noise bug bothers me.
ToTheSpace2 said:
Thank you for the reply!
Do you mind checking out a thread I made about LG G5 noise problem on Oreo (link: https://forum.xda-developers.com/lg-g5/help/long-exposure-images-lg-g5-oreo-noisier-t3956693)
I don't know if that's the general problem or is it just me, maybe you know something more about it? The manual video for Oreo is amazing but this image noise bug bothers me.
Click to expand...
Click to collapse
There is noise on mine. Seems to be about the same as Nougat (can't really tell from my pics), but as I use GCam nowadays its not as much of a problem. Night sight on Oreo (GCam 6.1) does a lot to improve night shots and noise.
jc9896 said:
Extract the zip, install the app but dont open, and then copy the CamMod folder into the root of the internal storage.
I modified the app to search the CamMod folder for the relevant xml files.
Not a developer, no idea how to fix bugs and crashes.
Download here : https://mega.nz/#!ORIUBY6D!QzzC6m1BBYp-9LQB9kYIW9b2TFYyf7AqiO26T46sgos
Click to expand...
Click to collapse
I have tested your port for several days on my LG G5 (Oreo stock) and I am very grateful for your work. I know that some functions do not work but the most important ones for me such as manual video and manual photo modes work quite well. The LG Camera app 7.0 with your modifications is infinitely better than the one included in the stock rom.
Before, I had tried several video recording apps with manual controls from the Play Store but they used to have small jumps in the recordings. It seems that only LG apps record well in 4K with stock rom.
Works as described. Thank you for these tweaks. ???

Camera settings

HI just, i just got the note9 euro version for my birthday.
I was asking myself, since there are a lot of settings, what's the best setup for taking shots ? auto or manual? with what settings (es focus method)?
and is there a way to enable touch to capture (like in the previous samsungs)? sometimes i think the pics are not properly on focus.
Thanks in advance

Categories

Resources