Check this thread
Libchanger 1.0 [Enable 60fps Video Recording][ROOT]
http://forum.xda-developers.com/nex...ble-60fps-video-recording-libchanger-t3424621
Install the app follow the steps it's pretty much same setup as nexus6p
Oh yeah on first install you can use the backup option to backup original lib
defcomg said:
Check this thread
Libchanger 1.0 [Enable 60fps Video Recording][ROOT]
http://forum.xda-developers.com/nex...ble-60fps-video-recording-libchanger-t3424621
Install the app follow the steps it's pretty much same setup as nexus6p
Oh yeah on first install you can use the backup option to backup original lib
Click to expand...
Click to collapse
Thanks for the guide, but the app gets stuck on "detecting freedcam" forever.
on the bottom there's a blue rectangle with "usupported device" written on it, and to it's left there's a "LIBOEM" button that just crashes the app when I click on it.
How did you make it work on the oneplus 2?
sar12330 said:
Thanks for the guide, but the app gets stuck on "detecting freedcam" forever.
on the bottom there's a blue rectangle with "usupported device" written on it, and to it's left there's a "LIBOEM" button that just crashes the app when I click on it.
How did you make it work on the oneplus 2?
Click to expand...
Click to collapse
It dectects model as A2001 if its not that it returns unsupported.
I modified the ov13860 lib configurations
If you wanna copy it manually attached it below copy it to system/vendor/lib set rw-r-r rename stock lib and add .bak to end of the file name then copy over the modified one
defcomg said:
It dectects model as A2001 if its not that it returns unsupported.
I modified the ov13860 lib configurations
If you wanna copy it manually attached it below copy it to system/vendor/lib set rw-r-r rename stock lib and add .bak to end of the file name then copy over the modified one
Click to expand...
Click to collapse
Hmm, this might be because I have the european model - A2003.
Anyway, I grabbed the lib and replaced it manually, and managed to record 2 10sec videos. I've tried to follow the guide as thoroughly as possible and set the profile to 1080HFR.
however, upon transferring them to my pc to check them out it seems that they were recorded at only 33 fps.
I would have tried to mess around with the freedcam settings but the app just crashes on startup for me now for some reason. also, upon replacing the lib all other camera apps seem to have stopped working.
sar12330 said:
Hmm, this might be because I have to european model - A2003.
Anyway, I grabbed the lib and replaced it manually, and managed to record 2 10sec videos. I've tried to follow the guide as thoroughly as possible and set the profile to 1080HFR.
however, upon transferring them to my pc to check them out it seems that they were recorded at only 33 fps.
I would have tried to mess around with the freedcam settings but the app just crashes on startup for me now for some reason. also, upon replacing the lib all other camera apps seem to have stopped working.
Click to expand...
Click to collapse
Attach the stock lib from your ROM also think you need to be on oxygen rom something was up with hal used on cm aosp ROMs.
Also was the api in camera 1 mode?
defcomg said:
Attach the stock lib from your ROM also think you need to be on oxygen rom something was up with hal used on cm aosp ROMs.
Also was the api in camera 1 mode?
Click to expand...
Click to collapse
The camera was in camera1 API mode, however I am using dirty unicorns ROM(cm13 based...) So that might be the cause for the unexpected behavior.
Anyway, I've nevertheless attached the ROM's original file.
Mmhm this seems pretty interesting, gonna bookmark.
sar12330 said:
The camera was in camera1 API mode, however I am using dirty unicorns ROM(cm13 based...) So that might be the cause for the unexpected behavior.
Anyway, I've nevertheless attached the ROM's original file.
Click to expand...
Click to collapse
Patched. Try dumping camera parameters from your rom in the freedcam menu scroll to the bottom select save camera parameters it will output a txt file to /DCIM/FreeDcam/ check if it contains video-hfr , hfr-size-values if it does not then the CM HAL is killing Qualcomm parameters the video-hfr parameter is required to activated high frame rate video there is a way around that disabling camera 2 seemed to work on the nexus 6 as it does the same thing when camera 2 is disabled it returns the video-hfr parameter
defcomg said:
Patched. Try dumping camera parameters from your rom in the freedcam menu scroll to the bottom select save camera parameters it will output a txt file to /DCIM/FreeDcam/ check if it contains video-hfr , hfr-size-values if it does not then the CM HAL is killing Qualcomm parameters the video-hfr parameter is required to activated high frame rate video there is a way around that disabling camera 2 seemed to work on the nexus 6 as it does the same thing when camera 2 is disabled it returns the video-hfr parameter
Click to expand...
Click to collapse
Thank you so much
it is working and now records at 60fps with this file.
Some additional info: I've saved the "camera parameters"(oneplus2_CameraParameters.txt) and the file does indeed contain the following lines:
Code:
video-hfr=60
hfr-size-values=1920x1080,1280x720
I've also attached the whole file output if you want to see the whole thing, but anyway, it's working now!
Oh, and the other camera apps now open as regular and don't crash.
sar12330 said:
Thank you so much
it is working and now records at 60fps with this file.
Some additional info: I've saved the "camera parameters"(oneplus2_CameraParameters.txt) and the file does indeed contain the following lines:
I've also attached the whole file output if you want to see the whole thing, but anyway, it's working now!
Oh, and the other camera apps now open as regular and don't crash.
Click to expand...
Click to collapse
Awesome if you wanna try for more fps at 1080fps its possible attached two other libs if the op2 works like my device with OC_90fps it should pull 1080p at 90fps the other lib is incase some device is unable to reach 60fps its over clocked .
defcomg said:
Awesome if you wanna try for more fps at 1080fps its possible attached two other libs if the op2 works like my device with OC_90fps it should pull 1080p at 90fps the other lib is incase some device is unable to reach 60fps its over clocked .
Click to expand...
Click to collapse
Hi, the OC_90fps doesn't seem to work for me, when I use that lib and set the recording framerate in the 1080HFR profile to 90, the recording comes out at 30fps. I've attached the "camera parameters" files for the new OC_90fps lib
sar12330 said:
Hi, the OC_90fps doesn't seem to work for me, when I use that lib and set the recording framerate in the 1080HFR profile to 90, the recording comes out at 30fps. I've attached the "camera parameters" files for the new OC_90fps lib
Click to expand...
Click to collapse
Keep it at 60 I avoided changing that value while it says 60 it should return 90fps as long as pixel clock value is configured for 30
defcomg said:
Keep it at 60 I avoided changing that value while it says 60 it should return 90fps as long as pixel clock value is configured for 30
Click to expand...
Click to collapse
Ok, kept it at 60 this time in the profile and used the OC_90fps lib.
The resulting recording seems to still be 60 fps, and not 90 unfortunately.
I see all good then:good:
Will there eventually be a flashable zip file available?
One problem i have is that somewhere along the install process something apparently went wrong as now all camera using apps can only use the front facing camera on my OP2
Edit: that problem has been solved by reinstalling. now i tried taking a test video with freedcam and followed the instructions, 29fps video with over 100Mbps datarate.
lpgfinmark said:
One problem i have is that somewhere along the install process something apparently went wrong as now all camera using apps can only use the front facing camera on my OP2
Click to expand...
Click to collapse
Probably permission issue on the ov13860 lib it should be rw-r-r
Sent from my NX503A using XDA Free mobile app
defcomg said:
Probably permission issue on the ov13860 lib it should be rw-r-r
Sent from my NX503A using XDA Free mobile app
Click to expand...
Click to collapse
Yeah, i think i screwed up something there. But the problem of the video being 30fps still persists.
I am probably missing something really obvious here.
---------- Post added at 03:02 AM ---------- Previous post was at 02:50 AM ----------
Is there anything i could troubleshoot to try and fix the problem?
lpgfinmark said:
Yeah, i think i screwed up something there. But the problem of the video being 30fps still persists.
I am probably missing something really obvious here.
---------- Post added at 03:02 AM ---------- Previous post was at 02:50 AM ----------
Is there anything i could troubleshoot to try and fix the problem?
Click to expand...
Click to collapse
retry the libchanger http://forum.xda-developers.com/nex...ble-60fps-video-recording-libchanger-t3424621 ive updated the apk
defcomg said:
retry the libchanger http://forum.xda-developers.com/nex...ble-60fps-video-recording-libchanger-t3424621 ive updated the apk
Click to expand...
Click to collapse
Nope, when using libchanger it forces all camera apps to use front facing camera and cant switch to back, permissions are as they should be (rw-r-r)
Related
Is it possible to disable the camera shutter sound on the SGS2? It's very loud and kind of annoying.
I'm going to a wedding at the weekend and it would be nice to be able to take pictures without pissing off the entire church.
Put the phone in silent mode when using the camera that should do the trick without any trickery
Silent mode doesn't make any difference, it's still the same.
Anyone know if there's a good camera app without shutter sound I can use instead?
Even when i have it on silent mode, it still makes the shutter sound
There is no setting to disable it in camera settings anymore?
You could do it on SGS...
Try turning media volume down
You need root
Go to /system/media/ui/
Then delete the files got to do with the camera including the shutter
Sent from my GT-I9100 using XDA App
twitter .com /#!/PaulOBrien/status/66143623254786048
Huh, no 'disable shutter sound' on SGS II? Fixing THAT tomorrow!
Click to expand...
Click to collapse
Yup, someone wanna chuck us the camera apk? Should be possible to fix it that way..
Or, as someone said, try renaming the sound file in media to whatever.ogg.OLD
I think all UK phones have to comply with anti-voyeurism laws which is why all phones there have the camera shutter no matter what. If you have rooted your phone I think you could easily delete or modify the shutter sound though...
pulser_g2 said:
Yup, someone wanna chuck us the camera apk? Should be possible to fix it that way..
Or, as someone said, try renaming the sound file in media to whatever.ogg.OLD
Click to expand...
Click to collapse
Here's the apk.
Thanks
soyef said:
You need root
Go to /system/media/ui/
Then delete the files got to do with the camera including the shutter
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
Sorry guys, new to this, I've tried to rename the file using fs explorer and it will not allow me to either re name or delete the file, any advice would be gratefully received
Richard130170 said:
Sorry guys, new to this, I've tried to rename the file using fs explorer and it will not allow me to either re name or delete the file, any advice would be gratefully received
Click to expand...
Click to collapse
Use root explorer, you can and need to enable write access in order to change/rename files at root level.
Got the shutter sound deleted but there is still a beep when it focuses. Any ideas?
Sent from my GT-I9100 using Tapatalk
Yep, mine still beeps when it focuses as well.
macnessie said:
Here's the apk.
Thanks
Click to expand...
Click to collapse
Thanks. No idea why so many people downloaded it already, but meh... I'll see what I can see...
Hmmm... I have an idea. I will take a look later on at making a new apk
davey_b said:
Got the shutter sound deleted but there is still a beep when it focuses. Any ideas?
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
From the code, I see there should be a setting to enable or disable autofocus sound.
Can you please confirm if this exists before I go much further into this. Usually you tap menu, or press a settings button on-screen in camera to get some options.
Looks like it can be disabled.
pulser_g2 said:
From the code, I see there should be a setting to enable or disable autofocus sound.
Can you please confirm if this exists before I go much further into this. Usually you tap menu, or press a settings button on-screen in camera to get some options.
Looks like it can be disabled.
Click to expand...
Click to collapse
Nope, no option
hshah said:
Nope, no option
Click to expand...
Click to collapse
OK. You can try pulling the APK, then removing the file in res/raw/. Delete the ogg file with the obvious name like AutoFocus.ogg (not got the file to hand)
Back up the old one before doing this! Then replace the file on the device with this one. Reboot, see if it works. If it doesn't and camera doesn't appear, then you need to restore the backup and reboot again. That should fix it
If it crashes when focussing, we need to replace the OGG with an "empty" ogg, but then re-sign the APK, which will involve editing packages.xml
while were on the subject, is it possible to remove the parental control set in place, that prevents the camera from being opened if the battery is >15%, and where it kills your music, when you open the camera? i will personally donate $25 dollars if you did that. and forever praise you as the best developer in the world
(very serious about the donation tho)
This mod is not made by me, I take no credit for it.
I found a working camera mod on the One X forums.
It gives your phone's camera a number of extra features like changing compression settings, better image adjustments and more!
known issues:
- Slow motion camera is currently broken.
- Installing this mod on ATT 1X+ doesnt work (can be fixed by manually replacing the apk in system/app).
For more information, install instructions and download link, visit the origional thread:
http://forum.xda-developers.com/showthread.php?t=1890547
Install this mod at your own risk, I take no responsibility if it broke your phone.
Sincerely,
Dinkelstefan
Anyone tried v5 of camera from original thread?
Wlk said:
Anyone tried v5 of camera from original thread?
Click to expand...
Click to collapse
Will try it right now, ill post the result after.
dinkelstefan said:
Will try it right now, ill post the result after.
Click to expand...
Click to collapse
It seems to be working without any problems.
could u take some photos
Some photos be cool.
Sent from my HTC One X+ using Tapatalk 2
Andrew149 said:
Some photos be cool.
Sent from my HTC One X+ using Tapatalk 2
Click to expand...
Click to collapse
I tried to take some pictures today, but the picture compression doesnt seem to be doing anything anymore.
Maybe it's the new v5 update or maybe it's because I recently switched to the elegancia ROM.
Can anyone confirm if v5 also has this bug on other ROMs?
Anyhow the other extra settings do still work, like video compressions(which is really noticeable) and the audio compression from videos.
Also the extra steps in the image adjustments settings are noticeable.
If anyone wants me to upload a few videos with diffrent compressions, I'll try to make some time for it.
Break slow motion video capture for me, but the increased image quality heavily outweighs this con, would still like to get it working though, does it work for everyone else?
it also seemed to brake my slo-mo camera.
But I can live without it too. i like the new video quality, and the framerate which is more stable
I tested the photo compression again, and it does seem to be working. May have been a temporary bug yesterday.
I'll try to post some photos later!
Hi, have problem with Panorama function... it doesn't work: take the first shot, ask to move the camera and when I finished (if it doesn't return ad error because I'm too fast) it doesn't make any panorame, only the fist shot !
My configuration is in my sign... I'm doing something wrong ?
IlD4nX said:
Hi, have problem with Panorama function... it doesn't work: take the first shot, ask to move the camera and when I finished (if it doesn't return ad error because I'm too fast) it doesn't make any panorame, only the fist shot !
My configuration is in my sign... I'm doing something wrong ?
Click to expand...
Click to collapse
I have no idea, my panorama mode seems to be working fine.
My guess is reinstalling the mod, and if that doesnt work you might want to check out the origional mod page.
I've been a bit busy the past few days so the compression comparison pictures will come later.
Has anyone else been able to get this mod working on an AT&T HOX+? It doesn't seem to make any difference when I flash it on my phone.
Thanks.
I installed it on my AT&T one manually replacing the apk in system/app/ and is working so far.
Sent from my HTC One X+ using xda premium
vitidroid said:
I installed it on my AT&T one manually replacing the apk in system/app/ and is working so far.
Sent from my HTC One X+ using xda premium
Click to expand...
Click to collapse
Can you elaborate on that post? i flashed it, and it didn't do anything.. explain in detail please
wdkingery said:
Can you elaborate on that post? i flashed it, and it didn't do anything.. explain in detail please
Click to expand...
Click to collapse
You have to extract the apk from the zip file using a file explorer, copy the camera.apk to system/apps and set permissions to r-w-r-r, then reboot.
Note: Looks like this camera apk drains the battery faster.
garmig said:
You have to extract the apk from the zip file using a file explorer, copy the camera.apk to system/apps and set permissions to r-w-r-r, then reboot.
Note: Looks like this camera apk drains the battery faster.
Click to expand...
Click to collapse
so i dont flash via recovery, just do exactly as you stated above?
wdkingery said:
so i dont flash via recovery, just do exactly as you stated above?
Click to expand...
Click to collapse
Yes
garmig said:
Yes
Click to expand...
Click to collapse
I just tried this on a one XL, and i think it worked!
only difference i noticed is video camera has an option labelled "SHARP_5_3"
???
i thought there were setttings to force bitrates, etc..
Great find! Everything seems to work just fine and a bit quicker to launch too!
Sent from my HTC One X+
When clicking the thumbnail in Samsung Galaxy Camera app, this module allows to open image/video with any installed gallery/player (instead of only the stock Gallery). Created for Samsung S5 (G900F) but may work on other Samsung models as well.
Samsung Camera Any Gallery Fix is also available from Xposed Module Repository (source).
Samsung Galaxy S3 i9300 4.3 MK6. This mod doesn't work. Nice thought though.
Sent from a stolen phone!
shivadow said:
Samsung Galaxy S3 i9300 4.3 MK6. This mod doesn't work. Nice thought though.
Click to expand...
Click to collapse
If you upload me your Camera apk I can take a look in your vesion to see if it can be supported as well.
It loads in xposed so here's the camera apk from 4.3 mk6 stock: https://docs.google.com/file/d/0B4vTiHTBB629d3VwdDdKdkhfSWM/edit?usp=docslist_api
Thanks for this btw!.
moneytoo said:
When clicking the thumbnail in Samsung Galaxy Camera app, this module allows to open image/video with any installed gallery/player (instead of only the stock Gallery). Created for Samsung S5 (G900F) but may work on other Samsung models as well.
Samsung Camera Any Gallery Fix is also available from Xposed Module Repository (source).
Click to expand...
Click to collapse
Oh I was waiting for this kind of module!
As mentioned, doesn't work on JB 4.3 on i9305 (S3 international - 4G variant).
Previously uploaded camera.apk is probably the same than in my ROM.
Thanks for looking into that! ?
@shivadow @Looki75 @poemsme
Please try the attached version. If it doesn't work, upload your Samsung Camera odex file because there was not dex in the apk and I included changes from other version - it might be it but who knows how many versions of Samsung Camera there are...
Sorry, no dice. Still loading but nowt else.
Sent from a stolen phone!
moneytoo said:
@shivadow @Looki75 @poemsme
Please try the attached version. If it doesn't work, upload your Samsung Camera odex file because there was not dex in the apk and I included changes from other version - it might be it but who knows how many versions of Samsung Camera there are...
Click to expand...
Click to collapse
Nope, still not working...
I don't have access to my computer right now... As soon as I can, I will send the odex file.
Thanks for your efforts!
Worked but...
The module did it's very well (Galaxy S4 i9505, 4.4.2) but i'm using quickpic so when thr last thing captured was a video, pressing the thumbnail icons plays the video and then goes back the camera. I couldn't find a way from there to swipe to the other images/videos.
Odex file for 4.3 mk6 camera: https://docs.google.com/file/d/0B4vTiHTBB629TlVoTng3TnVHWWs/edit?usp=docslist_api
A few hours worth of xposed log: https://docs.google.com/file/d/0B4vTiHTBB629Z0tHWjlWY3N0bm8/edit?usp=docslist_api
Sent from a stolen phone!
Thanks for the great module!
I can finally get rid of the stock Samsung gallery on my note 3.
htr5 said:
The module did it's very well (Galaxy S4 i9505, 4.4.2) but i'm using quickpic so when thr last thing captured was a video, pressing the thumbnail icons plays the video and then goes back the camera. I couldn't find a way from there to swipe to the other images/videos.
Click to expand...
Click to collapse
It is fixed in v0.2.
Working on I9505 stock 4.4.2, but using quickpic this goes to a different folder from the photos. I mean, photos are saved in folder A but quickpic is open in folder B...
Inviato dal mio GT-I9505 utilizzando Tapatalk
moneytoo said:
It is fixed in v0.2.
Click to expand...
Click to collapse
Thanks. That has fixed the problem and it always works without lags ect.
One thing I have noticed is that if you set the camera app to save to an external SD card, it still saves some pictures on the internal card such as those taken in burst modes.
Without the module, both internal and external media is scrollable when tapping the thumbnail. But once the module is enabled, it only loads images/videos from a single folder depending on where an image was last saved.
It's not a big issue and I'm happy to live with it as burst images are hardly ever taken anyway.
htr5 said:
Thanks. That has fixed the problem and it always works without lags ect.
One thing I have noticed is that if you set the camera app to save to an external SD card, it still saves some pictures on the internal card such as those taken in burst modes.
Without the module, both internal and external media is scrollable when tapping the thumbnail. But once the module is enabled, it only loads images/videos from a single folder depending on where an image was last saved.
It's not a big issue and I'm happy to live with it as burst images are hardly ever taken anyway.
Click to expand...
Click to collapse
Foldermount will solve this problem.
Sent from a stolen phone!
shivadow said:
Odex file for 4.3 mk6 camera: https://docs.google.com/file/d/0B4vTiHTBB629TlVoTng3TnVHWWs/edit?usp=docslist_api
A few hours worth of xposed log: https://docs.google.com/file/d/0B4vTiHTBB629Z0tHWjlWY3N0bm8/edit?usp=docslist_api
Sent from a stolen phone!
Click to expand...
Click to collapse
Try the attached version. Does it print a line or two to Xposed log (or any exeption) when you tap the thumbnail?
htr5 said:
Thanks. That has fixed the problem and it always works without lags ect.
One thing I have noticed is that if you set the camera app to save to an external SD card, it still saves some pictures on the internal card such as those taken in burst modes.
Without the module, both internal and external media is scrollable when tapping the thumbnail. But once the module is enabled, it only loads images/videos from a single folder depending on where an image was last saved.
It's not a big issue and I'm happy to live with it as burst images are hardly ever taken anyway.
Click to expand...
Click to collapse
Images taken in burst mode are always stored in internal memory - camera app informs about that.
If you browse only one folder with your gallery then it's feature or limitation of that app. (At least this is what I think, I don't know if something like that can be requested via intent. Maybe...)
robertogl said:
Working on I9505 stock 4.4.2, but using quickpic this goes to a different folder from the photos. I mean, photos are saved in folder A but quickpic is open in folder B...
Inviato dal mio GT-I9505 utilizzando Tapatalk
Click to expand...
Click to collapse
This is weird. I found using the camera api call (getLastContentUri) more reliable than searching for latest image on my own (it included also other picuteres like screenshots and I was unaware of how to get rid of them and search only for camera media).
What relation is A to B anyway?
moneytoo said:
This is weird. I found using the camera api call (getLastContentUri) more reliable than searching for latest image on my own (it included also other picuteres like screenshots and I was unaware of how to get rid of them and search only for camera media).
What relation is A to B anyway?
Click to expand...
Click to collapse
Oh i see it now, it seems that B is located in sdcard/emulated/0/DCIM/Camera/, and A is located in extSdCard/DCIM/Camera. So quickpic is open in internal memory, that i've never used for photos or video. Is that normal?
robertogl said:
Oh i see it now, it seems that B is located in sdcard/emulated/0/DCIM/Camera/, and A is located in extSdCard/DCIM/Camera. So quickpic is open in internal memory, that i've never used for photos or video. Is that normal?
Click to expand...
Click to collapse
My only guess is that it can be caused by Media Scanner because Samsung Camera is using MediaStorage to manage/accesss to captured files. But I really don't know in your case, especially it seems to work fine for me (use extSdCard for taken pictures)...
Nope, still no dice. No errors in xposed.
Sent from a stolen phone!
Not working on s4 Nc5 4.4.2.
Just fyi
Hello guys,
today I´m going to show you how to enable Camera2 API for our Axon 7. Because ZTE did´nt want us to know, that our camera is capable of this function, they kept it a secret, but actually it´s pretty easy to enable this. Requirements: Not sure yet, but definitely works on Vertex.
1.) Open build.prop with an working editor. (system/build.prop)
2.) Add the following line in the build.prop: "persist.camera.HAL3.enabled=1"
3.) Save the edited file and reboot.
That was pretty easy, wasn´t it? Now you have full control of your focus, expsure, raw, etc.
On the stock rom, this has to be tested. Hope you enjoy.
Edit: Seems like it isn't the full control though
I'm pretty sure this has been tried already and doesn't work.
bkores said:
I'm pretty sure this has been tried already and doesn't work.
Click to expand...
Click to collapse
Here you have, works on Vertex ROM. It would be appreciated if you guys report on which Rom it works.
mariusfl0rian said:
Here you have, works on Vertex ROM. It would be appreciated if you guys report on which Rom it works.
Click to expand...
Click to collapse
No it doesn't. I tried the Google Camera port on Vertex and it didn't work.
It's "enabled" by default on AEX but google camera crashes. It's a hardware problem.
bkores said:
No it doesn't. I tried the Google Camera port on Vertex and it didn't work.
Click to expand...
Click to collapse
awsomjgp said:
It's "enabled" by default on AEX but google camera crashes. It's a hardware problem.
Click to expand...
Click to collapse
You sure? The default google camera port doesn´t work with our device, if it´s not moddified. You need to grab it from here: https://forum.xda-developers.com/oneplus-3/how-to/modded-google-camera-hdr-60fps-video-t3658552
I personally have this: https://drive.google.com/file/d/0ByQSZtXbeaVpUnJBQ2twWW1ucnM/view
The next time, you say that something is not working, just try once more. If you followed what I wrote, then you should have working camera2api.
The last pic, contains Footej Camera, where you can see that Camera2 API is correctly working. Other apps as FV-Cinema, Open Camera, etc can acces manual focus, exposure, .. too. Without problems
mariusfl0rian said:
You sure? You guys are coming here, without even trying what I wrote up there. This is disrespectful. The default google camera port doesn´t work with our device, if it´s not moddified. You need to grab it from here: https://forum.xda-developers.com/oneplus-3/how-to/modded-google-camera-hdr-60fps-video-t3658552
I personally have this: https://drive.google.com/file/d/0ByQSZtXbeaVpUnJBQ2twWW1ucnM/view
The next time, you say that something is not working, just try once more. If you followed what I wrote, then you should have working camera2api.
The last pic, contains Footej Camera, where you can see that Camera2 API is correctly working. Other apps as FV-Cinema, Open Camera, etc can acces manual focus, exposure, .. too. Without problems
Click to expand...
Click to collapse
It doesn't work. If Camera2API was working HDR+ would work. If you go into the settings of the camera port you posted it shows "no hdr+" and if you to try to change it the camera app gives an error and crashes. So no, it doesn't work.
bkores said:
It doesn't work. If Camera2API was working HDR+ would work. If you go into the settings of the camera port you posted it shows "no hdr+" and if you to try to change it the camera app gives an error and crashes. So no, it doesn't work.
Click to expand...
Click to collapse
Here
mariusfl0rian said:
Here
Click to expand...
Click to collapse
Doesn't work
bkores said:
Doesn't work
Click to expand...
Click to collapse
Maybe you don't know what camera2api is, or you messed something up on your device. Camera2api isn't about the HDR function on an ported Google camera. With the method I posted, I have full control of focus, iso, exposure and shutter speed. These settings work only if camera2api is enabled. Your "doesn't work" is unnecessary. I showed you more than once with proof, that this is working.
mariusfl0rian said:
Maybe you don't know what camera2api is, or you messed something up on your device. With the method I posted, I have full control of focus, iso, exposure and shutter speed. These settings work only if camera2api is enabled. Your "doesn't work" is unnecessary. I showed you more than once with proof, that this is working.
Click to expand...
Click to collapse
Here's my proof
bkores said:
Here's my proof
Click to expand...
Click to collapse
Have you installed the 3.5 version I posted earlier? Try footej camera and see if you have manual focus like me in the picture.
mariusfl0rian said:
Have you installed the 3.5 version I posted earlier? Try footej camera and see if you have manual focus like me in the picture.
Click to expand...
Click to collapse
I installed the modded camera from your post #6. When I start it without the prop added, the app crashes. After adding the prop and restarting, the app starts and I can switch to Nexus6 HdrPlusAuto. But then when I try to take a picture, the app crashes. I erased all app data and just tried to take a picture, and the app crashes.
I am on unofficial Resurrection Remix, August 11 build.
EDIT: after uninstall & reinstall, I can take pictures without HDR+. Once I activate HDR+, it crashes again.
piet8stevens said:
I installed the modded camera from your post #6. When I start it without the prop added, the app crashes. After adding the prop and restarting, the app starts and I can switch to Nexus6 HdrPlusAuto. But then when I try to take a picture, the app crashes. I erased all app data and just tried to take a picture, and the app crashes.
I am on unofficial Resurrection Remix, August 11 build.
EDIT: after uninstall & reinstall, I can take pictures without HDR+. Once I activate HDR+, it crashes again.
Click to expand...
Click to collapse
Thanks for your feedback. Here on my setup, HDR works too. I'm on Vertex + Hellsgate r2
mariusfl0rian said:
Thanks for your feedback. Here on my setup, HDR works too. I'm on Vertex + Hellsgate r2
Click to expand...
Click to collapse
Are you sure you aren't on the 3.6 version? That one seems to work just fine for me along with the magisk 60fps module. Currently on Vertex
swissdre said:
Are you sure you aren't on the 3.6 version? That one seems to work just fine for me along with the magisk 60fps module. Currently on Vertex
Click to expand...
Click to collapse
You are right, 3.6*
Not working for me either on rooted stock. Although the api shows as active, all Camera2 Api apps crash.
@mariusfl0rian
After some trial and errors I can confirm v36 with Magisk slow motion plugin is working.
Still some hick ups here and there but it is really working.
Thank you very much for your guide!
mariusfl0rian said:
Here you have, works on Vertex ROM. It would be appreciated if you guys report on which Rom it works.
Click to expand...
Click to collapse
What app is this?
SilentEYE said:
@mariusfl0rian
After some trial and errors I can confirm v36 with Magisk slow motion plugin is working.
Still some hick ups here and there but it is really working.
Thank you very much for your guide!
Click to expand...
Click to collapse
I appreciate your confirmation and I made this guide to help others. Hope that they know that camera2api is about manual, focus, exposure, shutter speed in apps like Open Camera and not if an ported APK like Google camera works or not.
borijess said:
What app is this?
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=pl.vipek.camera2_compatibility_test
First of all, this is not my work. You can find the devs behind this in the original thread: https://forum.xda-developers.com/redmi-note-3/themes/mod-updated-6-11-17-google-camera-hdr-t3701190
This are the camera apps I tried and found them to be the ones that had most features working. THESE WERE ALL TESTED ON THE STOCK ROM AND WITHOUT ROOT.
Asus Camera: All picture and recording modes work, but opening the settings page crashes the app. Normal picture and video quality.
HTC Camera: All modes work except for panoramic selfies. The settings page works. Normal picture and video quality.
Meizu Camera: Works flawlessly. Manual mode only has EV Bracket control. Normal picture and video quality.
Nokia Camera: Takes excellent pictures in my opinion. Slowmo video doesn't work and settings page is inaccessible. You're stuck taking 13MP pictures and recording 4K video.
OnePlus Camera: Works flawlessly. HDR doesn't seem to work. Manual mode fully working. The app has a sharpness setting mod available in the settings page. Good picture quality and superior video recording quality in my opinion.
Link removed
Edit: Forgot to mention the picture and video quality.
I want long exposure, more than 10 sec. Know an app (camera) with this function?
In G5 Plus, some Devs create libs to this...
joaonds said:
I want long exposure, more than 10 sec. Know an app (camera) with this function?
In G5 Plus, some Devs create libs to this...
Click to expand...
Click to collapse
The only camera app that I know for doing this is FV-5 Camera, but it's kind of a fake long exposure, i think it takes multiple pictures with the longest exposure available for your phone and then combines them. Try it and see if it's of use for you. You can find it in the PlayStore
Can anyone plzz help
I wanted to run Nokia ported camera on my device when i installed it got successfully installed but then it pops a message saying "can't connect to camera " can anyone plzz say what to do i desperately need nokia cam also can anyone suggest me with good camera if possible provide links thanks in advance
saitej teratipally said:
Can anyone plzz help
I wanted to run Nokia ported camera on my device when i installed it got successfully installed but then it pops a message saying "can't connect to camera " can anyone plzz say what to do i desperately need nokia cam also can anyone suggest me with good camera if possible provide links thanks in advance
Click to expand...
Click to collapse
This happens the first time you open the app, then you have to close it and open it again and it should be working.
AhReLocazo said:
This happens the first time you open the app, then you have to close it and open it again and it should be working.
Click to expand...
Click to collapse
I tried opening it several times but still it is not working
saitej teratipally said:
I tried opening it several times but still it is not working
Click to expand...
Click to collapse
That's weird, are you on any custom ROM? I'm using the stock ROM without root. If you are on a custom ROM or on another phone I can't do anything because you're in different conditions
AhReLocazo said:
That's weird, are you on any custom ROM? I'm using the stock ROM without root. If you are on a custom ROM or on another phone I can't do anything because you're in different conditions
Click to expand...
Click to collapse
You should make note these are tested on stock in the op.
This is xda - users running stock are probably the minority.
Phazmos said:
You should make note these are tested on stock in the op.
This is xda - users running stock are probably the minority.
Click to expand...
Click to collapse
Yeah you're right, I'll edit the first post. Sorry for the confusion!
can't connect to the camera
nokia camera error
Tachyonic007 said:
can't connect to the camera
nokia camera error
Click to expand...
Click to collapse
As I said before, these were tested on the Stock ROM and they worked, if you are on a stock ROM there's nothing I can do in order to fix any issue because I'm not the developer of these apps.
link not working? gives 404
ParaSpl01t said:
link not working? gives 404
Click to expand...
Click to collapse
Link removed, go to the original thread instead, it's the first link in the OP
I use Open Camera from Google Play Store