Google Camera Port - Samsung Galaxy Note 10+ Questions & Answers

Hey all, anybody know the latest link(s) to a copy of google camera working on the note10 snapdragon with both normal and wide angle cameras? I assume there are working 7.3 ports now, but having a difficult time finding anything.

gambit07 said:
Hey all, anybody know the latest link(s) to a copy of google camera working on the note10 snapdragon with both normal and wide angle cameras? I assume there are working 7.3 ports now, but having a difficult time finding anything.
Click to expand...
Click to collapse
I found this one, it's supposed to be the latest stable/fully functional version to date, but, feel free to look around:
https://www.xda-developers.com/google-camera-port-hub
https://forum.xda-developers.com/showpost.php?p=80610241&postcount=7

KOLIOSIS said:
I found this one, it's supposed to be the latest stable/fully functional version to date, but, feel free to look around:
https://www.xda-developers.com/google-camera-port-hub
https://forum.xda-developers.com/showpost.php?p=80610241&postcount=7
Click to expand...
Click to collapse
Thanks, that's an older version that's been around for a while. I did find an updated 7.3 version that I tested and seems to be working really well. Including the link here in case anyone else comes across this thread:
https://forum.xda-developers.com/apps/google-camera-mods/google-camera-urnyx05-t3937515
Edit: Only change needed is to go into camera settings -> Advanced -> Auxiliary camera and enable the wide angle

gambit07 said:
Thanks, that's an older version that's been around for a while. I did find an updated 7.3 version that I tested and seems to be working really well. Including the link here in case anyone else comes across this thread:
https://forum.xda-developers.com/apps/google-camera-mods/google-camera-urnyx05-t3937515
Edit: Only change needed is to go into camera settings -> Advanced -> Auxiliary camera and enable the wide angle
Click to expand...
Click to collapse
The focus is definitely much faster on point & shoot than the one I linked (total amateur here,my photo needs are rudimentary at the most, LOL)
Unless I'm missing something, seems you have to exit the camera & go to your file app of choice to view the most recent pic. Not sure if this is a known issue, or, user error on my part......

KOLIOSIS said:
The focus is definitely much faster on point & shoot than the one I linked (total amateur here,my photo needs are rudimentary at the most, LOL)
Unless I'm missing something, seems you have to exit the camera & go to your file app of choice to view the most recent pic. Not sure if this is a known issue, or, user error on my part......
Click to expand...
Click to collapse
Ah, I believe you can fix that by installing Google Photos or by going into settings and select to use a third-party gallery

Related

Use of front camera in HTC EVO

Hello Everybody,
I'm developing an android application which uses the front camera.
As the Android SDK doesn't supoprt it natively, I need to fint the register name which tells the system to use the front camera. Unfortunately, I do not know how this parameter is called. Does anyone can help me?
btw, As I do not have an HTC Evo If anybody can help me by testing my app on its HTC evo, it will helps me a lot.
Many thanks in advance,
Best regards.
ill test if you tell me what the app does/is for
chikenkilr said:
btw, As I do not have an HTC Evo If anybody can help me by testing my app on its HTC evo, it will helps me a lot.
Many thanks in advance,
Best regards.
Click to expand...
Click to collapse
All I could think of was some of the CraigsList replies I get that want my item shipped to Africa.
GL with your app, hope it's a fun one, not enough stuff uses the front camera yet.
Hi,
many thanks for your answer and your help.
My app is quite simple, it acts as a mirror by displaying the front camera in full screen (it crops left and right parts of the picture in order to maximise the picture surface.
My app is avaiblable in the android market under the name : MagicMirror-Lite
I get some feedbacks that my app does work on Evo devices.
Before adding other features (such as zoom and so on), I would like to get first quite a reliable app which works on most of terminals (which have a front camera of course).
Pao23 said:
GL with your app, hope it's a fun one, not enough stuff uses the front camera yet.
Click to expand...
Click to collapse
I think the same, but as there is no explicit command in the android SDK which allows to use the front camera, I first need to get a reliable way to use front cams.
chikenkilr said:
Hi,
many thanks for your answer and your help.
My app is quite simple, it acts as a mirror by displaying the front camera in full screen (it crops left and right parts of the picture in order to maximise the picture surface.
My app is avaiblable in the android market undre the name : MagicMirror-Lite
I get some feedbacks that my app does work on Evo devices.
Before adding other features (such as zoom and so on), I would like to get first quite a reliable app which works on most of terminals (which have a front camera of course).
Click to expand...
Click to collapse
I like that bro im in on that! Givein that app a go thanx!!
Sent from my 1.2 HP EVO
explicit command in the android SDK which allows to use the front camera
Click to expand...
Click to collapse
The Cyanogen team has the front facing commands figured out.
Also, these guys do too http://www.popcrowd.com/
Maybe one would be willing to share or you could take a peak at their code.
Hi everybody,
Many thanks for your inputs.
If I made everything right, my application should now work on Sprint devices.
I uploaded a new version of the application. So, if you can test it on yours, it will be very helpful for me.
Cheers!
It uses the main camera on the EVO not the front one like you want.
Sorry.
Image is also turned 90 degrees...
For the rotation this is normal as the rear camera is rotated to 90° compared to the front camera (in order to use the rear camera in landscape mode and the front camera in portrait mode).
Ok well it still uses the wrong camera.
Looks promsing though.
Many thanks,
and before adding more sexy-features (like pinch zoom, or picture grabbing...) I want first to make sure my app is compatible with most mobile devices.
(If you have features ideas, do not hesitate )
Cool.
I'll test it again once you see about using the front camera.
I think I found what was wrong,
in the manifest file, I added:
<uses-library android:name="com.sprint.hardware.twinCamDevice" android:required="false"/>
I hope that this will make the things goes right for Sprint users without generating bugs for non-Sprint users.
how about make a video chat app that works all the time
chikenkilr said:
I think I found what was wrong,
in the manifest file, I added:
<uses-library android:name="com.sprint.hardware.twinCamDevice" android:required="false"/>
I hope that this will make the things goes right for Sprint users without generating bugs for non-Sprint users.
Click to expand...
Click to collapse
It works with the front camera now but you still need to rotate the image 90degress. I don't see why anyone would want a mirror that the reflection is sideways!
You're completely right, if picture is rotated, it is completely useless. ^^
What is that for the samsung Epic, picture owns the right orientation.
Futhermore, picture should be distorded on your Evo device?
Last question, I must rotate picture in clockwise or in counter-clockwise?
It works on my evo
You need to rotate image 90 degrees clockwise...no matter how I turned the phone the imageit displayed was turned facing 9 o'clock...
Keep working at it!
Swyped from an HTC Evo on MetroPCS...
Yep, me too. The top of my head points to the left no matter how I hold the camera. It 'IS' working with the front camera though.
I'm just beginning to test the front facing camera on my Evo too with some code. I 'think' I read that the Sprint library has to be included in the manifest (to enable the front camera); however, they say the app will not load on phones that don't have this library. that seems pretty severe. Anyone tested that out ?
It would be nice to make apps that use the front camera if possible but still use the regular cam if the front one's not available.
Hi rufus,
Yes the library must be loaded, but, as I mentioned above, you must add the :"android:required="false". So if the library exists, it will be loaded and if not, it doesn't mattre. But you need to add in your source a test to check if the library exists or not. It is explained in the sprint sdk.
Ok I'll add a test on my program add add a rotation if detected phoe is an HTC evo.
Is the ratio of the picture ok or not?
The ratio of the picture is good, but I assume once it's rotated 90 degrees, it wont' be. It's still rotated 90 counterclockwise...the top of my head is at the left.

I found a good camera for CM11 & SlimKat

Camera KK this looks like it was built with CameraNext and has had the best results from any camera app on Fire Phone I have used. Even with flash!
I attached some unaltered shots outdoors and indoors with lights on and off in my server room.
Free has ads and $1.99 to remove them. So try it and let me know any tips you might find.
Still has flash issue in low light. It's going to take more than an app in the store to resolve the issue.
Nice, good find, flash pic quality looks similar to the ones from Snap Camera... I found the post I was thinking about:
mhill1986 said:
Snap Camera:
• Exposure compensation to -2 ev
• ISO manually set to 1600
Click to expand...
Click to collapse
And now get that cable management in order! *shudders*
Just kidding... this should be posted in "General", since it's useful information about one of the biggest issues, Magnum_Enforcer to the rescue!
Do I have the power to move it?
distearth said:
Do I have the power to move it?
Click to expand...
Click to collapse
No, but I do.
I tried reducing exposure -1 and that did a little but the flash normal was also pretty good. The pic from the op was in a completely dark room so have to see what low light looks like.
distearth said:
I tried reducing exposure -1 and that did a little but the flash normal was also pretty good. The pic from the op was in a completely dark room so have to see what low light looks like.
Click to expand...
Click to collapse
Oohhh very nice, that's a very solid result for basically "default settings"! Will download it and take on a "test drive" tomorrow.
Compared to the pics taken with the new Huawei Mate S, why are we even complaining... :laugh:
(...added the quote about the Snap Camera settings in my previous post, SC requires a little more work to yield good results...)
HDR freezes the app... sigh...
... and so will * every other app when using HDR. I don't need it, some people can't live without it (looking at you, russy23 ^^).
Camera KK is a solid alternative to Snap Camera or Camera MX, and easy to use because of the stock Android look & feel.
*almost
Camera Zoom FX
I tried taking HDR pics using Camera Zoom FX and it didn't crash.
I also found a good camera app that works great on the slimcat rom: cymera. Flash works and great filters are integrated. Couldnt find an option for HDR though...
Could someone try Simple Camera, it went free in the amazon app store today. Didn't know if maybe being from the Amz App Store might make a difference in getting a good flash... I'm back on Stock Fire OS right now so I can't try myself...
Thanks,
distearth said:
Could someone try Simple Camera [...] Didn't know if maybe being from the Amz App Store might make a difference in getting a good flash
Click to expand...
Click to collapse
Thanks for mentioning (It's free in the US store, in Germany for example, they want 74 cents, hehe)
But sadly, being from the Amzn Store means nothing. A lot of "Devs" (more like "copy paste coder" ^^) publish their apps on multiple portals to make a little more $$$. This app is the exact same version as on Google Play Store.
It's based on OpenCamera, it even creates the "OpenCamera" subfolder in the "DCIM" folder. ^^ Default settings: flash pics are overexposed...
edit: Also tried "Cymera" on the weekend. It's, uhh, very "girly". For people who love filters & gramin' it's a feasible alternative, I'll stick with the "functional" ones, like Camera KK.
Can't you use the camera apk from Fire OS? Or does that require all the Amazon framework, kernel, our HAL stuff?
DePingus said:
Can't you use the camera apk from Fire OS? Or does that require all the Amazon framework, kernel, our HAL stuff?
Click to expand...
Click to collapse
Correct, source code for the camera HAL is needed. Highly unlikely that it will be released by Amazon.
Oh wait, we're all getting bootloader unlock codes for Christmas when they put the developer version under our trees.
LOL Camera KK force closes on me. Cymera works though.
Bingo Bronson said:
Thanks for mentioning (It's free in the US store, in Germany for example, they want 74 cents, hehe)
But sadly, being from the Amzn Store means nothing. A lot of "Devs" (more like "copy paste coder" ^^) publish their apps on multiple portals to make a little more $$$. This app is the exact same version as on Google Play Store.
It's based on OpenCamera, it even creates the "OpenCamera" subfolder in the "DCIM" folder. ^^ Default settings: flash pics are overexposed...
edit: Also tried "Cymera" on the weekend. It's, uhh, very "girly". For people who love filters & gramin' it's a feasible alternative, I'll stick with the "functional" ones, like Camera KK.
Click to expand...
Click to collapse
How is this compared to snap camera? Anyone tried both?
krackers said:
How is this compared to snap camera? Anyone tried both?
Click to expand...
Click to collapse
I bought Snap Camera, it has a good amount of options for people who want to customize their photo settings.
Quality is good, flash pics work too, you can correct the exposure if needed (other apps have this as well, ofc.)
Right now, I'm still using Camera KK (free version), because I just need a simple "shooter", just like the stock android app.
Anyone found a decent camera to take pictures when light is low without using flash? My pictures are always too dark even if I try to change light exposure...
goosele said:
Anyone found a decent camera to take pictures when light is low without using flash? My pictures are always too dark even if I try to change light exposure...
Click to expand...
Click to collapse
Camera KK, exposure -1, is the best I got. Tried a bunch.

Google Camera port with HDR+ and V30

Better use this one port
Probably you all may try and find out how to get best shots
Remember to set HDR+ mote to enhanced
Where's the original thread this came from? I'd like to do some more reading up on it.
CHH2 said:
Where's the original thread this came from? I'd like to do some more reading up on it.
Click to expand...
Click to collapse
I installed this version as of yesterday. Not sure if the OP's post is newer but this is a good start on info.
https://www.xda-developers.com/google-camera-hdr-customization-raw-support/
qualitymove13 said:
I installed this version as of yesterday. Not sure if the OP's post is newer but this is a good start on info.
https://www.xda-developers.com/google-camera-hdr-customization-raw-support/
Click to expand...
Click to collapse
Ok, I've seen that stuff before. So this is still the same line of that port where we have to dig through menus in hopes of finding the magic combo to make HDR stuff work? I had zero luck with that in a previous version. And did you use the same download link?
CHH2 said:
Ok, I've seen that stuff before. So this is still the same line of that port where we have to dig through menus in hopes of finding the magic combo to make HDR stuff work? I had zero luck with that in a previous version. And did you use the same download link?
Click to expand...
Click to collapse
I used the download at the bottom of the link I sent you. Seems to be the same port you mention but to be honest, I havent even played with it yet.
Yeah, I'm definitely going to need to find the original link to this from a reputable source. Just tried clicking into the link in the OP from work and the safeguard software that usually comes up yellow/gold for sites that are not allowed came up red. That's a first for me and enough for me to not download from that site.
CHH2 said:
Yeah, I'm definitely going to need to find the original link to this from a reputable source. Just tried clicking into the link in the OP from work and the safeguard software that usually comes up yellow/gold for sites that are not allowed came up red. That's a first for me and enough for me to not download from that site.
Click to expand...
Click to collapse
You may fetch it there https://androidfilehost.com/?fid=962021903579488245 and then compare bit-by-bit with file uploaded my me, should be identical
Billy Madison said:
You may fetch it there https://androidfilehost.com/?fid=962021903579488245 and then compare bit-by-bit with file uploaded my me, should be identical
Click to expand...
Click to collapse
I can tell you a side by side won't happen. That's the first time I've ever seen that severe of a warning pop-up for a site before so I won't be going there. I did load from the this link though and it looks like this still requires some set-up to get HDR working on it. It's dark out now so I won't know until later.
I tried the google camera. However, I find GP camera app sometimes adds more noise but does not over expose as much as LG camera. However, in some cases the LG is better...Guess it just depends on the situation. Here are some sames I took in auto mode using the same focus point (touched area to make sure they both focused on same object). of course the ones with the post it GP on them is the Google Camera app. These are in low light to very low light.
https://photos.google.com/share/AF1...?key=SVQ0dTNfY2dfSDBObEJKRE9nMEJCc2RkMG9EY3Fn
ya....i have the same opinions. V30 camera app at times produces better photos, where others Pixel 2 Camera does.
Pixel 2 ZERO SHUTTER LAG is no joke though, and i'm not sure if HDR+ is occuring as since if so the HDR+ is done within a split second with no status.
Is this better or the same as Google camera NX 7.1?
I found this link on reddit and a user there has said to download the newest Arnova port. https://www.celsoazevedo.com/files/android/google-camera/
Japultra said:
I found this link on reddit and a user there has said to download the newest Arnova port. https://www.celsoazevedo.com/files/android/google-camera/
Click to expand...
Click to collapse
with this version i actually am seeing the HDR+ processing post image capture. There are a lot less options available in this version though.
hachiroku said:
with this version i actually am seeing the HDR+ processing post image capture. There are a lot less options available in this version though.
Click to expand...
Click to collapse
Me too. Have to play with it a bit more but it looks like the main banner features are working using the suggested settings.
Japultra said:
I found this link on reddit and a user there has said to download the newest Arnova port. https://www.celsoazevedo.com/files/android/google-camera/
Click to expand...
Click to collapse
I'd been looking for a working recent version for awhile. The other ones I could find were either an older version, or the updated version with all the options, but didn't work. Thank you for this! Going to test in a bit. I know it won't be Pixel 2 quality, but if I could match S8/N8 quality, I'd be super happy.
ok...so last night i was doing a bit of testing with Arnova's 5.1.014_v8.1 (Android 7+): same as BSG's v.4.0, but based on the new GCamera 5.1.x, with settings set as listed below. I do have to say...image quality as well as color reproduction is better than with the V30's camera. the difference is slight, but noticeable when you zoom into hard to focus lock area's. color reproduction is also a touch better. one thing to note though was I did run into a few freeze or hick ups with GCMod 5.1. When I'd press the shutter button, it would grey the screen, or do nothing. Would have to press the shutter button 2-5 times sometimes but it eventually would take the photo. Not always but sometimes this would occur.
https://forum.xda-developers.com/showpost.php?p=74290748&postcount=1016
Settings:
Model: Pixel 2XL (or Nexus 6P if you want more detailed images)
Config camera HDR+: Nexus6 HDR+ Auto Zsl (or Nexus6 HDR+ Auto)
HDR+ parameters: Medium (or higher)
To enable the HDR+ UI button: Settings > Advanced > HDR+ control (img)
The rest (video resolution, camera sounds, etc) is up to you.
Warning: You need to restart the app so the new settings are applied.
Click to expand...
Click to collapse
I've tested the front cam with the port at the above settings but LG's own camera comes out better every time. Does anyone have a different experience?
hachiroku said:
.
Click to expand...
Click to collapse
These settings are for 1+3 which is on 820 snap
The proper for V30 is Settings:
Model: Pixel 2XL
Config camera HDR+: Pixel + Smartburst
HDR+ parameters: Very High
To enable the HDR+ UI button: Settings > Advanced > HDR+ control (img)
And use that port https://forum.xda-developers.com/showpost.php?p=74356238&postcount=7
Droid Life today says the V30 Oreo beta is available to a select group of users in Korea. Naturally they cite "speed improvements" and I'm sure the camera software is lumped into that.
http://social.lge.co.kr/newsroom/lg_v30_os_1102/
I'd have to guess that at some point "too soon" in the V30's Nougat development, the team was forced to say "that's good enough -- ship it" and move on to 8.0 (or 8.1 -- fingers crossed) development. No sense in wasting resources perfecting an already out-of-date OS..
It's unfortunate the timing works out the way it does -- surely this results in some of the critiques the phone has received, and those blemishes can't be easily undone, even if they release a *flawless* Oreo in the next couple of months with a fully optimized camera experience.
As usual, simply having this app installed on my device causes a battery drain. Oh well. It works rather well though.
Sent from my LG-H872 using XDA Labs

After Samsung update today, Gcam stopped working????

Hi,
For some reason, got an update from samsung this morning, latest One UI 2.5.
After updating my Gcam stopped working, tried several different apps but
still stops and closes when opened. Any ideas???
Ken
That's a little concerning. Can you download Camera2 API Probe from the Play store and see if the camera still supports RAW capture?
Also try this specific gcam to see if it works for you https://f.celsoazevedo.com/file/cfiles/gcm1/NGCam_7.4.104-v1.4_snapcam.apk
hi
Hi,
Thanks, I'll try it.
beserker15 said:
That's a little concerning. Can you download Camera2 API Probe from the Play store and see if the camera still supports RAW capture?
Also try this specific gcam to see if it works for you https://f.celsoazevedo.com/file/cfiles/gcm1/NGCam_7.4.104-v1.4_snapcam.apk
Click to expand...
Click to collapse
Ok,
Tried your Gcam, same not working, closes when opened. I was using the latest UltraGcam for quite a while now.
Ken
Please download the Camera API2 Probe app and take a screenshot of what it says. I've attached what mine says and I'm still on the July release before OneUI 2.5.
https://play.google.com/store/apps/details?id=com.airbeat.device.inspector
View attachment 5084463
View attachment 5084465
View attachment 5084467
beserker15 said:
please download the camera api2 probe app and take a screenshot of what it says. I've attached what mine says and i'm still on the july release before oneui 2.5.
https://play.google.com/store/apps/details?id=com.airbeat.device.inspector
Click to expand...
Click to collapse
kenfb1 said:
View attachment 5084463
View attachment 5084465
View attachment 5084467
Click to expand...
Click to collapse
Strange, your screenshot looks like mine so camera api2 hasn't changed? Hmm, how about trying a gcam version that doesn't work for me on the old update.
https://f.celsoazevedo.com/file/cfiles/gcm1/MGC_7.4_v1.0f_TlnNeun.apk
Ok,
Thanks, I'll try it tomorrow. I've been trying different developers versions to see if I get lucky.
Samsung must have done something in the 2.5 update to OneUi that caused it for me.
Read This
kenfb1 said:
Ok,
Thanks, I'll try it tomorrow. I've been trying different developers versions to see if I get lucky.
Samsung must have done something in the 2.5 update to OneUi that caused it for me.
Click to expand...
Click to collapse
https://www.reddit.com/r/Galaxy_S20...working_gcam_ports_for_the_s20_ultra_running/
Haha yeah I've been trying to get people on that reddit thread to try things as well. It seems a person in the Note 20 Ultra thread confirmed this version works. Can you try? https://f.celsoazevedo.com/file/cfiles/gcm1/HyperCam-RaizenA-10.apk
Ok,
I'll try
Ok,
Tried HyperCam, it actually opened for a while, I went into setting to
change a few things and bam, closed and never opened after that!!!
kenfb1 said:
Ok,
Tried HyperCam, it actually opened for a while, I went into setting to
change a few things and bam, closed and never opened after that!!!
Click to expand...
Click to collapse
Lol clearing data for the app should get it working again. Bigger question though is do you remember which options you changed that broke it?
Hi,
Nope, maybe reinstall later and try again,
Ken
beserker15 said:
Lol clearing data for the app should get it working again. Bigger question though is do you remember which options you changed that broke it?
Click to expand...
Click to collapse
So I tried Hypercam. When I switched to the telephoto it completed crashed. Wipe data and got everything back. Front-facing camera just hangs.
I spent a good amount of time yesterday trying different GCam versions. Some partially worked, namely some HyperCam versions and TrCamera versions. Couldn't seem to get the front camera working on any versions, however. No matter what RAW and Viewfinder format I chose, the front camera would either hang, or cause the app to crash. I rooted through as many settings as I could think to change around to get the front camera working, but nothing was working for me. So I would imagine that the versions that are closing immediately may have some sort of front camera configuration that is now not playing nice after the 2.5 update.
Definitely very strange, hoping a dev can nail this down, because I have been trying to use Samsung's camera app and, boy it's just not comparable to GCam, especially the front camera.
mstras said:
So I tried Hypercam. When I switched to the telephoto it completed crashed. Wipe data and got everything back. Front-facing camera just hangs.
Click to expand...
Click to collapse
xDMONEYx said:
I spent a good amount of time yesterday trying different GCam versions. Some partially worked, namely some HyperCam versions and TrCamera versions. Couldn't seem to get the front camera working on any versions, however. No matter what RAW and Viewfinder typing I chose, the front camera would either hang, or cause the app to crash. I rooted through as many settings as I could think to change around to get the front camera working, but nothing was working for me. So I would imagine that the versions that are closing immediately may have some sort of front camera configuration that is now not playing nice after the 2.5 update.
Definitely very strange, hoping a dev can nail this down, because I have been trying to use Samsung's camera app and, boy it's just not comparable to GCam, especially the front camera.
Click to expand...
Click to collapse
That's actually very helpful. Can you guys download the Camera API2 Probe app and post screenshots of what it says for Camera ID 1 and ID 3? This is mine for my Camera ID 1 on the older build.
beserker15 said:
That's actually very helpful. Can you guys download the Camera API2 Probe app and post screenshots of what it says for Camera ID 1 and ID 3? This is mine for my Camera ID 1 on the older build.
Click to expand...
Click to collapse
I have attached the camera info.
It looks like the front facing camera is not giving RAW.
Also since I didn't mention it previously I am using a Snapdragon USA unlocked S20
beserker15 said:
That's actually very helpful. Can you guys download the Camera API2 Probe app and post screenshots of what it says for Camera ID 1 and ID 3? This is mine for my Camera ID 1 on the older build.
Click to expand...
Click to collapse
Looks like both those IDs on the update don't allow RAW capture. That must be part of the problem. Do you know if it is fixable?
mstras said:
I have attached the camera info.
It looks like the front facing camera is not giving RAW.
Also since I didn't mention it previously I am using a Snapdragon USA unlocked S20
Click to expand...
Click to collapse
xDMONEYx said:
Looks like both those IDs on the update don't allow RAW capture. That must be part of the problem. Do you know if it is fixable?
Click to expand...
Click to collapse
Thanks guys. Super useful info. I don't know if it's fixable but I'm passing the info to the gcam testing group that I'm in so hopefully one of the devs will see and know what to do about it.

Themes / Apps / Mods Gcam for OnePlus 9 pro

A working Gcam for our phone, because we deserve it:
BSG GCam APKs - Google Camera Port
Modified Google Camera app by BSG.
www.celsoazevedo.com
(always use this version: org.codeaurora.snapcam)
Compared to the stock camera, the shutter is faster and the colours are somewhat more vibrant. Haven't had a chance to compare night modes yet.
If you have an XML setup to recommend, please do share.
stazz83 said:
A working Gcam for our phone, because we deserve it:
BSG: MGC_8.1.101_A9_PV0h
Download MGC_8.1.101_A9_PV0h by BSG.
www.celsoazevedo.com
(always use this version: org.codeaurora.snapcam)
Compared to the stock camera, the shutter is faster and the colours are somewhat more vibrant. Haven't had a chance to compare night modes yet.
If you have an XML setup to recommend, please do share.
Click to expand...
Click to collapse
Nice thanks! Do you know how to set it as the default camera app? I tried disabling the op camera app, but now I cannot open my camera from my lock screen.
jprattnu said:
Nice thanks! Do you know how to set it as the default camera app? I tried disabling the op camera app, but now I cannot open my camera from my lock screen.
Click to expand...
Click to collapse
The option should be under app info > advanced settings.
Update: I have tested the latest BSG's version of 8 April and it works as well.
Just make sure you download the org.codeaurora.snapcam version from this page:
BSG: MGC_8.1.101_A9_GV1zfix
Download MGC_8.1.101_A9_GV1zfix by BSG.
www.celsoazevedo.com
Weird how 4K 60fps only works on the ultrawide camera and not the main camera.
Is there any gcam mod that allows to record 8k and 4k/120fps? BTW I tried many mods and I did not find any with all functionalities available: all cameras, motion photos, night sight etc. If motion photos available, only single camera can be used, etc.
I also don't understand why they decided to remove all languages other than English from all mods. Original Gcam supports many languages.
giaur said:
Is there any gcam mod that allows to record 8k and 4k/120fps? BTW I tried many mods and I did not find any with all functionalities available: all cameras, motion photos, night sight etc. If motion photos available, only single camera can be used, etc.
Click to expand...
Click to collapse
Not at the moment, as far as I know but our device's release happend less than a month ago so the development is still in early stages. BSG is quite fast at updates so hopefully it'll eventually happen.
giaur said:
I also don't understand why they decided to remove all languages other than English from all mods. Original Gcam supports many languages.
Click to expand...
Click to collapse
I guess that way is much more simple and if that's the trade-off for faster updates than I'm very happy with it.
stazz83 said:
I guess that way is much more simple
Click to expand...
Click to collapse
What is much more simple? Additional languages strings are original from Google, no need to touch them. Of course, additional custom settings will appear in English only, because they won't be translated.
Additional effort required to remove all translations. So it's opposite to what you are saying
What's the difference between the org.codeaurora.snapcam and the com.google.android.GoogleCameraEng apks?
Was wondering the same... Thank you.
JCDentonMale said:
What's the difference between the org.codeaurora.snapcam and the com.google.android.GoogleCameraEng apks?
Click to expand...
Click to collapse
JCDentonMale said:
What's the difference between the org.codeaurora.snapcam and the com.google.android.GoogleCameraEng apks?
Click to expand...
Click to collapse
That's the package signature. On some phones, using the Snapcam one allows access to the auxiliary cameras (ultrawide, telephoto).
jericho246 said:
That's the package signature. On some phones, using the Snapcam one allows access to the auxiliary cameras (ultrawide, telephoto).
Click to expand...
Click to collapse
So IOTW, the snapcam is preferred for the 9 Pro then? Also, can anybody find a way to track that specific release somehow incase it updates? Thank you!
Edit - what is an XML setup btw?
jprattnu said:
So IOTW, the snapcam is preferred for the 9 Pro then?
Click to expand...
Click to collapse
I think so, yes. I read Snapcam is recommended for phones from BBK-owned smartphone brands. However keep in mind a brand could "block" the access to auxiliary cameras at any moment. For example Samsung blocked access to the selfie camera, so in GCam ports, the selfie camera just does not work on Samsungs... Not sure if they have fixed it, but I know it's been a problem for Samsung users.
jprattnu said:
Also, can anybody find a way to track that specific release somehow incase it updates? Thank you!
Click to expand...
Click to collapse
I don't think there's a way to track it, just gotta visit the celsoazevedo page from time to time. Although most updates are minor, so don't worry about that.
jprattnu said:
Edit - what is an XML setup btw?
Click to expand...
Click to collapse
You can download a XML file, and import it to the GCam app. It will import settings from the file, so if you find a XML file for the 9 Pro BSG Gcam port, just download it and import it via the app. Also you can create XML files yourself, and share them if you want as well.
jericho246 said:
I think so, yes. I read Snapcam is recommended for phones from BBK-owned smartphone brands. However keep in mind a brand could "block" the access to auxiliary cameras at any moment. For example Samsung blocked access to the selfie camera, so in GCam ports, the selfie camera just does not work on Samsungs... Not sure if they have fixed it, but I know it's been a problem for Samsung users.
Click to expand...
Click to collapse
Some manufacturers have even coded things to prevent third-party cameras from using the phone's full camera resolution capabilities. On OnePlus devices they could be locked to 12 MP, even the main camera.
jprattnu said:
So IOTW, the snapcam is preferred for the 9 Pro then? Also, can anybody find a way to track that specific release somehow incase it updates? Thank you!
Edit - what is an XML setup btw?
Click to expand...
Click to collapse
Here is the updated files from the site that does all the gcam mods https://www.celsoazevedo.com/files/android/google-camera/dev-bsg/
There is no configs anyone has done yet here is my saved one with my settings if you wish to try it, only changed lens device settings and interface settings, nothing modified for actual photo adjustments.
To apply go into setting and look for load xml then pick it from the file picker
JCDentonMale said:
What's the difference between the org.codeaurora.snapcam and the com.google.android.GoogleCameraEng apks?
Click to expand...
Click to collapse
me too ...
jeudecon said:
me too ...
Click to expand...
Click to collapse
JCDentonMale said:
What's the difference between the org.codeaurora.snapcam and the com.google.android.GoogleCameraEng apks?
Click to expand...
Click to collapse
jprattnu said:
Was wondering the same... Thank you.
Click to expand...
Click to collapse
Nothing, really. They just have different signatures. If you find that certain additional modules (Magisk flashables that add or enhance a device's camera functions) don't work, try the other. Some devices have a camera version signed specifically for them (ie, Samsung phones) because of this. It just happens that the snapcam signature seems to work best on our device.
I'm having some nasty issues with a strong lilac purple pink RAW files from Gcam recently. It makes it unusable. It worked fine before but suddenly this problem started happening, perhaps it came after a system update. :/
/ Magnus
stazz83 said:
A working Gcam for our phone, because we deserve it:
BSG: MGC_8.1.101_A9_PV0h
Download MGC_8.1.101_A9_PV0h by BSG.
www.celsoazevedo.com
(always use this version: org.codeaurora.snapcam)
Compared to the stock camera, the shutter is faster and the colours are somewhat more vibrant. Haven't had a chance to compare night modes yet.
If you have an XML setup to recommend, please do share.
Click to expand...
Click to collapse
I tried this and the colors were way to bright and inaccurate
Rebelwolf4622 said:
I tried this and the colors were way to bright and inaccurate
Click to expand...
Click to collapse
We'll, it's not a secret that Google's image processing slightly saturates the colours and beautifies photos. Not a bad thing imho.
Anyhow, BSG keeps releasing new builds, the latest one dated today:
BSG: MGC_8.1.101_A9_GV1zfix
Download MGC_8.1.101_A9_GV1zfix by BSG.
www.celsoazevedo.com

Categories

Resources