does our phone support autofocus really? - LG Optimus Black

I'm using zeus 6.28 now I want to know how to use our camera auto focus to focus on face(video is best) and also smile detection
thnx in advance

I think it is in camera settings
Skickat från min LG-P970 via Tapatalk 2

yes but it's not like any auto focus I have ever seen all what I saw before
are when you opening the camera it's automatically focus on any face on the screen so how can we do that on black
also what about smile detection I saw phones like xperias when the target smiles the camera capture automatically how in our phone??!!

Unfortunately, with LG- P970 camera does not detect faces of OB as models SE Xperia: (
---------- Post added at 05:50 PM ---------- Previous post was at 05:45 PM ----------
I think this is a matter Hardwer . not softwares for Xperia....

in camera :
settings > focus > face tracking
setting > shot mode > Smile shot

robin.raven said:
Unfortunately, with LG- P970 camera does not detect faces of OB as models SE Xperia: (
---------- Post added at 05:50 PM ---------- Previous post was at 05:45 PM ----------
I think this is a matter Hardwer . not softwares for Xperia....
Click to expand...
Click to collapse
Son, i am dissapoint.
What special hardware detects smiles? Is there any dedicated lenses for that?

If it not working why they put it in the camera?
Sent from my LG-P970 using XDA

t0g3 said:
in camera :
settings > focus > face tracking
setting > shot mode > Smile shot
Click to expand...
Click to collapse
After doing this no effect
Sent from my LG-P970 using XDA

hemo-ali said:
After doing this no effect
Sent from my LG-P970 using XDA
Click to expand...
Click to collapse
both work for me. I'm using zeus v6.3

t0g3 said:
both work for me. I'm using zeus v6.3
Click to expand...
Click to collapse
can you please make short video for this?

it works, just touch camera capture and smile
also autofocus in video is like in canon 550D
just focus and later on when you move, does its best to find another focus
(the thing i dislike :/)

Related

Camera woes

I am really unhappy with the camera on the note3... there is too much shutter lag that most photos come back blurry... is there another camera app that might be better to use than the stock ? also what settings are optimal for minimizing the shutter lag ?
I flashed the Nexus 5 camera and though it is light on options for basic shots I totally prefer it. I take hundreds of shots of my kids a month.
Sent from my SAMSUNG-SM-N900A using Tapatalk
do you have the apk ? i got this phone since i take a lot of photos of my kids but its hard to take kids photos when everything comes out blurry
Its a zip...you can flash it through flashgordon hang on...
Sent from my SAMSUNG-SM-N900A using Tapatalk
---------- Post added at 07:17 PM ---------- Previous post was at 07:15 PM ----------
http://forum.xda-developers.com/showthread.php?t=2556688
Sent from my SAMSUNG-SM-N900A using Tapatalk

[Q] CyanogenMod 11 Camera

After using CM11 builds for our mini, I'd like to know why the camera is so much colorless?
koala990 said:
After using CM11 builds for our mini, I'd like to know why the camera is so much colorless?
Click to expand...
Click to collapse
Be happy that camera works. It's sort of a bug, but it's not a simple one. For solution you can use Camera Zoom FX and set the saturation to max and you have a perfect camera.
ast00 said:
Be happy that camera works. It's sort of a bug, but it's not a simple one. For solution you can use Camera Zoom FX and set the saturation to max and you have a perfect camera.
Click to expand...
Click to collapse
Thank you...it looks colorful if i set saturation to 100%. But sadly, it is not working with camera zoom fx(no change, reverts to default values after closing app)... cameringo app is good....time for psyke83 here.. @psyke83, can you look into this(setting saturation to 100% makes camera colorful)?
ast00 said:
Be happy that camera works. It's sort of a bug, but it's not a simple one. For solution you can use Camera Zoom FX and set the saturation to max and you have a perfect camera.
Click to expand...
Click to collapse
Can you tell me your camera zoom fx configuration? because setting saturation to max changes nothing, but it is working good in cameringo app though.
Please capture a logcat after taking a picture with the saturation increased (whatever app works) and upload for me to see.
From: QualcommCameraHardware.h
Code:
#define CAMERA_MIN_SATURATION 0
#define CAMERA_MAX_SATURATION 4
#define CAMERA_DEF_SATURATION 2
Tweaking these may help, but I need to see a log first.
Venkatesh said:
Can you tell me your camera zoom fx configuration? because setting saturation to max changes nothing, but it is working good in cameringo app though.
Click to expand...
Click to collapse
All I changed is to render edited shots in full resolution and then I take a picture and edit it to max the saturation. Since I have to do this with every picture, it's a half solution, but I take 1 picture/week so it's not that big of a problem.
psyke83 said:
Please capture a logcat after taking a picture with the saturation increased (whatever app works) and upload for me to see.
From: QualcommCameraHardware.h
Code:
#define CAMERA_MIN_SATURATION 0
#define CAMERA_MAX_SATURATION 4
#define CAMERA_DEF_SATURATION 2
Tweaking these may help, but I need to see a log first.
Click to expand...
Click to collapse
Attached log is from mobile app and this is from adb logcat
Venkatesh said:
Attached log is from mobile app and this is from adb logcat
Click to expand...
Click to collapse
The log is appreciated, thanks. If that was taken after increasing the saturation in a camera app, then the app must have been using a post-processing filter, because the saturation setting in libcamera remained unchanged (at 2, the default). I'll do some more checking. The later build by mnemonyc has my change that sets saturation to 3 by default... maybe it will look a bit better than before.
I can't test this directly, because my camera is 2mp and saturation is not supported.
psyke83 said:
The log is appreciated, thanks. If that was taken after increasing the saturation in a camera app, then the app must have been using a post-processing filter, because the saturation setting in libcamera remained unchanged (at 2, the default). I'll do some more checking. The later build by mnemoryc has my change that sets saturation to 3 by default... maybe it will look a bit better than before.
I can't test this directly, because my camera is 2mp and saturation is not supported.
Click to expand...
Click to collapse
Thank you sir....Attached log is after taking a pic.
yes, i have set saturation to 100%, remaining things like brightness,exposure,contrast,temperature,all set to default(0%)...and took a pic, the pics are also good compared to stock pics...
Venkatesh said:
Thank you sir....Attached log is after taking a pic.
yes, i have set saturation to 100%, remaining things like brightness,exposure,contrast,temperature,all set to default(0%)...and took a pic, the pics are also good compared to stock pics...
Click to expand...
Click to collapse
Unfortunately, the log doesn't show the status of the libcamera parameters (including saturation). I also can't seem to get Cameringo working on my device to test myself. Do you know of any other app that allows changing the saturation level?
psyke83 said:
Unfortunately, the log doesn't show the status of the libcamera parameters (including saturation). I also can't seem to get Cameringo working on my device to test myself. Do you know of any other app that allows changing the saturation level?
Click to expand...
Click to collapse
I have tried quite a few camera apps....camera zoom fx and cameringo has that option in our device....one more thing you said about postprocessing effect but even before taking a pic(call it preview or something like that) ,the colors are good after 100% saturation...it is dull in stock app...
Sent from my GT-S5570 using xda premium
---------- Post added at 09:24 AM ---------- Previous post was at 09:23 AM ----------
psyke83 said:
Unfortunately, the log doesn't show the status of the libcamera parameters (including saturation). I also can't seem to get Cameringo working on my device to test myself. Do you know of any other app that allows changing the saturation level?
Click to expand...
Click to collapse
Any other command to get parameters of camera???
Sent from my GT-S5570 using xda premium
---------- Post added at 09:29 AM ---------- Previous post was at 09:24 AM ----------
Venkatesh said:
I have tried quite a few camera apps....camera zoom fx and cameringo has that option in our device....one more thing you said about postprocessing effect but even before taking a pic(call it preview or something like that) ,the colors are good after 100% saturation...it is dull in stock app...
Sent from my GT-S5570 using xda premium
---------- Post added at 09:24 AM ---------- Previous post was at 09:23 AM ----------
Any other command to get parameters of camera???
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
I have seen your post in discussion thread... I couldn't give you log immediately... Because of diiferent timezones...it is 9:30am here
Sent from my GT-S5570 using xda premium

[App][Port][Camera] LG Camera App [F40 - Beta]

Disclaimer : I'm not responsible if you brick your Device though its tested. Please Don't spam the thread.
Changelog
Code:
[I][COLOR="Red"]Beta Version F40[/COLOR][/I]
[U][I][COLOR="Purple"]What's Working?[/COLOR][/I][/U]
1) Camera.
2) Video Camera
1080P Bitrate set at 17MB/s constant for now.
720P Bitrate is 17Mb/s constant.
3) Fixed the Video Viewfinder alignment and size.
4) HDR
5) Cheeze shutter.
6) Pics while Video
7) ISO Modes
8) Video Brightness adjustment.
9) Added Continuous Auto Focus for the Camera.
10) Shutter Sound Off Option.
11) Widescreen Screen Preview when taking HD or FHD Videos.
12) Widescreen Screen Preview when taking 8MP or 5MP Photos.
13) Slight Adjustment for Luminescence Value.
14) Retweaked for better stability.
15) Camera Opens in Landscape mode instead of Portrait.
[I][COLOR="purple"][U]Not working[/U][/COLOR][/I]
1) Time Machine shot.
2) Front Facing camera - For Pics only it FC's.
3) Panorama
ROMs Supported
Code:
All ROMs
Installation
Code:
1) Download the MOD.
2) Flash it through Recovery.
Downloads
Code:
F40 : Attachments.
Mod edit - link removed - banned members work is also banned
Note : This MOD is a work of hours of hardwork. If you feel like buying me a Beer, you can donate to me :silly:
Reserved
Thanks !
Sent from my Nexus 4 using XDA Premium 4 mobile app
---------- Post added at 07:52 PM ---------- Previous post was at 07:50 PM ----------
Based on kitkat apk or 4.2?
Sent from my Nexus 4 using XDA Premium 4 mobile app
Thanks !!
Can you also provide zip to revert pls?
Thanks will test. This should be moved to apps and themes however.
Sent from my Nexus 4 using Tapatalk
FC at launch. Latest PA.
Sent from my Nexus 4
FC on Purity.
Wysłane z mojego Nexus 4 przy użyciu Tapatalka
sidnoit22 said:
FC at launch. Latest PA.
Sent from my Nexus 4
Click to expand...
Click to collapse
swidnik0 said:
FC on Purity.
Wysłane z mojego Nexus 4 przy użyciu Tapatalka
Click to expand...
Click to collapse
Try again. Delete the old camera and try flashing again.
Thanks for this port man There are quite lot of bugs and it sometimes open and sometimes don't, also there is very small chance of luck to get it running fullscreen, but keep it going, sir
Sent from my Nexus 4 using Tapatalk
marri said:
Thanks for this port man There are quite lot of bugs and it sometimes open and sometimes don't, also there is very small chance of luck to get it running fullscreen, but keep it going, sir
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
Bugs mentioned in the OP. Can you provide screenshots, coz I don't have the Nexus 4. My friend has it and i cant test it always. Xda is the best for that.
Aokp rom nightly.
Runing.
Settings change, FC. Problem.
No Settings change Runing. No problem.
Ok.
hi
i'm install here on Base CM rom and works very good. i have small screen
mavishow said:
Aokp rom nightly.
Runing.
Settings change, FC. Problem.
No Settings change Runing. No problem.
Ok.
Click to expand...
Click to collapse
Hi, what are you changing?
This is how it usually running, just about 3 times of 20 attempts it was correctly opened. And when focus is changet to "face tracking" it FC and won't open until the data is cleared in settings-apps
EDIT: running full screen now, but these capture options is bit messed
Jishnu Sur™ said:
Hi, what are you changing?
Click to expand...
Click to collapse
For example: focus mode change. Has stoped camera> phone settings>app>all apps>camera> clear data. Turn>open LGcamera Run,,, panorama change > problem,,, front camera change> has stoped camera. phone settings>app>all apps>camera> clear data. Open lg camera Runing.
It seems it doesn't work on ART...
marri said:
This is how it usually running, just about 3 times of 20 attempts it was correctly opened. And when focus is changet to "face tracking" it FC and won't open until the data is cleared in settings-apps
EDIT: running full screen now, but these capture options is bit messed
Click to expand...
Click to collapse
mavishow said:
For example: focus mode change. Has stoped camera> phone settings>app>all apps>camera> clear data. Turn>open LGcamera Run,,, panorama change > problem,,, front camera change> has stoped camera. phone settings>app>all apps>camera> clear data. Open lg camera Runing.
Click to expand...
Click to collapse
True. I will fix the view. For the other issues, sadly they cannot be done. AOSP misses out on many frameworks and stuff..
Will flashing this port will affect my other camera apps like "Perfectly Clear"???
Nexus 4
[email protected]
kushal.purkar said:
Will flashing this port will affect my other camera apps like "Perfectly Clear"???
Nexus 4
[email protected]
Click to expand...
Click to collapse
No, or installs a separate application from your already installed ones
Sent from my Nexus 4 using Tapatalk
how to unflash?

✹HTC One M9 Camera to all LP/MM

hi guys im dedicated my time to test much mods of other devices in one plus users the cool mods of your phone,all credits to this mod is of this post in galaxy s4 themes and apps thanks Versey66 to the mod all credits to the real dev,i only share
How to install and review of the mod in this video
https://www.youtube.com/watch?v=-T1So_esdGU&feature=youtu.be
Downloads
APK CAMERA https://goo.gl/GfZo2f
APK GALLERY https://goo.gl/JeEKVQ
Better image quality,Better Design,More functions and options
Thx for letting us know this camera works for mm. I test both the gallery n camera. The camera is better than the stock cm13 ones
Sent from my A0001 using Xparent BlueTapatalk 2
chris85e said:
Thx for letting us know this camera works for mm. I test both the gallery n camera. The camera is better than the stock cm13 ones
Sent from my A0001 using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
it's always nice trying out new camera apps..
Panorama dont work and "Bokeh" Filter crash after shoot.
But nice to have one more Camera-App and maybe you can fix the Bugs
dimitrij2k said:
Panorama dont work and "Bokeh" Filter crash after shoot.
But nice to have one more Camera-App and maybe you can fix the Bugs
Click to expand...
Click to collapse
Op is just letting us know the camera app can be use. Maybe u can go to the main link of this app and ask. Just my 2 cents
dimitrij2k said:
Panorama dont work and "Bokeh" Filter crash after shoot.
But nice to have one more Camera-App and maybe you can fix the Bugs
Click to expand...
Click to collapse
Let us know if you get bokeh working. High quality depth of field would be interesting to see.
Gonna try this out.
---------- Post added at 05:58 AM ---------- Previous post was at 05:48 AM ----------
Actually surprised. Good stuff thanks op
getting parse error .. im on latest cm13 nightly official
Hi really good camera sometimes I notices that the flash doesn't always work even though you set it to be always on...

How do I check pixel size of my pictures

I'm coming from an s7 edge. I have the s10 plus.
I can't seem to change the quality of the picture. I can do it with the video (from 4k to 720 p for both front and rear cameras, but I can't for the picture)
Does anyone know how to change the settings?
The only thing I see is when I take a picture on the screen on the left hand menu bar I can choose, 16:9, 1:1, 4:3, or full screen.
Does that affect the quality of the photo taken (in megapixels)?
I currently have it set on full screen, but on my old s7 edge, full screen would give you a lower pixel count, so I set it to 4:3. Should I do the same here?
Tap settings, rear picture size and click resolution.
It's not there.
Here are the options I have. (check attacment)
Doesn't say. You just get size of image.
Sent from my SM-G973U using Tapatalk
Weird... So which one is the highest quality?
4:3?
Yes 4:3 is 12 mp,16:9 is 8 as per my knowledge
I found this here
https://www.samsung.com/ae/support/...nge-the-picture-resolution-in-the-camera-app/
Pixel 2 XL using Tapa
bkdodger said:
I found this here
https://www.samsung.com/ae/support/...nge-the-picture-resolution-in-the-camera-app/
Pixel 2 XL using Tapa
Click to expand...
Click to collapse
Wow that's a bit of a drastic change, why not have the same for both video and pictures then?
peachpuff said:
Wow that's a bit of a drastic change, why not have the same for both video and pictures then?
Click to expand...
Click to collapse
Yeah I agree ..I think they want it easier while using camera lol [emoji38]
iPhone X
So where is it? I need to change to low res for work bit can't find how to change?
Sent from my SM-G975F using Tapatalk
---------- Post added at 08:05 AM ---------- Previous post was at 07:52 AM ----------
Found it
Sent from my SM-G975F using Tapatalk
This was driving me crazy... Also coming from S7 edge... Always looking for the highest resolution, not sure why they would hide details like that and make things more convoluted...
It's in the quick menu now so easier to find
Sent from my SM-G975F using Tapatalk
Davey Dual Sim said:
So where is it? I need to change to low res for work bit can't find how to change?
Sent from my SM-G975F using Tapatalk
---------- Post added at 08:05 AM ---------- Previous post was at 07:52 AM ----------
Found it
Sent from my SM-G975F using Tapatalk
Click to expand...
Click to collapse
Seems link is not working anymore where did you find it exactly?
Sent from my SM-G975F using Tapatalk

Categories

Resources