Related
Can anyone here having a g4 confirm if it has camera2 api support? I know its manual mode does support everything camera2 is supposed to do, including manual shutter speed and white balance, but does it support those natively via camera2 api, or lg's own implementation? Can anyone test using either https://play.google.com/store/apps/details?id=pl.vipek.camera2_compatibility_test or snap camera and try enabling camera2 api in its "other" menu and take a raw photo? Thanks in advance!!!
Yes It supports!
Only problem I've encountered with some 3rd party apps are longer shutter speeds like 15, 30 seconds. They won't let me choose them. Other than that. Works like a charm!
manual camera gives FC without any popup for me (i open, see short time interface, then it close itself and im back in appdrawer..)
Mad_Duke said:
Yes It supports!
Only problem I've encountered with some 3rd party apps are longer shutter speeds like 15, 30 seconds. They won't let me choose them. Other than that. Works like a charm!
Click to expand...
Click to collapse
Thanks, can you tell me which apps you tested that are compatible? What is the longest shutter speed usable on each of them? Thanks again!
Master619 said:
Thanks, can you tell me which apps you tested that are compatible? What is the longest shutter speed usable on each of them? Thanks again!
Click to expand...
Click to collapse
Use stock
Or check out AZ camera (manual camera), fv-5
bender_007 said:
Use stock
Or check out AZ camera (manual camera), fv-5
Click to expand...
Click to collapse
I don't have the G4, that's why I was asking
Master619 said:
I don't have the G4, that's why I was asking
Click to expand...
Click to collapse
Stoc camera is the best for now
I also don't have it but have used it for few days
bender_007 said:
Use stock
Or check out AZ camera (manual camera), fv-5
Click to expand...
Click to collapse
I've tested both. Work great, but maximum shutter speed was slower.
Also tested Cinema FV-5 for videos. Still glitchy (probably will be solved with the next update). That will be awesome because it can record 4K longer than stock camera (no 5 minute limit). It also supports manual focus during video recording.
Yeah we could probably disable the 5 minute warning(or you can shoot video after video). I hope I'm gonna buy a g4 today so I can start putting apps into the app section (or android development, not sure)
bender_007 said:
Yeah we could probably disable the 5 minute warning(or you can shoot video after video). I hope I'm gonna buy a g4 today so I can start putting apps into the app section (or android development, not sure)
Click to expand...
Click to collapse
Go and buy it already! Now we have Root. But you better try to get the EUR H815 with unlocked bootloader.
我從使用Tapatalk的LG G4 H815 US 4G LTE TMO發送
Is it possible to copy the algorithm of Google pixel camera and install it in Xiaomi mi 5s? Because both have exactly same sensors. As I have seen the reviews of Xiaomi mi 5s, there is a room for improvement in the software. Specially night shots need improvement. So is there any way to copy pixel's algorithm and software into mi 5s?
At this point? Probably not.
In the future? Who knows, I hope so too...
We might (or might not) need to copy some libraries from pixel's system image, and probably must use the included google camera (which requires android 7.0 for now...)
awaaas said:
At this point? Probably not.
In the future? Who knows, I hope so too...
We might (or might not) need to copy some libraries from pixel's system image, and probably must use the included google camera (which requires android 7.0 for now...)
Click to expand...
Click to collapse
Why not replace the crappy dual camera of 5s plus with dual imx378? Is it possible? I am really curious to do something with these phones.
Ahm_Shoaib said:
Why not replace the crappy dual camera of 5s plus with dual imx378? Is it possible? I am really curious to do something with these phones.
Click to expand...
Click to collapse
If you want to break your phone then go ahead
Ahm_Shoaib said:
Why not replace the crappy dual camera of 5s plus with dual imx378? Is it possible? I am really curious to do something with these phones.
Click to expand...
Click to collapse
Not possible because of so many things...
- There's likely no drivers for IMX378 included in the kernel/system by xiaomi for Mi5s Plus
- You must have to somehow find dual IMX378 module with the same pin configuration as the original one for it to even turn on (won't work if there's no driver for it though...)
Ahm_Shoaib said:
Why not replace the crappy dual camera of 5s plus with dual imx378? Is it possible? I am really curious to do something with these phones.
Click to expand...
Click to collapse
It would be redundant, the 5s plus uses a normal sensor with a monochrome sensor, similar to P9, and this allows (should) better lowlight, and higher dynamic range, however from samples I've seen, Xiaomi has not implemented it very well. They would have been better off with one 378 sensor, as that is currently one of the best mobile sensors
Man I think the original idea is ask about how we can get the eis and quality photos video from pixel to the mi5s small who carrier the same sensor.
How get software from pixel to mi5s (pixel too expensive), I want use the Xiaomi mi5s small with cm14 and Google pixel software/library features camera
Regards
roghax said:
Man I think the original idea is ask about how we can get the eis and quality photos video from pixel to the mi5s small who carrier the same sensor.
How get software from pixel to mi5s (pixel too expensive), I want use the Xiaomi mi5s small with cm14 and Google pixel software/library features camera
Regards
Click to expand...
Click to collapse
Yes, and I think I've already answered that. Pixel runs android 7.1, Mi5s runs 6.0, you can't get the camera app that comes with pixel to run on mi5s, and if you manage to backport that to android 6.0, what if it needs some library, can you make sure that it is can run on android 6.0, while it is built for android 7.1?
Moreover, I found out the hard way that Mi5s did not specify it's HFR modes, so the latest Google Camera that is compatible with android 6.0 won't run at all. Except if you turn the HFR functionality off, by adding this line to your build.prop:
Code:
persist.camera.hal3hfr.enable=0
I don't know if this bug comes from xiaomi, or xiaomi.eu (as I am running xiaomi.eu's ROM right now), and I don't know if it's gonna be fixed in the future.
You're welcome to pursue this idea, but keep that things in mind
Since Google's HDR+ is so good in low light, has anyone tried alternative 3rd party apps that use image stacking to improve low light IQ ( Better Camera and Snap HDR Cam low light modes come to mind)
I am interested in this phone because of the price and sensor and would like an HDR+ alternative.
Has anyone tried those apps? Thanks
Try cortex camera, it basically is the best app at stacking images.
awaaas said:
Yes, and I think I've already answered that. Pixel runs android 7.1, Mi5s runs 6.0, you can't get the camera app that comes with pixel to run on mi5s, and if you manage to backport that to android 6.0, what if it needs some library, can you make sure that it is can run on android 6.0, while it is built for android 7.1?
Moreover, I found out the hard way that Mi5s did not specify it's HFR modes, so the latest Google Camera that is compatible with android 6.0 won't run at all. Except if you turn the HFR functionality off, by adding this line to your build.prop:
Code:
persist.camera.hal3hfr.enable=0
I don't know if this bug comes from xiaomi, or xiaomi.eu (as I am running xiaomi.eu's ROM right now), and I don't know if it's gonna be fixed in the future.
You're welcome to pursue this idea, but keep that things in mind
Click to expand...
Click to collapse
Hi, thanks for the information about google camera. Any possibility that we can have settings like manual iso, or hdr (just normal hdr) ? Is it exclude to nexus devices, I mean after hacking still? How about the snapdragon camera, it seems that we need caf kernel, but maybe it's working after adding this line?
forgivemypoorEN said:
Hi, thanks for the information about google camera. Any possibility that we can have settings like manual iso, or hdr (just normal hdr) ? Is it exclude to nexus devices, I mean after hacking still? How about the snapdragon camera, it seems that we need caf kernel, but maybe it's working after adding this line?
Click to expand...
Click to collapse
We already have manual controls, just use snap cam and enable cam 2 api in it's settings, or use FreeDcam and you get full manual
shaneel1491 said:
We already have manual controls, just use snap cam and enable cam 2 api in it's settings, or use FreeDcam and you get full manual
Click to expand...
Click to collapse
That's true, I'm just curious if google has better post processing (now I think an app won't change much) If apps can't change, is it possible to copy the drivers from pixel, if the sensors are the same? Meanwhile, we don't have iso 50 (although maybe the native iso is 100, so 100 might be better than 50). Freedcam seems to be able to enable eis on camera api 1, but it crashed a lot, and it's api 1. Now I'm confused which is the best choice. I'm using snap camera, but there's no long exposure like the stock camera (up to 32s, I think it's a stack of photos). Sorry I asked a lot, but it seems that you are an expert . Last question, the stock camera in manual mode, the preview never changes while changing iso/shutter speed. In other apps, it got very slow when the shutter is long (1/3 s). I wonder if this is because imx 378 is very powerful and generating large data, or it's MIUI‘s bug?
forgivemypoorEN said:
That's true, I'm just curious if google has better post processing (now I think an app won't change much) If apps can't change, is it possible to copy the drivers from pixel, if the sensors are the same? Meanwhile, we don't have iso 50 (although maybe the native iso is 100, so 100 might be better than 50). Freedcam seems to be able to enable eis on camera api 1, but it crashed a lot, and it's api 1. Now I'm confused which is the best choice. I'm using snap camera, but there's no long exposure like the stock camera (up to 32s, I think it's a stack of photos). Sorry I asked a lot, but it seems that you are an expert . Last question, the stock camera in manual mode, the preview never changes while changing iso/shutter speed. In other apps, it got very slow when the shutter is long (1/3 s). I wonder if this is because imx 378 is very powerful and generating large data, or it's MIUI‘s bug?
Click to expand...
Click to collapse
I guess Google's HDR+ algorithm is the only great thing the Pixel has we don't besides that fact they don't have long exposure so they can't take as good night pics as us.
In camera 1 Api we can go all the way to 60 sec, although stock libs limited at 32 sec which is fine. Also we do have ISO 50 on FreeDcam API 2, I think I have a specially built FreeDcam by @defcomg who sorted it out. I'll ask him if I he or I can post it here.
Also Quallcomm seemed to mess up the camera libs recently and max exposure on cam 2 api is only around 5 sec.
But I suggest you to experiment with Snap and FreeDcam, I use FreeDcam for long exposures and low light shots. And I use snap camera in the day time. I have denoise and ZSL forced off for both of them.
The preview should get slow and laggy on cam 2 api but stay the same on Cam 1 api
shaneel1491 said:
I guess Google's HDR+ algorithm is the only great thing the Pixel has we don't besides that fact they don't have long exposure so they can't take as good night pics as us.
In camera 1 Api we can go all the way to 60 sec, although stock libs limited at 32 sec which is fine. Also we do have ISO 50 on FreeDcam API 2, I think I have a specially built FreeDcam by @defcomg who sorted it out. I'll ask him if I he or I can post it here.
Also Quallcomm seemed to mess up the camera libs recently and max exposure on cam 2 api is only around 5 sec.
But I suggest you to experiment with Snap and FreeDcam, I use FreeDcam for long exposures and low light shots. And I use snap camera in the day time. I have denoise and ZSL forced off for both of them.
The preview should get slow and laggy on cam 2 api but stay the same on Cam 1 api
Click to expand...
Click to collapse
I tried freedcam with 50 iso, but the photo actually got iso 100 still. You can also set iso 50 in snap camera, which still outputs 100.
Turn ZSL (0 lag?) is better for HDR? I heard a saying that ZSL is not as good as longer hdr, which is software implementation.
forgivemypoorEN said:
I tried freedcam with 50 iso, but the photo actually got iso 100 still. You can also set iso 50 in snap camera, which still outputs 100.
Turn ZSL (0 lag?) is better for HDR? I heard a saying that ZSL is not as good as longer hdr, which is software implementation.
Click to expand...
Click to collapse
When zsl is enabled you can't have manual controls, so that's why I disable it. But also try in FreeDcam (cam 1) to set shutter speed and leave ISO on auto and see, it's possible to get up to 0 ISO.
shaneel1491 said:
When zsl is enabled you can't have manual controls, so that's why I disable it. But also try in FreeDcam (cam 1) to set shutter speed and leave ISO on auto and see, it's possible to get up to 0 ISO.
Click to expand...
Click to collapse
cam 1 you mean Camera api 1? It crash a lot (every time I touch to focus, or use exposure longer than 1/3s ). I couldn't got iso lower than 100. Do I need to use hdr mode to get this or any mode as long as I set iso to auto and a long shutter?
hdr+ is out for mi5s
It's funny since people thought it was impossible 1+ year ago but now thanks to awesome devs more devices can taste the magic of Google Camera HDR+
How to Copy Google Pixel Camera algorithm into Xiaomi Redmi 6A?
Hello everybody Is it possible to copy the algorithm of Google pixel camera and install it in Xiaomi mi Redmi 6A? Because both have exactly same sensors. So is there any way to copy pixel's algorithm and software into my Redmi 6A ?Thanks to all
This thread has been created to provide [device name] feedback to @Arnova8G2 regarding his port of the Google Camera app.
Describe your experience (mostly what doesn't work as expected)
Provide logcats (the dev does not have your phone, so logs are needed if you want him to fix stuff)
Mention @Arnova8G2 when you post your feedback
ALL FEEDBACK PROVIDED IN OTHER THREADS OR WITHOUT LOGS WILL BE IGNORED
Latest update:
v1.4
Arnova8G2 said:
2017/01/04 – GCMod5 based on Mod By B-S-G
Add toggle for portrait mode or Lens Blur
AutoFocus enhancement and faster
Support level override back in ZSl, front in ZSL_REPROCESSING and Level_3 for OP3/OP3t, MI5,Mi5s
Black screen fix test
Add 4K for devices that do not have it
GCam5.1.018-Arnova8G2-V1.4.apk
** Please mention me in the thread of your device with a logcat or screenshots.
Click to expand...
Click to collapse
Previous versions:
v1.3.1
v1.3
Dornyx said:
Hi! I'd like to get Google Camera app with HDR+ on my Xiaomi Mi A1
Click to expand...
Click to collapse
I'm with you! Wanna buy this smartphone but the fact that it's not have Google camera ported yet stops me from buying.
Dornyx said:
Hi! I'd like to get Google Camera app with HDR+ on my Xiaomi Mi A1, but the official XDA port doesn't work. I've heard of some people using the app in SD625 devices, and the Mi A1 has the 625 SoC, so in theory it may be possible to port the app... I can't code, so does anyone know something about a download link that works on Mi A1 or can mod the XDA apk to work on the Mi A1?
Click to expand...
Click to collapse
Almost every ported gcam works on mia1, have you enabled Camera 2 api ? it needs that enabled to work.
Anyway , you find all these ports on this thread
kraatus90 said:
Almost every ported gcam works on mia1, have you enabled Camera 2 api ? it needs that enabled to work.
Anyway , you find all these ports on this thread
Click to expand...
Click to collapse
I don't know how to enable the API: please explain me, if you can. Moreover, is it possible to add EIS to the stock camera or at least in Google Camera ported?
Dornyx said:
I don't know how to enable the API: please explain me, if you can. Moreover, is it possible to add EIS to the stock camera or at least in Google Camera ported?
Click to expand...
Click to collapse
If you are rooted you have to add below line in build.prop -
Code:
persist.camera.HAL3.enabled=1
after that reboot. you will have working gcam with HDR+. although the slomo option won't work. and you will have EIS too in gcam.
kraatus90 said:
If you are rooted you have to add below line in build.prop -
Code:
persist.camera.HAL3.enabled=1
after that reboot. you will have working gcam with HDR+. although the slomo option won't work. and you will have EIS too in gcam.
Click to expand...
Click to collapse
where to add these lines in build prop ?
Red_Man 898 said:
where to add these lines in build prop ?
Click to expand...
Click to collapse
Anywhere. for example add at the end of build.prop.
kraatus90 said:
If you are rooted you have to add below line in build.prop -
Code:
persist.camera.HAL3.enabled=1
after that reboot. you will have working gcam with HDR+. although the slomo option won't work. and you will have EIS too in gcam.
Click to expand...
Click to collapse
Is it possible to modify build.prop without root? Or is it possible to root the phone without having a PC nearby?
Dornyx said:
Is it possible to modify build.prop without root? Or is it possible to root the phone without having a PC nearby?
Click to expand...
Click to collapse
1.No unless you have custom recovery which mia1 doesn't have yet.
2. nope.
i think Google camera hdr+ need a snapdragon 820++ isn't it?
@thewarrior2 It doesn't, it needs a 64bit OS and a snapdragon SoC packing a certain Hexagon DSP
Can anybody post comparison pictures of hdr+ and stock xiaomi camera app? I am really interested in seeing the results before buying this phone.
phonequestion said:
Can anybody post comparison pictures of hdr+ and stock xiaomi camera app? I am really interested in seeing the results before buying this phone.
Click to expand...
Click to collapse
visit mi 5s section for example there is alot of detail with hdr+
Is there really any difference?? i am confused.. My redmi note 3 pro can take better pic with Google camera than this mi a1
kraatus90 said:
Almost every ported gcam works on mia1, have you enabled Camera 2 api ? it needs that enabled to work.
Anyway , you find all these ports on this thread
Click to expand...
Click to collapse
Thanks mate, now i found the glitch
Rakibboss said:
Is there really any difference?? i am confused.. My redmi note 3 pro can take better pic with Google camera than this mi a1
Click to expand...
Click to collapse
If you cant find the difference by looking at the samples posted, then you dont need HDR+.
But the fact is the difference is night and day!
Google is primarily known for software, which is what HDR+ is all about.. It uses the camera h/w, takes many pics when you click the shutter button, each in different contrast, and applies some kick-ass machine learning algorithms on every pixel of each groups of pics it took, fuses all of them, to get awsome looking pics.. Thats all it does, and thats all that no other stock camera app does from any other manufacturer. Thats why it beats even iphone.
So basically, google does more through software , what all others achieve through multiple h/w.. Reason why pixel 2 still has single Camera.
ashjas said:
If you cant find the difference by looking at the samples posted, then you dont need HDR+.
But the fact is the difference is night and day!
Google is primarily known for software, which is what HDR+ is all about.. It uses the camera h/w, takes many pics when you click the shutter button, each in different contrast, and applies some kick-ass machine learning algorithms on every pixel of each groups of pics it took, fuses all of them, to get awsome looking pics.. Thats all it does, and thats all that no other stock camera app does from any other manufacturer. Thats why it beats even iphone.
So basically, google does more through software , what all others achieve through multiple h/w.. Reason why pixel 2 still has single Camera.
Click to expand...
Click to collapse
I said the redmi note 3 pro has better performance with Google camera than this A1.. That's why i said, i am confused
So... does this camera work after modifying build.prop? Could someone upload a few pics comparing the original camera app to this one?
Enviado desde mi Nexus 7 mediante Tapatalk
HDR+ works great~
I'll put comparison later
[email protected] said:
HDR+ works great~
I'll put comparison later
Click to expand...
Click to collapse
Can you enable the raw support?
I have been using this phone for a month. I am rooted with magisk and camera2 api is enabled. All the manual controls except the long exposure works fine but in case of shutter speed or long exposure i cannot find more than 1/8 sec in any of the third party app like proshot and camera fv-5. So i think this is the cause of my camera hardware not being able to do so :crying::crying:. But amazing developers like you guys are out there who are making great customization and mods for this phone, please anyone take an initiative for enabling this long shutter speed mode for at least 10 or 20 sec.
wow72 said:
I have been using this phone for a month. I am rooted with magisk and camera2 api is enabled. All the manual controls except the long exposure works fine but in case of shutter speed or long exposure i cannot find more than 1/8 sec in any of the third party app like proshot and camera fv-5. So i think this is the cause of my camera hardware not being able to do so :crying::crying:. But amazing developers like you guys are out there who are making great customization and mods for this phone, please anyone take an initiative for enabling this long shutter speed mode for at least 10 or 20 sec.
Click to expand...
Click to collapse
Disable camera 2 API and then try camera FV5,you will get the option to set manual exposure time in it.
I've tested it,try yourself.
Stealtherthreat said:
Disable camera 2 API and then try camera FV5,you will get the option to set manual exposure time in it.
I've tested it,try yourself.
Click to expand...
Click to collapse
Actually when camera2 api was disabled i tested it and saw that all that it does is stack some images. That image is not what i call long exposure image. Any how can you share some long exposure shots taken by this phone? can you do light trails also? please share.
Managed to got this by opening shutter for 5 sec
Stealtherthreat said:
Managed to got this by opening shutter for 5 sec
Click to expand...
Click to collapse
wow thats good! Are you using the latest camera fv5 or previous version? How can i disable camera2 api?
wow72 said:
wow thats good! Are you using the latest camera fv5 or previous version? How can i disable camera2 api?
Click to expand...
Click to collapse
Yes ,using latest version.
To enable or disable camera2api follow this -
https://forum.xda-developers.com/mi-a1/how-to/tool-google-camera-root-magisk-enable-t3747585
Stealtherthreat said:
Managed to got this by opening shutter for 5 sec
Click to expand...
Click to collapse
Is this shot on Canon DSLR (DSC file name)
Anandkrishna said:
Is this shot on Canon DSLR (DSC file name)
Click to expand...
Click to collapse
its just the file name, you can change that naming pattern in the settings of the app, no canon or any kind of DSLR.
Hi, I've tried many apps to make photos with long exposure time, from fv-5 to freedcam and hedgecam, but in every camera exposure time always stops at 2 seconds. I've read that it's a software problem because MIUI version of A2 lite camera can go up to 32 sec. Now, I have camera2 api enable and I doesnt affect nothing. Aniway I found a mod of nokia camera by @linuxct (Im currently on 91.9.1130.40) that allows to shot 4 seconds, unfortunately without RAW. Here are some photos:
Apk?
im tried camera fv-5 (paid) and it work to take long exposure shot >16s with camera2api enabled by magisk module,,
but~ the image quality is poor~ not like the other phone,,
ncar123 said:
Apk?
Click to expand...
Click to collapse
https://forum.xda-developers.com/an...okia-camera-8-0260-50-pro-mode-t3798127/page1
x1_logic said:
im tried camera fv-5 (paid) and it work to take long exposure shot >16s with camera2api enabled by magisk module,,
but~ the image quality is poor~ not like the other phone,,
Click to expand...
Click to collapse
Are you sure it's long exposure and not image stacking? Cause for me it seems It only stacks images. I tried to take a photo with the lite version and with nokia camera, settings are exp time:4 sec, ISO:400, for both cameras. The brighter One Is nokia
https://forum.xda-developers.com/mi-a2-lite/themes/camera-stock-custom-rom-portrait-mode-t3944411
This magisk module works on stock rom and evolution x, crdroid and lineage os this miui camera can shoot up to 32 seconds without anybug or problem and It's made for Mi A2 Lite.
Kineceleran said:
https://forum.xda-developers.com/mi-a2-lite/themes/camera-stock-custom-rom-portrait-mode-t3944411
This magisk module works on stock rom and evolution x, crdroid and lineage os this miui camera can shoot up to 32 seconds without anybug or problem and It's made for Mi A2 Lite.
Click to expand...
Click to collapse
But the light makes the image unusable
ncar123 said:
But the light makes the image unusable
Click to expand...
Click to collapse
Because its real shutter speed. Not the collection of images .
Never_flamingo said:
Are you sure it's long exposure and not image stacking? Cause for me it seems It only stacks images. I tried to take a photo with the lite version and with nokia camera, settings are exp time:4 sec, ISO:400, for both cameras. The brighter One Is nokia
Click to expand...
Click to collapse
yup,
did the option for "force usage of legacy camera driver" is off? you can check it on
general setting > compatibility
it must on then your shutter speed option will not showing as scrolling, it will showing as manual input number. and it work on my a2 lite than scrolling mode.
Kineceleran said:
https://forum.xda-developers.com/mi-a2-lite/themes/camera-stock-custom-rom-portrait-mode-t3944411
This magisk module works on stock rom and evolution x, crdroid and lineage os this miui camera can shoot up to 32 seconds without anybug or problem and It's made for Mi A2 Lite.
Click to expand...
Click to collapse
Works perfectly! This Is what I was looking for, though It doesn't have RAW it's the best camera for long exposure I've tried so far. As soon as there will be a good night sky I will provide some photos
x1_logic said:
yup,
did the option for "force usage of legacy camera driver" is off? you can check it on
general setting > compatibility
it must on then your shutter speed option will not showing as scrolling, it will showing as manual input number. and it work on my a2 lite than scrolling mode.
Click to expand...
Click to collapse
Yes I have It on and the seconds instead of the scrolling, but doesn't make a real long exposure, maybe it's because Im on lite version(?)
There we go
Never_flamingo said:
Hi, I've tried many apps to make photos with long exposure time, from fv-5 to freedcam and hedgecam, but in every camera exposure time always stops at 2 seconds. I've read that it's a software problem because MIUI version of A2 lite camera can go up to 32 sec.
Click to expand...
Click to collapse
Of course, as mentioned already; using Camera2 API / HAL3 and the MIUI Camera's Manual mode is the better option.
You can otherwise get it working in FreeDCam, albeit with Camera1 API:
Turn off / remove Camera2 API and reboot
Confirm Camera1 API is in use by using Camera2 Probe, ensuring "Hardware Support Level" = LEGACY
Launch FreeDCam and re-run FeatureDetector
Set your image settings as desired, and turn OFF Zero Shutter Lag
Use Mode Pic, JPEG output. Swipe up from the bottom, and set the shutter to desired value in seconds
(optional, but recommended) Set ISO to ISO_HJR to get >ISO3200 in low light
39 seconds @ ISO12744 is the highest/most I can get. From 40s on there's some sort of wrap or restart from 0.
pexxie said:
Of course, as mentioned already; using Camera2 API / HAL3 and the MIUI Camera's Manual mode is the better option.
You can otherwise get it working in FreeDCam, albeit with Camera1 API:
Turn off / remove Camera2 API and reboot
Launch FreeDCam and re-run FeatureDetector
Use Mode Pic, JPEG output. Swipe up from the bottom, and set the shutter to desired value in seconds
(optional, but recommended) Set ISO to ISO_HJR to get >ISO3200 in low light
39 seconds @ ISO12744 is the highest/most I can get. From 40s on there's some sort of wrap or restart from 0.
Click to expand...
Click to collapse
Are you on A2 lite? Because I tried your method but always stops at a 0.4sec
Edit: playing with settings and now magically works, lol. However the fact that you must use api 1 otherwise it crashes it's annoying, because RAW is only usable with api2