Use of front camera in HTC EVO - EVO 4G Q&A, Help & Troubleshooting

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.

Related

{REQ] a very simple and FAST camera

the problem with the default x1 camera application:
-very big application with very slow startup time
-very slow interface
-require too many clicks to change the mode or the settings
now im not asking to make a full fledged camera application as that would take too much time. i am asking for a very simple and lightwaight camera application that can simply start right away into sports mode with infinite focus and flash as this seems like the quickest and most practical
shooting mode on our X1. or simply start to the last used mode in the SE camera app
i just want to have a very quick way to to take good pics.
on my old 2003 magican it takes me only 2-3 seconds to quickly start the application and take the first pic. on the xperia it takes no less the a ridicoulus 7 seconds because of the camera application.
i find the rhodium's camera to be quick and good quality.. but when there is light sometime could get overexposed lock until u take another pic.. but definitely heaps faster than SE camera.. drawback also is u cant use the camera button to use rhodium..
maybe someone can do a quick one by porting one of the old apps like the ones that come with the htc wizard/magican. these cameras apps are very small and they startup in a second
Actually I think if one want a 'simple' camera, get a 'simple phone'!
For me, I would like a camera that WORKS 100%! So whatever the features, as long as they work fast and correct, that is what I want!
michaelthemage said:
Actually I think if one want a 'simple' camera, get a 'simple phone'!
For me, I would like a camera that WORKS 100%! So whatever the features, as long as they work fast and correct, that is what I want!
Click to expand...
Click to collapse
you are TOTALLY missing the point. what i am proposing is in not to replace the camera but to have an additional one that can start and take a good pic in about 2 seconds instead of about 7 seconds right now
this would greatly increase the practicality and usefulness of the camera
Aha.... you want a 2nd(!) camera because of a 5 second difference....!
Well, as for me, I want a camera that works and records without pixelation, etc. as the current one does!
I'm with the GRIZZ. 5 seconds often makes all the difference, especially when you have bought a phone specifically so that you can have a decent camera on you at all times.
A lightweight camera app would be fantastic but I suspect it would take some pretty fancy programming to make work.
ring-bearer said:
A lightweight camera app would be fantastic but I suspect it would take some pretty fancy programming to make work.
Click to expand...
Click to collapse
im not sure about that our xperia runs the 'HD or rhodium cameras fine. also the very old imate kjam runs the relativly new touch viva camera on some of the new cooked roms.
how hard can it be to to simply port a very small and old camera application like the one that comes with the magican or wizard.
defenatly worth a try but unfortunatly im no good at programing or even hacking. anybody willing to give this a shot?
michaelthemage said:
Aha.... you want a 2nd(!) camera because of a 5 second difference....!
Well, as for me, I want a camera that works and records without pixelation, etc. as the current one does!
Click to expand...
Click to collapse
why are you expecting it to be pixely or blury. its using the same hardware at as the SE camera application the end of the day. if the app boots to the sport mode with infinite focus (the faststest and best mode SE camera does anyway)it should be able to take very good pics. infact you will be able to take better pics because you will now be able to take 3 pics in the same time that normally takes you 1 picture with the default camera
of course the ultimite solution is for sony to make a much faster camera but i wouldnt hold my breath for that. their newer camera application with gps and autoflash is even slower than the original application which was also slow
i say we make a proof of concept first before we judge the practicality of this.
I totally agree on the importance of speed on phone camera's. The main reason to have one on a phone is to take swift pictures on the fly when you don't have a digital camera at hand but want to capture the moment.
In my humble opinion, if you want super quality pictures, get a digital camera, thats what they're for. On a phone i prefer speed rather than quality. (not saying Xperia doesnt take decent pictures (; )
In new custom ROMs (as in mine, check sig) the cam takes only 2secs to start and focus is very fast! I don't know how the R3A Cam behaves if used as cab...but cooked in it is very fast!!
derliebewolf said:
In new custom ROMs (as in mine, check sig) the cam takes only 2secs to start and focus is very fast! I don't know how the R3A Cam behaves if used as cab...but cooked in it is very fast!!
Click to expand...
Click to collapse
2 seconds to get a picture taken is more than what i am asking for. and if the default focus is set to infinite it should take even less (or even no) time for focus
currnty its taking me about 7 seconds to be able to take a picture on Udk's rom
ill go and test your rom
thanks
THE GRIZZ said:
2 seconds to get a picture taken is more than what i am asking for. and if the default focus is set to infinite it should take even less (or even no) time for focus
currnty its taking me about 7 seconds to be able to take a picture on Udk's rom
ill go and test your rom
thanks
Click to expand...
Click to collapse
i copied and pasted the rs camera folder over the old one and put it on auto focus and auto flash and it seems a lot faster, maybe not 2 secs fast but faster than the old software
THE GRIZZ said:
2 seconds to get a picture taken is more than what i am asking for. and if the default focus is set to infinite it should take even less (or even no) time for focus
currnty its taking me about 7 seconds to be able to take a picture on Udk's rom
ill go and test your rom
thanks
Click to expand...
Click to collapse
Let us know what you find.
Otherwise, shouldn't there be a cab floating around from one of the simpler HTC camera apps? Why not just try one of those?
Someone could also experiment with Speedbooster 2 and assign the camera to top priority. I would but I don't have it.
ring-bearer said:
Someone could also experiment with Speedbooster 2 and assign the camera to top priority. I would but I don't have it.
Click to expand...
Click to collapse
Yes, I think that would work.
You only need to improve the speed of camera.exe or the name of the camera process, and it should go faster.
The good thing is that the trial version allows you to control one task, so this is exactly what you need.
Cab here.
How-to-do-it Video demo here.
radhoo said:
Yes, I think that would work.
You only need to improve the speed of camera.exe or the name of the camera process, and it should go faster.
The good thing is that the trial version allows you to control one task, so this is exactly what you need.
Cab here.
How-to-do-it Video demo here.
Click to expand...
Click to collapse
Doesn't work on my device... not sure why. It loaded the 1st time but then never again, even after reinstalls. Strange...
flash one of itjes roms...
they contain the htc topaz/rhodium camera...
it takes pictures instantly and is the same quality as the stock camera
i flashed so many roms and while the speed of the startup and taking the first picture is not too bad, its still much slower than what can be achived if it was a simpler & lighter application.
the fastest i managed to get was about 5 seconds on the rohdium camera
And how fast would that be if you increase the .exe process of the camera to maximum priority?
I'm using a diamond and I'm happy with the default camera speed.

Camera: Touch Focus for Defy

I learned how to use Touch Focus using the ROM MS2Ginger 1.0:
open the camera app,
press and hold the white square in the middle, drag it to wherever you want and drop.
Press and hold the capture icon, the square becomes green in the place you dropped it.
When you release the capture icon the picture is taken.
Remember to clean possible dirtiness or fingerprints from the lens.
I would like to know if there is a way to use this feature (or bring it) in other ROMs, and if it works in both red/green lens.
If you try please share your result.
Origin: http://forum.xda-developers.com/showthread.php?p=17704852&page=74
mrolp said:
I would like to know if there is a way to use this feature (or bring it) in other ROMs, and if it works in both red/green lens.
If you try please share your result.
[/url]
Click to expand...
Click to collapse
IMO, the best & simple way for using touch to focus is Camera360.. This is the best camera application. Offers various cool effects & also touch to focus option.
Its pretty cool..
MazaMoto said:
IMO, the best & simple way for using touch to focus is Camera360.. This is the best camera application. Offers various cool effects & also touch to focus option.
Its pretty cool..
Click to expand...
Click to collapse
It works, and has many configurations, thanks.
Does touch to focus works in your stock blurcamera as I described?
Many camera apps support touch to focus, like LGcamera and Camera360.
But I hope you know that the defy itself doesn't support touch to focus, so when using the app it may appear that it is working but it is still focussing on on the center:
http://forum.xda-developers.com/showpost.php?p=17181792&postcount=10899
http://forum.xda-developers.com/showthread.php?p=17181792#post17181792
The next page the dev says that moto's driver doesn't support it and that there is nothing that can be done about that.
tejus.k.v said:
Many camera apps support touch to focus, like LGcamera and Camera360.
But I hope you know that the defy itself doesn't support touch to focus, so when using the app it may appear that it is working but it is still focussing on on the center:
http://forum.xda-developers.com/showpost.php?p=17181792&postcount=10899
http://forum.xda-developers.com/showthread.php?p=17181792#post17181792
The next page the dev says that moto's driver doesn't support it and that there is nothing that can be done about that.
Click to expand...
Click to collapse
Only now I found the setting that I had to change in lgCamera, Touch Focus is working there too, thanks.
I've attached some pictures made with my Defy using focus in different objects, can you confirm if you can do the same?
Maybe it's ROM/lens dependent.
EDIT:
I've attached both reduced size and full size.
This manual touch focus is working for Defy. I'd tested it many times with difference objects far and near and they seemed to work very nice. I use the stock camera as it integrated with my blur galery very good and easily share or upload it to my social network apps.. This Defy even worked with the face detection and sometimes I even use it to take group of peoples without any issues.
can any of you actually tell me how to get touch focus working on any of the camera apps?stock,lg or 360 i can't seem to find the settings to change it to touch focus..
mrolp said:
Only now I found the setting that I had to change in lgCamera, Touch Focus is working there too, thanks.
I've attached some pictures made with my Defy using focus in different objects, can you confirm if you can do the same?
Maybe it's ROM/lens dependent.
EDIT:
I've attached both reduced size and full size.
Click to expand...
Click to collapse
Try taking a photo like the one attached, with your fingers kept at the center and very close to the camera, while clicking on the farther object to the side (here my laptop). The camera will still focus on the nearer object, the fingers, at the center of the screen rather than at the object you clicked on . So touch to focus isn't working the way it is supposed to, it only just focusses at the object at the center of the screen whenever you touch anywhere on the screen.
I am on CM7 RC1.5, SOC Module. Touch to Focus probably won't work the way it is supposed to unless someone can fix the drivers moto has supplied for the phone. If it is working properly on your ROM maybe it can be ported
I don't remember if Eclair or Froyo has this touch focus function under stock rom. But I'm positively sure all gingerbread stock rom has it, however, it still dependance on Red lenses and Green lenses capability I supposed. Custom rom like CM7 or Miui may have altered alot which makes this function disappeared only the rom developer knows.
@scottie1973
for camera360:
go to definitions (wheel in top right), "Common Set",
make sure "Shoot by screen touch" is checked,
and that the "Shoot Mode" is defined as "Auto Focus".
for lgcamera:
you need to open definitions, and in the end of the list are a lot of checkbox to be selected.
In mine the words are not in english, but it's related to long click to Autofocus and capture.
For the stock is as described in the first post.
If after autofocus, the square is turning blue instead of green, means that the camera was not able to focus correctly.
@tejus.k.v
It works that way, even though I notice that there is a minimal area of a object for you to be able to focus at it. I don't know if this thing is perfect or not, but it works in the ROM I'm using (developed by walter79).
@farsight73
Others will join us
mrolp said:
@scottie1973
@tejus.k.v
It works that way, even though I notice that there is a minimal area of a object for you to be able to focus at it. I don't know if this thing is perfect or not, but it works in the ROM I'm using (developed by walter79).
Click to expand...
Click to collapse
Wow nice
Lemme post a link to this thread in the CM7 thread and see
thanks for the info mrolp your a gent..

How do I get my old camera back?

I recently upgraded to 4.2.1(ParanoidAndroid 2.9.9) and the new camera(which I assume is the standard Google 4.2 camera) is very basic, and very weak compared to what I had. The old camera(which was also Google stock) had a lot of filters built in, and some hilarious distortions such as "Big Eyes" and "Big Head". My kids LOVE those. They are now gone, as is most of the awesome functionality I had. In it's place is Photo Spheres which I personally consider useless. Is there a way to get my old camera back? I don't want to be stuck on 4.1.1 forever but I hate this new camera!
Landara said:
I recently upgraded to 4.2.1(ParanoidAndroid 2.9.9) and the new camera(which I assume is the standard Google 4.2 camera) is very basic, and very weak compared to what I had. The old camera(which was also Google stock) had a lot of filters built in, and some hilarious distortions such as "Big Eyes" and "Big Head". My kids LOVE those. They are now gone, as is most of the awesome functionality I had. In it's place is Photo Spheres which I personally consider useless. Is there a way to get my old camera back? I don't want to be stuck on 4.1.1 forever but I hate this new camera!
Click to expand...
Click to collapse
You can install camera ICS from the market. The layout isn't exactly the same ( I assume it's mimicking the ICS camera layout) but it will give you back the filters, funny faces. And yes I wondered the same thing why did google remove them. Kids get tonnes of laughs out of those. I'd love to know how those decisions are made... 'Hey you know those features we've had in the wild for over a year? Yeah let's remove them'
my exact thoughts also, when i had the 16gb nexxy i updated and was VERY annoyed to find the effects deleted, so much it was one of the "cons" that pushed me into refunding for a non-updated 32gb version
im still 4.1 now lol i seriously dont understand why google would :
A: release nexus 7 without a camera app.....(yea i do know why but lame excuse)
B: when you update to 4.2 it deletes any camera app and replaces it with dah dah duh daaaaa a broken one with non-working photosphere.....wtf?
sooooooo mmmmm yeah ill remember this thread when i come to updating
chismay said:
B: when you update to 4.2 it deletes any camera app and replaces it with dah dah duh daaaaa a broken one with non-working photosphere.....wtf?
Click to expand...
Click to collapse
Removing those "cute" functions is one thing, but how is the 4.2 camera "broken"?
khaytsus said:
Removing those "cute" functions is one thing, but how is the 4.2 camera "broken"?
Click to expand...
Click to collapse
Well I assume he meant the PhotoSphere which as best I can tell is not functioning correctly. I have not yet gotten it to work at all.
How come i didn't get a camera? I'm on PA 2.99 beta 6.
Sent from my Nexus 7 using xda app-developers app
Landara said:
Well I assume he meant the PhotoSphere which as best I can tell is not functioning correctly. I have not yet gotten it to work at all.
Click to expand...
Click to collapse
Because it's not supported for front facing cameras? That's not broken, that's design.
khaytsus said:
Because it's not supported for front facing cameras? That's not broken, that's design.
Click to expand...
Click to collapse
First of all, the app doesn't know which way your camera is facing, nor does it care. Second, I didn't even try it on my Nexus 7, I tried it multiple times on my Galaxy Nexus. Still broken. Never got a decent result. You may say it's operator error, but that's a ridiculous statement as well because it's pretty self explanatory.
khaytsus said:
Because it's not supported for front facing cameras? That's not broken, that's design.
Click to expand...
Click to collapse
ok so look basically it would be very stupid putting diesel into a petrol as it wouldn't work......
acer made it to remove any cam app we had previously then installed a app exactly the same but without the working effects, .... only 1 broken one..photosphere,
saying that its supposed to only work with a front face cam....well then why go to the trouble of jacking our old app and putting one with a feature we cant use......? :good:
Just saying, the app does know which way the camera faces... I assume something in the data for the camera tells the app its front facing. This is probably useful for apps such as Skype too.
When you try photo sphere, it says sorry not supported with front camera.
Sent from my Nexus 7 using xda app-developers app
Element515 said:
Just saying, the app does know which way the camera faces... I assume something in the data for the camera tells the app its front facing. This is probably useful for apps such as Skype too.
When you try photo sphere, it says sorry not supported with front camera.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
the strange thing is, you would think panoramic shot wouldnt work, yet in the cam effects pre-4.2 you can use panoramic efect albeit frontcam only, it did work thou.
i think photsphere from front cam, while your in the middle of the shot with the world spinning around you would be a great effect anyways.
chismay said:
ok so look basically it would be very stupid putting diesel into a petrol as it wouldn't work......
acer made it to remove any cam app we had previously then installed a app exactly the same but without the working effects, .... only 1 broken one..photosphere,
saying that its supposed to only work with a front face cam....well then why go to the trouble of jacking our old app and putting one with a feature we cant use......? :good:
Click to expand...
Click to collapse
You lost me at "Acer". And I hope you realize this is a general "4.2 Google Apps" statement, not something Asus did.

The second camera Thread

Hi guys, I just got my oneplus 5T today and i want to talk to you about the quality of the photos of this phone and how this camera setup is helping or not ?
For me, it's a waste of the second camera slot to use this "night camera module" ...
First of all i don't see the diference (using the pro mode and switch between the twos) and second, there is no other functions of the phone that use this second camera to improve anything (at least it shoud he use to combine two photos and result in a better pixel quality but since they have the same lens i don't think this helps either)
So what do you think guys ?
prologikus said:
Hi guys, I just got my oneplus 5T today and i want to talk to you about the quality of the photos of this phone and how this camera setup is helping or not ?
For me, it's a waste of the second camera slot to use this "night camera module" ...
First of all i don't see the diference (using the pro mode and switch between the twos) and second, there is no other functions of the phone that use this second camera to improve anything (at least it shoud he use to combine two photos and result in a better pixel quality but since they have the same lens i don't think this helps either)
So what do you think guys ?
Click to expand...
Click to collapse
In my opinion, I think they should implement the same feature as the essential phone. Using both cameras to create on single and good looking picture. If they can, they could make the main lens take all the details of the image and make the 2nd lens take all of the light and then somehow merge both images to create a perfect one.
Probably never going to happen though......
Colday96 said:
In my opinion, I think they should implement the same feature as the essential phone. Using both cameras to create on single and good looking picture. If they can, they could make the main lens take all the details of the image and make the 2nd lens take all of the light and then somehow merge both images to create a perfect one.
Probably never going to happen though......
Click to expand...
Click to collapse
They can't do it now because "the black and white sensor has had its top layer’s color filter removed. Without it, the sensor is unable to capture color, but its ability to capture light increases by 3x. This is especially helpful with low-light environments."(qualcomm clear sight)
prologikus said:
They can't do it now because "the black and white sensor has had its top layer’s color filter removed. Without it, the sensor is unable to capture color, but its ability to capture light increases by 3x. This is especially helpful with low-light environments."(qualcomm clear sight)
Click to expand...
Click to collapse
I guess we'll just have to wait for oneplus to release an update improving their camera's performance.....
Or if you look online, you might be able to find a ported google camera with hdr+

Google Camera Port

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

Categories

Resources