I have the rear camera set to Save RAW and JPEG files. I also have the camera app set to save to SD card. However, when I take a picture, I only get a JGP. I've looked in the DCIM subdirectories on both the SD card and Internal memory. I only see the JPGs on the SD card.
I've got to just be missing something stupid. Any ideas what that may be?
kbanes
Was about to ask the same question. Where's the raw???
did you switch your camera into Pro mode? I think it won't shoot RAW in Auto or burst mode. Otherwise you'll have 2 pictures next each other, with JPG and DNG extensions.
pete4k said:
did you switch your camera into Pro mode? I think it won't shoot RAW in Auto or burst mode. Otherwise you'll have 2 pictures next each other, with JPG and DNG extensions.
Click to expand...
Click to collapse
Shooting in PRO mode did the trick. Thanks.
So, where do I turn on "Pro" mode?
I can't believe that I'm having this much trouble. [HeadSlap]
kbanes said:
I can't believe that I'm having this much trouble. [HeadSlap]
Click to expand...
Click to collapse
Open camera. Swipe right.
Thanks, dude
ThaiM said:
Open camera. Swipe right.
Click to expand...
Click to collapse
I don't know why that was so hard for me. But I appreciate your help.
Another awesome and useful (for me anyways) tip, when recording VIDEO with the flash on, you can tap centre of screen and drag the flash brightness adjustment up or down to adjust. I've been wanting this feature since my Note 4 and it finally exists.
kbanes said:
I can't believe that I'm having this much trouble. [HeadSlap]
Click to expand...
Click to collapse
You can also say "Open camera in Pro mode" with Bixby
Still, where is the RAW copy saved? I can't see it anyhere with "My Files" neither in gallery. Adobe Lightroom shows nothing if I only leave the "RAW" option checked. Yes, of course I have tried in Pro mode and the RAW saving is enabled.
LE : Problem solved. You can't use custom color tone. Only thing is, i didn't get the error when i switched into Pro mode.
Sorry, how can I turn custom color tone off.
LoveSensation said:
Still, where is the RAW copy saved? I can't see it anyhere with "My Files" neither in gallery. Adobe Lightroom shows nothing if I only leave the "RAW" option checked. Yes, of course I have tried in Pro mode and the RAW saving is enabled.
LE : Problem solved. You can't use custom color tone. Only thing is, i didn't get the error when i switched into Pro mode.
Click to expand...
Click to collapse
This has been a really helpful discussion for me, pretty much a neubie, though only realised this when I hadn't tried swiping right in camera in over a year of use!
Could someone be kind enough to share how can I turn custom color tone off. I'm not exactly begging, well actually I am.
Paynefree said:
This has been a really helpful discussion for me, pretty much a neubie, though only realised this when I hadn't tried swiping right in camera in over a year of use!
Could someone be kind enough to share how can I turn custom color tone off. I'm not exactly begging, well actually I am.
Click to expand...
Click to collapse
Sorry for the really late reply. I hope you found out by now.
If not, you just have to open the "Tone" tab which is in line with the other settings like ISO, exposure time etc and just reset the setting
hi guy, are you ok with a problem? Can you check saving raw file => switch to camera pro mode => reset filter to Standard mode => take picture (raw,jpg)
Related
does anyone know how to enable the light on the back to automatically come on when the camera starts. Right now i have to click on the screen then click settings then click flash light, i would just like to skip all that. thanks
up and up and up
This feature would actually make the camera act like a camera....lol
Really wish HTC and Microsoft would finish their programs. It seems like they start it and quickly make everthing work....sort of.....lol
waiting for this too...
noellenchris said:
This feature would actually make the camera act like a camera....lol
Really wish HTC and Microsoft would finish their programs. It seems like they start it and quickly make everthing work....sort of.....lol
waiting for this too...
Click to expand...
Click to collapse
I agree htc seems to care more about how the phone looks then how it works guess i will have to rethink my next phone.... has anyone every tried to move left or right with the "D-pad" i just keep hitting ok or home
irus said:
I agree htc seems to care more about how the phone looks then how it works guess i will have to rethink my next phone.... has anyone every tried to move left or right with the "D-pad" i just keep hitting ok or home
Click to expand...
Click to collapse
to go left or right you actually need to click between the buttons (ex. between home and call) there is actually a youtube video teaching people how to do it.
hchavarria said:
to go left or right you actually need to click between the buttons (ex. between home and call) there is actually a youtube video teaching people how to do it.
Click to expand...
Click to collapse
well you are correct, it still hit the ok if i go fast but i can live with that but i still want my flash to come on when the camera comes on
thanks for the tip and making me look stupid lol
for athena it is not a setting in registry. just DeviceIoControl calls to set led on and off, while camera program is running. i wouldn't be surprised if touch pro is the same :/
in that case easiest i could think of is make a small app that does:
1) look in registry for setting if flashlight should be on or off when starting camera
2) load driver (or the camera api dll) and send the ioctl for ON if the registry value is set so
3) then it would launch the camera exe and then exit
4) whole thing would be registered in place of camera program for programs etc
(or patch camera app but that would be a bit more than a couple of bytes long patch. )
cmonex said:
for athena it is not a setting in registry. just DeviceIoControl calls to set led on and off, while camera program is running. i wouldn't be surprised if touch pro is the same :/
in that case easiest i could think of is make a small app that does:
1) look in registry for setting if flashlight should be on or off when starting camera
2) load driver (or the camera api dll) and send the ioctl for ON if the registry value is set so
3) then it would launch the camera exe and then exit
4) whole thing would be registered in place of camera program for programs etc
(or patch camera app but that would be a bit more than a couple of bytes long patch. )
Click to expand...
Click to collapse
That sounds logical. It could actually poll the light sensor when the camera is run and then turn on the flash...
noellenchris said:
That sounds logical. It could actually poll the light sensor when the camera is run and then turn on the flash...
Click to expand...
Click to collapse
ah, is there an API to use the light sensor then? didn't see that
noellenchris said:
That sounds logical. It could actually poll the light sensor when the camera is run and then turn on the flash...
Click to expand...
Click to collapse
I don't think it polls the light sensor unless somethings wrong with mine cause i just went into a dark room waited about 30sec then turned on the camera and no flash unless i turned it on manually
irus said:
I don't think it polls the light sensor unless somethings wrong with mine cause i just went into a dark room waited about 30sec then turned on the camera and no flash unless i turned it on manually
Click to expand...
Click to collapse
I was implying that if someone could write a script or something that they could poll the light sensor to see if it was dark. Then tell the camera to turn on the flash.....lol
That's what i wish would happen. Thanks for testing it out though...lol
noellenchris said:
I was implying that if someone could write a script or something that they could poll the light sensor to see if it was dark. Then tell the camera to turn on the flash.....lol
Click to expand...
Click to collapse
What about skipping the polling and just having the flash on every time the camera is on day or night. Girls love a flash going off.
Maybe there is a command line for this?
compounding said:
What about skipping the polling and just having the flash on every time the camera is on day or night. Girls love a flash going off.
Maybe there is a command line for this?
Click to expand...
Click to collapse
that is a good thought i know i have short cuts for picture and video so i don't have to change them manually. I will try but not sure what it would be anyone have any thoughts
Auto flash on camera??
Is there a rom/cab/file/tweak that gets the cameras flash to work automatically as opposed to having to manually turn it on - this is silly!
patterns said:
Is there a rom/cab/file/tweak that gets the cameras flash to work automatically as opposed to having to manually turn it on - this is silly!
Click to expand...
Click to collapse
it's semi-automatic if you turn it on, it's only lighting half's its power. When you take a shot it's flashes
However, you're absolutly right, we need more options
nope, i couldnt find it. In the past there was an other HTC model (dont remember which one) who also had a flash light but also didnt work aswell.
This is in development right now. There is a thread regarding this. I am just to lazy to search for it today.
cool well its good to know its in development, i cuoldnt find it either - Xperia has the saem problem
strange really but hope they sort it out its time cnsuming and annoying - seeingas we are able to use things like Htorch i cant see it being a big deal unfortunately i cant cook otherwise id be on it
any news with this?
bump, bump :0
Hi All,
I got the Nexus 6 a few weeks ago and I like it pretty well though I'm having a hard time figuring out how to work it lol. One major thing I'm not understanding - it seems to have no picture storage in the phone itself that I can find. Is this correct? There's no "Gallery" or anything - all I can get into is my google photos. Which would be okay I guess except that not everything saves to Google Photos. For example:
Last night I took a picture with the camera app I use (Camera 360) and edited it in another app (don't remember which one - it was an in memory pic so I just needed to add some text). Anyways, I saved it and it said it was saving to the phone, however, it's not anywhere in the google photos. I couldn't find it anywhere. But then when I went to Facebook it popped up in my options to upload a photo. So it has to be saving somewhere!
I also have a lot of issues with photos from Camera 360, Instagram, FB, and other apps doing the same thing - they'll show in my FB options or if I click within the Camera 360 app on the preview area but they don't show in Google Photos or anywhere else on the phone.
Can anyone explain this to me please?
Thanks!
Sunshine32 said:
Hi All,
I got the Nexus 6 a few weeks ago and I like it pretty well though I'm having a hard time figuring out how to work it lol. One major thing I'm not understanding - it seems to have no picture storage in the phone itself that I can find. Is this correct? There's no "Gallery" or anything - all I can get into is my google photos. Which would be okay I guess except that not everything saves to Google Photos. For example:
Last night I took a picture with the camera app I use (Camera 360) and edited it in another app (don't remember which one - it was an in memory pic so I just needed to add some text). Anyways, I saved it and it said it was saving to the phone, however, it's not anywhere in the google photos. I couldn't find it anywhere. But then when I went to Facebook it popped up in my options to upload a photo. So it has to be saving somewhere!
I also have a lot of issues with photos from Camera 360, Instagram, FB, and other apps doing the same thing - they'll show in my FB options or if I click within the Camera 360 app on the preview area but they don't show in Google Photos or anywhere else on the phone.
Can anyone explain this to me please?
Thanks!
Click to expand...
Click to collapse
Did you set Google Photo`s to backup all pics and video`s in the cloud? Have you checked /sdcard/DCIM/Camera/?
gee2012 said:
Did you set Google Photo`s to backup all pics and video`s in the cloud? Have you checked /sdcard/DCIM/Camera/?
Click to expand...
Click to collapse
No. I don't really use the cloud. I want to be able to access everything physically on the phone if possible but I'll look into that too.
I thought it didn't have an SD card slot so how to I check what you said at the end there? If there's no SD card then how would it be saving to an SD Card? Sorry... I'm not the brightest with this kind of thing.
Sunshine32 said:
No. I don't really use the cloud. I want to be able to access everything physically on the phone if possible but I'll look into that too.
I thought it didn't have an SD card slot so how to I check what you said at the end there? If there's no SD card then how would it be saving to an SD Card? Sorry... I'm not the brightest with this kind of thing.
Click to expand...
Click to collapse
Get a file manager from Google Play and look for /sdcard/DCIM/Camera and your pics etc should be there.
gee2012 said:
Get a file manager from Google Play and look for /sdcard/DCIM/Camera and your pics etc should be there.
Click to expand...
Click to collapse
Okay thanks! So what do I do then? Do I just use that file manager going forward every time I want to access my pictures? What I'm trying to figure out is how I can view/display/transfer my photos going forward. Should I download a gallery app?
Sunshine32 said:
Okay thanks! So what do I do then? Do I just use that file manager going forward every time I want to access my pictures? What I'm trying to figure out is how I can view/display/transfer my photos going forward. Should I download a gallery app?
Click to expand...
Click to collapse
That should do the job too
gee2012 said:
That should do the job too
Click to expand...
Click to collapse
Awesome thanks! Appreciate the help. I'm not good with phones in general sometimes but this one is completely different than I'm used to lol.
Sunshine32 said:
Awesome thanks! Appreciate the help. I'm not good with phones in general sometimes but this one is completely different than I'm used to lol.
Click to expand...
Click to collapse
QuickPic is quite good.
gee2012 said:
QuickPic is quite good.
Click to expand...
Click to collapse
I actually had that on my last phone and liked it but there was a weird glitch on my old phone where it wouldn't let me delete anything. Even if I deleted pics from the phone gallery they would still show in QuickPic. Then if I tried to delete them in there it gave me a weird error. I could probably try it on the new phone again here though!
I did download the file manager and that seems like it will work perfect.
Sunshine32 said:
I actually had that on my last phone and liked it but there was a weird glitch on my old phone where it wouldn't let me delete anything. Even if I deleted pics from the phone gallery they would still show in QuickPic. Then if I tried to delete them in there it gave me a weird error. I could probably try it on the new phone again here though!
I did download the file manager and that seems like it will work perfect.
Click to expand...
Click to collapse
Well then the problem is solved
Isn't there is device folder at the left side of the menu in the google photo app. I usually find all the picture there, screenshoot and stuff like that.
Sunshine32 said:
No. I don't really use the cloud. I want to be able to access everything physically on the phone if possible but I'll look into that too.
Click to expand...
Click to collapse
Do consider backing it up to the cloud. That way, if your phone dies or gets lost/damaged, you won't be stuck trying to figure out how to recover your pictures. Google Photos app gives you unlimited storage for your photos (just don't choose "original resolution"). The photo/video will still be there on your phone, but will have a backup on the cloud.
emptydream said:
Isn't there is device folder at the left side of the menu in the google photo app. I usually find all the picture there, screenshoot and stuff like that.
Click to expand...
Click to collapse
Yes, I do the same. Tap the menu icon on the left side of Goole Photos App, and then tap "Device Folders",
This will show OP all the local camera photos in DCIM, as well as any screenshots/downloads, etc
jj14 said:
Do consider backing it up to the cloud. That way, if your phone dies or gets lost/damaged, you won't be stuck trying to figure out how to recover your pictures. Google Photos app gives you unlimited storage for your photos (just don't choose "original resolution"). The photo/video will still be there on your phone, but will have a backup on the cloud.
Click to expand...
Click to collapse
Hmm. I'm confused. Maybe I do this and just didn't know it was called the cloud? Right now my photos from my last like 4 phones are in my "Google Photos" and I can access them all on any phone I've had, on the computer, etc. So they're already stored in Google Photos?
Yes, I do the same. Tap the menu icon on the left side of Goole Photos App, and then tap "Device Folders",
This will show OP all the local camera photos in DCIM, as well as any screenshots/downloads, etc
Click to expand...
Click to collapse
AWESOME! Will have to look at that more thanks.
Sunshine32 said:
Hmm. I'm confused. Maybe I do this and just didn't know it was called the cloud? Right now my photos from my last like 4 phones are in my "Google Photos" and I can access them all on any phone I've had, on the computer, etc. So they're already stored in Google Photos?
Click to expand...
Click to collapse
Go to photos.google.com and sign in with your google account. See if your photos are showing there. If yes, then you are good - they are being backed up. You can verify the settings in the photos app on your phone too - settings/backup and sync. Verify that it is on, and that upload size is high quality (or you can choose original - but that will not be unlimited)
Guys here you can get working Google Camera v 5.3 without fastboot nor root!!
https://www.celsoazevedo.com/files/android/google-camera/f/MGC_5.3.015_MiMax2_Android-7+_2.apk
General page can be found here
https://www.celsoazevedo.com/files/android/google-camera/dev-bsg/#apk390
*Reserved*
*Reserved
Doesn't work, just a black screen
It used to work for me, try disabling hdr on normal camera
Here you might find some fixes
https://www.celsoazevedo.com/files/android/google-camera/black-camera/
amr soliman said:
It used to work for me, try disabling hdr on normal camera
Click to expand...
Click to collapse
Disabling hdr didn't help, still black screen, sure you don't have root?
Vant2239 said:
Disabling hdr didn't help, still black screen, sure you don't have root?
Click to expand...
Click to collapse
Yeah I'm sure.btw i too sometimes get a black screenbut I edit a while then go back to the app it starts working properly.
amr soliman said:
Yeah I'm sure.btw i too sometimes get a black screenbut I edit a while then go back to the app it starts working properly.
Click to expand...
Click to collapse
What do you mean by "I edit a while"? Do you have access to GCam's settings or what? Thank you
I got the same problem just a black screen
Alocin said:
What do you mean by "I edit a while"? Do you have access to GCam's settings or what? Thank you
Click to expand...
Click to collapse
Sorry I meant exit for a while from Gcam without clearing the recent apps
Alocin said:
What do you mean by "I edit a while"? Do you have access to GCam's settings or what? Thank you
Click to expand...
Click to collapse
When I get black screen I cannot select anything neither the settings
Alright i made it work as well, if you having the black screen press the home button, open another app (eg WhatsApp) and then go back to the gcam
Vant2239 said:
Alright i made it work as well, if you having the black screen press the home button, open another app (eg WhatsApp) and then go back to the gcam
Click to expand...
Click to collapse
I tried everything, but it just crashes. I even tried deleting the app's data.
This helped for me. Try to hold on the app and run one of the function: "Make selfie" or "Record the video" after that camera will work, but sometimes when i launch camera on the common mode, i have a black screen again.
How good is it? Care to share some side-by-side photos? (stock -> google camera)?
Does it enable cameraapi2?
Thanks in advance
hugopg said:
How good is it? Care to share some side-by-side photos? (stock -> google camera)?
Does it enable cameraapi2?
Thanks in advance
Click to expand...
Click to collapse
In the other thread there are several comparison pics. I doubt you can get it working without canera2 api which needs root to enable. Without HDR+, whats the point of having gcam?
Benjamin_L said:
In the other thread there are several comparison pics. I doubt you can get it working without canera2 api which needs root to enable. Without HDR+, whats the point of having gcam?
Click to expand...
Click to collapse
camera 2 api doesnt need root. just needs an unlocked bootloader. I would be better if we spam tweets to mi to unlock camera 2 api with next update as nokia 6.1 plus has it enabled out of the box.
srgudhka said:
camera 2 api doesnt need root. just needs an unlocked bootloader. I would be better if we spam tweets to mi to unlock camera 2 api with next update as nokia 6.1 plus has it enabled out of the box.
Click to expand...
Click to collapse
Would be great to have. Also with a change of the raw image mode to get rid of focus dots as well.
Benjamin_L said:
Would be great to have. Also with a change of the raw image mode to get rid of focus dots as well.
Click to expand...
Click to collapse
yeah. i have asked my friend to tweet about this to xiaomi. hopefully they should notice it.
https://twitter.com/ganeshgtp/status/1037996353069232128
I am sorry if this has been asked before, but I am struggling on the phone and on the go, and I confess I am having a hard tim multitasking with this one.
For those who know about the Samsung camera, where you used to long press the shutter button and the camera would snap up to 100 photos of a subject whilst in motion, say someone jumping up and down, and you would be able to chose the best one of the entire jumping session...how can I make this with the Huawei camera?
Thank you so much.
hfmartins said:
I am sorry if this has been asked before, but I am struggling on the phone and on the go, and I confess I am having a hard tim multitasking with this one.
For those who know about the Samsung camera, where you used to long press the shutter button and the camera would snap up to 100 photos of a subject whilst in motion, say someone jumping up and down, and you would be able to chose the best one of the entire jumping session...how can I make this with the Huawei camera?
Thank you so much.
Click to expand...
Click to collapse
Same with the p20 pro
Sent from my CLT-L29 using Tapatalk
How is it the same? When I press it... Once or long press it... Only one photo gets snapped...
It is the same, long pressing the button takes multiple shots in quick succession. Burst shoot is an option in settings but was already enabled on mine. It shows as one shot in the gallery until you open the photo, then they all show up in series
Enable Burst in settings
nibs777 said:
Enable Burst in settings
Click to expand...
Click to collapse
Yes, I have found out now why I wasn't getting that option before, because my settings were for 40 MP.
and it only works when you have them on 10 MP
Thank you so much!
Hi, I guess hard to get 8K30fps, but how to let 8K Time lapse possible? Third software can't use 108MP camera, that's the point. Thanks!
marshartdegen said:
Hi, I guess hard to get 8K30fps, but how to let 8K Time lapse possible? Third software can't use 108MP camera, that's the point. Thanks!
Click to expand...
Click to collapse
Yes you can... i think more then 8K. Because worh 40mp you can make 8K, woth 100mp you are making more?
How to make? Easy. Just download application Intervalometar, make settings how many photos, time, and etc... you will see it. Hope to see your timelapse soon
Yes, even more than, 12000*6750, point is, Intervalometar can use that 108MP camera or not, most of third app only 4000*3000, let me try now.
marshartdegen said:
Yes, even more than, 12000*6750, point is, Intervalometar can use that 108MP camera or not, most of third app only 4000*3000, let me try now.
Click to expand...
Click to collapse
Intervalometar is a tool. And that app can use every camera app which you want. So that meen Samsung camera app can be use with 100MP.
isko01 said:
Intervalometar is a tool. And that app can use every camera app which you want. So that meen Samsung camera app can be use with 100MP.
Click to expand...
Click to collapse
Give me a apk please, I couldn't find it on website and Google Play.
marshartdegen said:
Give me a apk please, I couldn't find it on website and Google Play.
Click to expand...
Click to collapse
Intervalometer for TimeLapse - Apps on Google Play
An interval timer to automate photo taking process for timelapse
play.google.com
isko01 said:
Intervalometer for TimeLapse - Apps on Google Play
An interval timer to automate photo taking process for timelapse
play.google.com
Click to expand...
Click to collapse
Yes even I tried Pro version, but hard to know how to use... Looks like a remote tool from phone to camera, let me see it again, thanks!
marshartdegen said:
Yes even I tried Pro version, but hard to know how to use... Looks like a remote tool from phone to camera, let me see it again, thanks!
Click to expand...
Click to collapse
Don't worry it is not hard at all. You have so much tutorials on YouTube.
You need just to configure:
1. How many photos or infinite,
2. How much time do you want or infinite,
3. How much time between the pictures you want it to be so that the picture again,
4. And at end locate a red circle wher is the camera shutter button
That's is all
isko01 said:
Don't worry it is not hard at all. You have so much tutorials on YouTube.
You need just to configure:
1. How many photos or infinite,
2. How much time do you want or infinite,
3. How much time between the pictures you want it to be so that the picture again,
4. And at end locate a red circle wher is the camera shutter button
That's is all
Click to expand...
Click to collapse
Thanks, really hard, because Lapse it Pro 4.7 much easier... However...