Themes / Apps / Mods GCam for the Moto G30 - Moto G30

{
"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"
}
Google Camera Port
Moto G30​
A thread to discuss the Google Camera port on this device (Moto G30).
According to reports on Telegram and Reddit, GCam 7 from Wichaya and Nikita works (any apk should work):
- GCam_7.3.018_Urnyx05-v2.1_Wichaya_V3.1.1
- NGCam_7.4.104-v2.0
GCam 8 also seems to work, at least versions from BSG:
- https://forum.xda-developers.com/t/app-mod-google-camera-by-b-s-g.4201665/
If you're experiencing a green or pink tint, enable AWB (Auto White Balance). Simply swipe down in the viewfinder and you'll find the option there.
Explore the settings page to enable things like HDR controls (HDR+ Enhanced improves quality a lot), disable sounds, etc.
If you find a better version or have created a config, share it here to help other users!

Thanks for sharing

I'm using BSG: MGC on my Moto G30. Works fine.

Leproso_Ivan said:
I'm using BSG: MGC on my Moto G30. Works fine.
Click to expand...
Click to collapse
Which one exactly? I've used it before and some features don't work. Like the picture preview and some video camera modes

Kuntitled said:
Which one exactly? I've used it before and some features don't work. Like the picture preview and some video camera modes
Click to expand...
Click to collapse

Kuntitled said:
Which one exactly? I've used it before and some features don't work. Like the picture preview and some video camera modes
Click to expand...
Click to collapse
Compatibility should be more or less the same across his GCam 8.x versions.
If you're asking which apk from that page, they're just different package names. Some brands need special package names to unlock all cameras, for example. The first one ("snap" or "snapcam") is often compatible with lots of phones. Different package names also means that you're able to have multiple GCams installed (no need to remove the one you already use, just install one with a different package name).
Regarding the picture preview, you might need the Google Photos app (no need to login) which is what GCam uses as gallery by default. But... I believe there's also a setting to use 3rd party galleries (check the settings). Keep in mind that not all gallery apps support GCam functionality (eg: motion photos) or handle the photo processing delay very well.
For video, as often happens, the stock camera app might be better when it comes to stabilisation. Some modes (eg: slow motion) have always been a problem with GCam too.
With this said... GCam 8 is still a bit behind GCam 7. The latest GCam isn't always the best GCam.

S4turno said:
Compatibility should be more or less the same across his GCam 8.x versions.
If you're asking which apk from that page, they're just different package names. Some brands need special package names to unlock all cameras, for example. The first one ("snap" or "snapcam") is often compatible with lots of phones. Different package names also means that you're able to have multiple GCams installed (no need to remove the one you already use, just install one with a different package name).
Regarding the picture preview, you might need the Google Photos app (no need to login) which is what GCam uses as gallery by default. But... I believe there's also a setting to use 3rd party galleries (check the settings). Keep in mind that not all gallery apps support GCam functionality (eg: motion photos) or handle the photo processing delay very well.
For video, as often happens, the stock camera app might be better when it comes to stabilisation. Some modes (eg: slow motion) have always been a problem with GCam too.
With this said... GCam 8 is still a bit behind GCam 7. The latest GCam isn't always the best GCam.
Click to expand...
Click to collapse
I understand now. Thank you for the clear and easy to understand response!

S4turno said:
Google Camera Port
Moto G30​
A thread to discuss the Google Camera port on this device (Moto G30).
According to reports on Telegram and Reddit, GCam 7 from Wichaya and Nikita works (any apk should work):
- GCam_7.3.018_Urnyx05-v2.1_Wichaya_V3.1.1
- NGCam_7.4.104-v2.0
GCam 8 also seems to work, at least versions from BSG:
- https://forum.xda-developers.com/t/app-mod-google-camera-by-b-s-g.4201665/
If you're experiencing a green or pink tint, enable AWB (Auto White Balance). Simply swipe down in the viewfinder and you'll find the option there.
Explore the settings page to enable things like HDR controls (HDR+ Enhanced improves quality a lot), disable sounds, etc.
If you find a better version or have created a config, share it here to help other users!
Click to expand...
Click to collapse
I have tested the GCam_7.3.018_Urnyx05-v2.1_Wichaya_V3.1.1 and it has forced closures on my mobile..

Does someone have a config for gcam on g30?

Do any of these gcams save to the sdcard ?

Hi guys, the NG-cam works great on my G30, but do you know a way to get the camera to use faster shutterspeeds? My gcam uses 1/30 too often, is there a way to default to 1/125s ??

Related

[OFFICIAL] Google Camera Mod Thread for OnePlus 5/T

{
"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"
}
Google Camera Mod for OnePlus 5 (cheeseburger) and 5T (dumpling)​
1. Camera HAL Confusion
Spoiler
a. Camera HAL Basics
First, let's understand what a camera HAL is. A camera HAL is what allows a ROM to "talk to" the camera hardware; without it, the camera would be non-functional. Think of the camera HAL as the steering wheel and pedals of a car. The steering wheel/pedals allow for control of the internal components of the vehicle by providing an external interface for the driver (the ROM) to make use of the internal components.
At present, the source code of the camera HAL included in OxygenOS has not been released by OnePlus. Instead, OnePlus has compiled that source code and shipped it on the OnePlus 5/5T as a BLOB (Binary Large OBject). This has been a major setback for custom ROM developers because having access to the camera HAL source would make porting the stock OnePlus Camera to a custom ROM a much easier endeavour.
b. Camera HAL, Google Camera Mod and Root Requirements
The latest releases of the mod require you to be rooted (as you mandatorily need to install DotFix, which contains a modified camera HAL compatible with the latest releases) or the pictures that you click will come out with pink/purple/green tint on them, or will have a dotted pattern on them, or the camera might not work at all. So if you're rooted, then you're good to go. However, if you're unrooted (and prefer staying that way), then you can still use an specific version of the mod which works fine (with a few issues/restrictions, of course). All the downloads for rooted as well as non-rooted users are in the next post in the thread (post # 2).
2. Known Bugs and Workarounds
Spoiler
[Unrooted Only] Dotted Pattern Overlay
Issue - A dotted pattern overlay is visible in the HDR+ pictures (when completely zoomed in)
Resolution - You have to root, install DotFix as well as the recommended version for rooted users from point 3
[Unrooted Only] Front Camera HDR+/Portrait Mode Non Operational/Captures Distorted Pink/Purple/Green Lines
Issue - Front camera captures distorted pink/purple/green lines while using HDR+ or Portrait Mode
Resolution - You have to root, install DotFix as well as the recommended version for rooted users from point 3
[Rooted Only] HDR+ Front Camera Pictures Restricted to 4.0 Megapixels
Issue - HDR+ pictures that are clicked with the front camera are restricted to 4.0 megapixels, even though the maximum resolution of 15.9 megapixels is selected for the front camera under settings
Resolution - None available yet; details of why this is the case are mentioned in this post
[Both] Zero Shutter Lag (ZSL) Non Operational
Issue - Zero Shutter Lag (ZSL) doesn't work
Resolution - None available yet
[Both] DotFix Magisk Module Incompatible with Audio Mods
Issue - Some audio mods interfere with the DotFix Magisk module due to which they don't work as intended
Resolution - Uninstall the audio mods or try setting SELinux to permissive using SELinux Switch from this post of mine.
More troubleshooting tips and tricks are present here and here. You can also read the Telegram channel's FAQ here.
3. Important Notes and Links
Spoiler
a. Important Notes
Everytime you change a settings, make sure you force-close and swipe it away from recents, and then restart the app so that the new settings are applied correctly. A sure shot way to make sure the settings have applied is to restart your phone.
b. Links
Complete list of all Google Camera Mod ports: Link
Capturing a logcat if you're facing a crash when opening/using the Google Camera Mod: Link
Useful files and tools: Link
Photo comparison samples: Link
4. Post Update Information and Credits
Spoiler
a. Post Update Information
Last Updated: 23rd June 2021
b. Credits
@B-S-G, for doing the initial port and bring us Google Camera's HDR+ to multiple devices
@Arnova8G2, for all the work he's done and still continues to do to bring us these ports
@defcomg, for the front camera Portrait Mode fix
@MrAimenify, for fixing viewfinder lag and updating libraries
@Urnyx05, for creating his own versions of the mod for everyone on OP5/T
@Nikita, for creating his own versions of the mod for everyone on OP5/T
@S4turno, for unknowingly inspiring me to make this post, hosting all the Google Camera Mod ports on his server, and for helping the community with updated information regarding the mod
@Zackptg5, for the MMT-Ex Template
@Adam Conway, for this great XDA article on how cameras work in custom ROMs
@Rohit jat, for originally creating the thread and Telegram discussion group
All of you guys for viewing this post
Downloads​
DotFix: Magisk Module (AndroidFileHost Mirror)
Google Camera APK: Nikita's GCam (Latest recommended)
Settings XML: Link
Reserved For Future
Rohit jat said:
Its not my work. I am just sharing
Mostly things works
1. Manual focus does't work but auto focus work
2. There are some glitches when you move the phone
All credits to Daniiiiik49
Link - https://www.androidfilehost.com/?fid=889764386195922284
Note - (forum moderator) if anything is against rules let me know apologies
Click to expand...
Click to collapse
Tested on my OnePlus 3t and well, it does something.. I will test it in low light if it's better or not, thanks for sharing.
Awesome
Enviado desde mi ONEPLUS A5000 mediante Tapatalk
slowmotion not work for me
pescixx79 said:
slowmotion not work for me
Click to expand...
Click to collapse
Me too
The difference is insane. In all the pictures I took the Google camera came up better than stock
Solved slowmotion by modify media_profiles.xml (need to add encoder profiles)
I can see significant improvement in the pictures with this camera especially in low light. Those water color effects are gone! And yes the touch focus is not working and also the slow motion. Hope something will happen soon. Thanks to that developer who made this possible!
Can anyone explain to me how this is different from the Google Camera app in the Play Store? (https://play.google.com/store/apps/details?id=com.google.android.GoogleCamera)
stokholm said:
Can anyone explain to me how this is different from the Google Camera app in the Play Store? (https://play.google.com/store/apps/details?id=com.google.android.GoogleCamera)
Click to expand...
Click to collapse
It's literally in the title.
andre0005 said:
It's literally in the title.
Click to expand...
Click to collapse
Thanks for the help. /s
My point is that the app from the Play Store has HDR too. How is that different from this (HDR+)?
stokholm said:
Thanks for the help. /s
My point is that the app from the Play Store has HDR too. How is that different from this (HDR+)?
Click to expand...
Click to collapse
This one is modified to work on our devices. The other one in the play store, does not work with our devices with HDR.
ab7casper said:
This one is modified to work on our devices. The other one in the play store, does not work with our devices with HDR.
Click to expand...
Click to collapse
This is a screenshot from the Play Store version. HDR is enabled.
stokholm said:
This is a screenshot from the Play Store version. HDR is enabled.
Click to expand...
Click to collapse
Of all the times I've used the Google camera, it does not look like that. I had nexus 6p before OP5. The option for HDR should be top right. I have no idea what camera that screenshot is from.
ab7casper said:
Of all the times I've used the Google camera, it does not look like that. I had nexus 6p before OP5. The option for HDR should be top right. I have no idea what camera that screenshot is from.
Click to expand...
Click to collapse
It's the one I linked above.
https://play.google.com/store/apps/details?id=com.google.android.GoogleCamera
stokholm said:
It's the one I linked above.
https://play.google.com/store/apps/details?id=com.google.android.GoogleCamera
Click to expand...
Click to collapse
Here is my screenshot of the Google camera from the Play Store. No. HDR. Option top-right.
stokholm said:
It's the one I linked above.
https://play.google.com/store/apps/details?id=com.google.android.GoogleCamera
Click to expand...
Click to collapse
LMAO.... UPDATED 2015. get with the times brah.
No wonder it isn't right. That's 2.5 version.
ab7casper said:
Here is my screenshot of the Google camera from the Play Store. No. HDR. Option top-right.
Click to expand...
Click to collapse
Looks like the version I installed is from 2015. I wonder why that is. I installed it today.

Latest and best #gcam for our X2 Pro.

.
.
.
.
.
.
.
I don't have it.
Post here if you do.
Thanks
https://www.celsoazevedo.com/files/android/google-camera/dev-urnyx05/
Jerry08 said:
https://www.celsoazevedo.com/files/android/google-camera/dev-urnyx05/
Click to expand...
Click to collapse
.
But which one are you using?
Xebeck said:
.
But which one are you using?
Click to expand...
Click to collapse
1.4
GCam_7.2.010_Urnyx05-v1.4 works fine for me ... except that selecting an auxiliary camera will crash the app.
* Unfortunately, GCam therefore does not get access to the 64MP camera.
GCam_7.2.010_Urnyx05-v1.5 crashes right after taking a picture.
https://www.celsoazevedo.com/files/android/google-camera/f/changelog885/
This gcam have the best photo quality for me with many configurable parameters. I tested lots of them and I think it's the best at this time for x2 pro.
lutherkingmartin said:
https://www.celsoazevedo.com/files/android/google-camera/f/changelog885/
This gcam have the best photo quality for me with many configurable parameters. I tested lots of them and I think it's the best at this time for x2 pro.
Click to expand...
Click to collapse
can you share your settings for this camera
I think this is the best gcam
https://www.celsoazevedo.com/files/android/google-camera/f/changelog866/
Choose white balance profiles GW1 and HDR is fine.
I think it can use in daily.
batestota said:
can you share your settings for this camera
Click to expand...
Click to collapse
Please share your setting configuration pls!
marcovth2 said:
GCam_7.2.010_Urnyx05-v1.4 works fine for me ... except that selecting an auxiliary camera will crash the app.
* Unfortunately, GCam therefore does not get access to the 64MP camera.
GCam_7.2.010_Urnyx05-v1.5 crashes right after taking a picture.
Click to expand...
Click to collapse
Same for me, tried several versions and always came back to this one, unfortunately I still can't find any version working with slow motion and wide angle camera. Any suggestion??
What about selfie camera? Can they go above 4mpx?
Sent from my Realme RMX1931 using XDA Labs
..
https://www.youtube.com/watch?v=OJf9SeQnh5c
I just followed this guy's guide and punch in the settings manually.
It does show improvement from the default app in terms of contrast and focus.
BUT it does not contain options to use the 64MP and Macro settings etc.... there are things missing in terms of all the hardware you can use.
So for now I'm using GCam if I need to take pics in normal camera mode, video and wide-lense, panorama or the amazing 360 view feature.
And use the default app for 64MP, Makro lens and slow-mo features. This version of GCam does crash on some of the options like Lens Blur, so it is not perfect.
i am very happy with the stock camera , on the latest update the quality is just fine
{
"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"
}
ZenoDiac said:
https://www.youtube.com/watch?v=OJf9SeQnh5c
I just followed this guy's guide and punch in the settings manually.
It does show improvement from the default app in terms of contrast and focus.
BUT it does not contain options to use the 64MP and Macro settings etc.... there are things missing in terms of all the hardware you can use.
So for now I'm using GCam if I need to take pics in normal camera mode, video and wide-lense, panorama or the amazing 360 view feature.
And use the default app for 64MP, Makro lens and slow-mo features. This version of GCam does crash on some of the options like Lens Blur, so it is not perfect.
Click to expand...
Click to collapse
I'm using the same app, but I cannot find the ultra-wide lens option, I can only use the primary camera.
How to use the ultra-wide lens on the GCam app?
natedogg20050 said:
i am very happy with the stock camera , on the latest update the quality is just fine
Click to expand...
Click to collapse
Ans I agree.
I tried to take pictures on low light conditions with the stock camera and compared with Google and ended up preferring the stock camera versions.
To be honest, sometimes AI overdoes things, but overall camera quality isn't bad. Even for interior pictures.
Regards
natedogg20050 said:
i am very happy with the stock camera , on the latest update the quality is just fine
Click to expand...
Click to collapse
In which mode did you take the pict?
Parrot's new version is the best so far. Can't acesses the auxiliary cameras but with the right tweaks is very good.
https://mega.nz/#!zbgRkSwY!qU-QdvXhwd4s158PDL2MD03g1AyCGNePZhsNqP9LfbE
dNNr said:
Parrot's new version is the best so far. Can't acesses the auxiliary cameras but with the right tweaks is very good.
https://mega.nz/#!zbgRkSwY!qU-QdvXhwd4s158PDL2MD03g1AyCGNePZhsNqP9LfbE
Click to expand...
Click to collapse
Can you share your settings for this version?
fun4357 said:
Can you share your settings for this version?
Click to expand...
Click to collapse
Yes, if you want you can play with saturation and choose the best for you
Follow the prints:

Did someone find any Google Cam v7.x for GALAXY S9 Exynos? Here's what I found!

So this is my first thread in Galaxy S9 section. I just bought this device and its great but I didn't know that there will be little to no support for S9 (specifically exynos variant). Anyway lets come to topic. For the past three days im trying to find a Google Cam version 7 or above (yes for Astrophotography/Night Sight specifically). I tried many versions which were made for different devices. Most of them closed when I opened them, few opened but didnt work at all and then I found this specific version which works but yes there are bugs.
The link to this specific version is at the end of this post. The major reason to post this thread is to get attention from any developer/modder/anyone who can help us make it work in our device.
So after changing a few settings I was able to make simple camera work. Night mode worked too but only RAW images. The main reason the pictures were not saving (according to my tests) is due to HDR mode. I read somewhere that GCam uses Snapdragon's piping tech (if im correct) to make it work which Exynos lacks. So disabling HDR and HDR+ makes camera work. Every time when I took night sight photographs either the pictures did not saved or if they saved then they were black color only.
This specific version also has something like DEVELOPER SETTINGS in its settings where you can change some specific settings. I dont know what most of them do but if anyone know them you can help us.
What's Working?
Simple Camera
Night Sight (RAW only)
Photo Sphere
Whats not working?
̶A̶s̶t̶r̶o̶n̶o̶m̶y̶ ̶M̶o̶d̶e̶ ̶d̶o̶n̶t̶ ̶s̶e̶e̶m̶ ̶t̶o̶ ̶w̶o̶r̶k̶ ̶a̶u̶t̶o̶m̶a̶t̶i̶c̶a̶l̶l̶y̶ ̶a̶s̶ ̶i̶t̶ ̶i̶s̶ ̶s̶u̶p̶p̶o̶s̶e̶d̶ ̶t̶o̶ ̶d̶o̶ * It works when your mobile is stable or youre using tripod. im still not sure!!
Everything else (still checking)
For SNAPDRAGON Users
May be you dont need to apply these settings. Just check the camera if it doesn't work then try these settings.
For Exynos Users
So to make this Gcam work here's what I did.
Open the camera. Swipe down and click gear icon to open settings. Goto Advance>>Enable HDR+ Control switch.
Now to shoot simple camera picture you just swipe down in viewfinder of camera and disable HDR+. Take photo it will work.
Now if u want to make night sight photos work, do this
swipe down, click settings Goto Advance>>Enable RAW+JPEG Control switch.
Now go to Night sight mode and swipe down. Make sure first option (RAW +JPEG) is set to RAW swtich enable.
Take the night sight picture and you will see it will appear completely black in Gallery or get removed. Its ok we dont need JPEG. Now open your file manage go to Pictures>>RAW and there you will see a RAW capture of your pic.
So what I want to tell you is the JPEG is not working but RAW is working you can edit it using Adobe Lightroom or Photoshop (even in your S9) and get the desired image.
I tried other settings but they didn't seem to work. Maybe you guys can help make it work?
here's the link to Download
- MGC-7.0.009_BSG_based_x9smod_0.436.apk (xenius9, 2019-12-26, changelog)
Click Here for Difference between stock camera night mode and Google night sight!
SCREENSHOTS:
1) Enable these two options in settings
{
"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"
}
2) In camera mode make sure to disable HDR mode completely
3) In night sight make sure to enable Raw mode
RESERVED lol may be we need this in future
Here's the Exynos version that is currently under development. Most things work great and it's pretty stable. See if this works for you.
https://t.me/ZexynosLounge
Hi. How i downloaded the app and followed the instructions you've given but why I don't have the astrophotography mode? Thank you
Devo7v said:
Here's the Exynos version that is currently under development. Most things work great and it's pretty stable. See if this works for you.
Click to expand...
Click to collapse
Front camera work on it or does it need root ?
Frontcam requires root
MNC20 said:
Front camera work on it or does it need root ?
Click to expand...
Click to collapse
To use frontcam on an S8 or S9 (not the notes I believe) you need to edit a .lib file, as such requiring root to do so. Without doing this frontcam and something else important doesn't work (can't remember).
beugologist said:
To use frontcam on an S8 or S9 (not the notes I believe) you need to edit a .lib file, as such requiring root to do so. Without doing this frontcam and something else important doesn't work (can't remember).
Click to expand...
Click to collapse
I've actually just changed the " Front camera photo resolution " to " (16:9) 3.9 MP " and the frontcam worked. (I have an IDan 5.1 GCam on a rootless S9 Exynos)

GCAM for Wing

Hi,
Just wanted to update that Urnyx's 7.3 v2.4: GCam_7.3.018_Urnyx05-v2.4.apk works perfect on the LG Wing.
Just enable the second lens from the settings , enable HDR+ Enhanced etc..
Results are much better than stock.
Actually, pretty good camera with gcam.
Cheers!
galr said:
Hi,
Just wanted to update that Urnyx's 7.3 v2.4: GCam_7.3.018_Urnyx05-v2.4.apk works perfect on the LG Wing.
Just enable the second lens from the settings , enable HDR+ Enhanced etc..
Results are much better than stock.
Actually, pretty good camera with gcam.
Cheers!
Click to expand...
Click to collapse
Link?
Haven't tried it yet. But I think this is the link. Downloaded and will report back after install.
File on MEGA
mega.nz
Perfect. Thank you
Im using the BSG model from their telegram group. Just tested selfie. Damn my skin tone way better even compared to the selfie from my pixel 5. Pixel 5 somehow gave warmer result.
Pardon the file name. Thats the typical filename for files downloaded from Telegram
Heres the comparison of 1 single take https://photos.app.goo.gl/kk5Xjt7aMVaJ3yz2A
Using the GCam I've noticed a couple of nice things.
1. The camera app does not take over your music app like a stock camera app.
2. Some picture quality improvements. (i am looking forward to testing in dark environments)... Stock app was marginal.
A few questions.
1. Anyway to change save location to SD?
2. What are your settings?
I have:
HDR+ Control enabled
wide angle auxiliary lens enabled.
4k time-lapse (not tested)
4k video (not tested)
Cheers!
@fuadhdmini thanks!
download the BSG camera in fuadhdmini's post above. Seems to have more features available and a better GCam.
When I select Camera, Portrait and night sight mode, I have a still picture in view finder
Steamer2499 said:
当我选择相机、人像和夜视模式时,取景器中有一张静止图像
Click to expand...
Click to collapse
同样的问题
Steamer2499 said:
When I select Camera, Portrait and night sight mode, I have a still picture in view finder
Click to expand...
Click to collapse
Settings > Mod Settings > Enable OpenGL preview
ManoharMaddineni said:
Settings > Mod Settings > Enable OpenGL preview
Click to expand...
Click to collapse
There's no enable openGL preview in mod settings
Steamer2499 said:
There's no enable openGL preview in mod settings
Click to expand...
Click to collapse
I am using the BSG camera in fuadhdmini's post
Under the 'Preview Settings' section, enable opengl
{
"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"
}
When will we expect fully fledge Gcam app for lg wing from developers
Itsmeguruj said:
When will we expect fully fledge Gcam app for lg wing from developers
Click to expand...
Click to collapse
I don't know if we can ever really "expect" anything... These two gcams above are pretty good. I thibk stock is pretty good also. Each camera seems to do something a little better than the others.
For simplicity I'm back using the stock camera.
kaluna00 said:
I don't know if we can ever really "expect" anything... These two gcams above are pretty good. I thibk stock is pretty good also. Each camera seems to do something a little better than the others.
For simplicity I'm back using the stock camera.
Click to expand...
Click to collapse
No really stock camera app sucks its worst, gcam mod is really great but gcam does not support gimbal mode thats the problem
ManoharMaddineni said:
I am using the BSG camera in fuadhdmini's post
Under the 'Preview Settings' section, enable opengl
View attachment 5377041
Click to expand...
Click to collapse
Thx... I found it... sometimes I can be brain dead...lol
Itsmeguruj said:
No really stock camera app sucks its worst, gcam mod is really great but gcam does not support gimbal mode thats the problem. uno online
Click to expand...
Click to collapse
In addition to the five gcam models mentioned above, the Arnova is a popular choice. Furthermore, by releasing the most recent versions, namely 6.1, 6.2, 7.3, and 8.3, the Gcam Arnova has gained a large following.

[GUIDE] GCam (Wichaya) OnePlus 8 Pro

GCam (Wichaya)
based on the Google Camera.
OnePlus 8 Pro
{
"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"
}
1.) Separate lens management.
2.) Front camera works.
3.) Nightsight, Panorama, Photosphere...
4.) Reconfigured config
for the highest quality photography.
1.) Download Wichaya GCam 1.4
https://www.celsoazevedo.com/files/android/google-camera/dev-wichaya/f/dl4/2/
- Snapcam.apk
2.) Download Config.xml
https://www.celsoazevedo.com/files/android/p/f/2021/08/nrG-v3-Wichaya-8.1.101-v1.4.xml
3.) Create new folders in the root of the phone,
/GCam/Configs8/
Move the .xml file to /Configs8 folder
4.) Install
Wichaya GCam
and give all the necessary permissions
5.) Open
Wichaya GCam
Double tap on the black area
next to the shutter button
to open a dialog.
The selected Config is:
nrG-v3-Wichaya-8.1.101-v1.4.xml
Click Update.
P.S.
If you are using Android 11/12
Wichaya GCam (Camera) application,
Permissions
Files and Media
Allow management of all files.
You know, its not actually what you think. Most gcams have had this for over a year now. Others name it;
.06
1.0
2.2
Those are 3 of the 4 cameras for the 8 pro
I am not sure about OOS11, but on OOS12 it crashes if you try to change the lens
Shervrar said:
I am not sure about OOS11, but on OOS12 it crashes if you try to change the lens
Click to expand...
Click to collapse
In OOS11
there are no problems.
Everything works normally.
In OxygenOS 12 C.16
Everything works normally.
Hello, the zoom only works up to 10x! Why that? With the integrated camera it goes up to 30x. And as before, once you have taken a photo, you cannot open an image directly on the left. Just a black screen comes up.
In OxygenOS 12 C.20
Everything works normally.
laikexpert said:
In OxygenOS 12 C.20
Everything works normally.
Click to expand...
Click to collapse
Photosphere says no rear camera ??
Photosphere says no rear camera. It happened first after update op8pro to android 12.
celestyn said:
Photosphere says no rear camera. It happened first after update op8pro to android 12.
Click to expand...
Click to collapse
I have never used Photosphere.
P.S.
Everything else works normally.
laikexpert said:
I have never used Photosphere.
P.S.
Everything else works normally.
Click to expand...
Click to collapse
Really? Did You try the horizontal level indicator? It doesn't seem to be horizontal to me.
celestyn said:
Really? Did You try the horizontal level indicator? It doesn't seem to be horizontal to me.
Click to expand...
Click to collapse
I use this gcham every day
and it suits me perfectly.
P.S.
If something really doesn’t suit you,
then contact the author.
--------------------------------------
Plus you have a very weird profile
on xda developers:
laikexpert said:
I use this gcham every day
and it suits me perfectly.
P.S.
If something really doesn’t suit you,
then contact the author.
Click to expand...
Click to collapse
Now I'am using another build. I am very sorry that I cannot agree that all is working perfectly for A12. Till A11 i had not any problem, these issues seems to be the A12 specific. That's all folks
laikexpert said:
I use this gcham every day
and it suits me perfectly.
P.S.
If something really doesn’t suit you,
then contact the author.
--------------------------------------
Plus you have a very weird profile
on xda developers:
View attachment 5631581
Click to expand...
Click to collapse
What's wrong with my profile? Does it have any effect on gcam functionality?
When I use the config the gCam crash when I change the lenses. Any suggestions?
Since updating to Android 12 (LineageOS), the main camera's focus seems to be off. It works fine for the tele and wide lens.
It worked fine on Android 11. The focus also works fine with other camera apps, e.g. Open Camera or LineageOS's stock camera app. Any ideas?
Use this magisk module to fix the error on android 12
Camera Unlocker for the OnePlus 8 Series and OnePlus 9R
A Magisk module for the OnePlus 8 series (8, Pro, T) and the OnePlus 9R. It fixes/enables/improves the following: Removes the 1/30s shutter speed cap for third party camera apps, allowing GCam to use up to 1/8s in ZSL mode. Enables 48MP RAW10 capture support on GCam, both on Main (8/8T/9R) and...
www.celsoazevedo.com
Hi, i see i've been a while from last respond but i just install GCAM on my OP8Pro and i dont know how to fix the one thing:
When i open stock camera app and i tap on screen it focuses on this point. In GCAM when i tap on the screen it looks like the focus remain when it was and only white balance is changing.
Can it be fixed to make the camera set the focus where i touch the screen?
Thanks a lot
Regards

Categories

Resources