Search results

  1. defcomg

    Post Video quality

    https://www.youtube.com/watch?v=Oa3TmWIXP0A panning could be smoother
  2. defcomg

    Thread [mod] force hdr10 recording

    Mod Force Camera To record in HDR10 Works for both main and uwa lens Must set HEVC codec Note------------------- It Breaks H264 Recording Made using .189 Libs be cautious when using it on other rom revisions causes camera preview to be in HDR so if you use stock cam what you see in preview...
  3. defcomg

    Post Uk shipping date?

    sheesh this my 3rd week waiting on gearbest im damn ready to cancel this order i can only imagine how you must feel
  4. defcomg

    Post Uk shipping date?

    also ordered from gearbest 04 July the long wait continues:silly:
  5. defcomg

    Post Please give the Stock Camera app of Asus Zenfone 6.

    https://github.com/TadiT7/asus_asus_i01wd_dump/tree/WW_Phone-user-9-PPR2.181005.003-16.1210.1904.115-0-release-keys/system/system/priv-app/AsusCamera
  6. defcomg

    Post GCAM for Nubia Red Magic 3?

    this is unused on new qualcomm soc's ie 7xx 845+ 670+ api2/hal3 is the default api
  7. defcomg

    Post [MOD] 4K 60/30FPS HDR10 Video Recording

    i see check in vendor/lib/camera/ for com.tuned.imx363.semco /liteon rename to .bak then use the com.tuned.imx363,sunny.bin from the zip if you happen to have liteon and semco or just com.tuned.imx363.bin rename the sunny tuned bin to match the one mi8 used so if its semco com.tuned.imx363_sunny...
  8. defcomg

    Post [MOD] 4K 60/30FPS HDR10 Video Recording

    can you attach a sample clip without processing from mi8
  9. defcomg

    Post [MOD] 4K 60/30FPS HDR10 Video Recording

    that indicates problem with tuning bin that's where the gamma and ccm's are stored
  10. defcomg

    Post [MOD] 4K 60/30FPS HDR10 Video Recording

    Mi8 F1, MIX3 share same hal so you just gotta rename the com.qti.tuned.imx363 bin to match mi8 tuned bin file name the rest should work ie camera.qcom.so and the two libmegface libs and libmediaplayerservice ---------- Post added at 05:50 PM ---------- Previous post was at 05:46 PM ----------...
  11. defcomg

    Post [MOD] 4K 60/30FPS HDR10 Video Recording

    If you use stock cam for more than video and do not know what HDR10 is this mod is probably not for you ---------- Post added at 02:31 AM ---------- Previous post was at 02:29 AM ---------- you could try camera.qcom.so from zip copy it manually to /vendor/lib/hw backup the original if cam...
  12. defcomg

    Post HDR10 No one talking.

    it's the fifth officially Sony XZ2,XZ3,G7,V40. 7th Unofficially F1,MIX3
  13. defcomg

    Post [MOD] [email protected] and [email protected] video recording

    There are some test footage but nothing special on here https://www.youtube.com/user/defcomk
  14. defcomg

    Post Best GCam (Google camera app) for the xz2c

    Yup it's in the same directory when you can try deleting camera.qcom.so see if camera starts up if it does then it's not using copied lib on the last lib it should have changed from full/limited to level 3
  15. defcomg

    Post Best GCam (Google camera app) for the xz2c

    Check if API level changes to 3 with this https://drive.google.com/file/d/1crOBFFg2CiPSlw8yVen1PcC2U4gSPQfo/view?usp=drivesdk Also attach chi.override from same directory
  16. defcomg

    Post Best GCam (Google camera app) for the xz2c

    Did you replace the camera.qcom.so lib ?
  17. defcomg

    Post Best GCam (Google camera app) for the xz2c

    Thanks copy this and overwrite the stock lib https://drive.google.com/file/d/1g2ePBO9zt57nKUNbwzrWf7BpzMal8yDr/view?usp=drivesdk After reboot run this https://play.google.com/store/apps/details?id=com.camera2.test And post the output from it FcukBloat
  18. defcomg

    Post Best GCam (Google camera app) for the xz2c

    Anybody with a rooted device can zip and camera.qcom.so from /vendor/lib/hw
  19. defcomg

    Post Three word story

    everyday i do
  20. defcomg

    Post Google camera mod (UPDATE)

    i see whats happening by default on qcom devices the color correction matrix for raw/dng is calculated using Srgb Matrix separate from the used for isp on google and lge devices this matrix contains data the rest of the devices do not and values used are 1.0f . the formula multiplies RGGB...
  21. defcomg

    Post HTC Flagships - Mega Tech Discussion Thread [ HTC One | HTC 10 | U11 / U11+ | U12+]

    i thought i was only gonna watch the first few mins but watched the entire video think i might download it
  22. defcomg

    Post [GCam] OnePlus 6 / 6T

    Kill that dynamic black don't think that has ever worked correctly on any device it has to be exactly 64 if you go higher image starts turning green the only time black level starts to shift is when analog iso value is reached and digital iso is used
  23. defcomg

    Post [GCam] OnePlus 6 / 6T

    Black in shadows is black level being too low . The camera libs return 63 but in the raw tuning for imx519 the bin file 12bit pedastal correction black value is at 256 meaning it's 64 when HDR+ stacks and upcast data to 14bit 64 becomes 1008 instead of 1024 TL;DR op6 black level needs to be...
  24. defcomg

    Post [GCam] OnePlus 6 / 6T

    Fixes WB Issue on S9 goes in cok.smali gcam 5.1.018***4271 .method public static a(Liic;Lgdq;)Lcom/google/googlex/gcam/AwbInfo; .locals 10 const/4 v6, 0x4 new-instance v3, Lcom/google/googlex/gcam/AwbInfo; invoke-direct {v3}, Lcom/google/googlex/gcam/AwbInfo;-><init>()V...
  25. defcomg

    Post [GCam] OnePlus 6 / 6T

    I think qcom messed up the RGB2Xyz translation or the camera.qcom.so still in development I think it's Sending RGB Color Correction Matrix instead XYZ CIE, also the illuminant used Are Standard A and D55 instead of the Usual Standard A and D65 . You could try using hardcoded color correction...
  26. defcomg

    Post [GCam] OnePlus 6 / 6T

    Try swap isp R and B value in RGGB Gains and neutral color point someone sent me op6 raw from gcam checked it seems R is in B's place and vice versa
  27. defcomg

    Post [GCam] OnePlus 6 / 6T

    yup green gains should always remain at 1 Sample from imx362 /*********************************************************************/ // Feature name: Manual white balance gains for both // snapshot and viewfinder...
  28. defcomg

    Post [Camera][MOD][2.2.2016][MORE DETAIL, MORE LIGHT][MM base][AROMA][ONLY OP DISCOUNTED]

    There's a better way where you could probably adjust noise reduction to taste it requires proprietary software from Qualcomm dunno if I should share on xda if only XDA had a private section
  29. defcomg

    Post [MOD] "FIX" for GoogleCamera HDR+ and dark/greenish RAW images on OOS-5.0 and up

    Could you share a DNG raw image with green tint
  30. defcomg

    Post [MOD][Camera][Lib] Front Camera HDR+ Fix

    https://www.celsoazevedo.com/files/android/f/defcomg_imx371.mp4 https://www.celsoazevedo.com/files/android/f/defcomg_imx179.mp4 Links hosted by S4turno
  31. defcomg

    Post Google Camera HDR+

    lib is required :crying:
  32. defcomg

    Post [GCam] [Wide Angle] LG G5,LG G6,LG V20,LG V30 - v4.2

    No I don't a possible perhaps less stressful solution is to make a static utility class that returns camera id all you give it the device orientation so if device is being help in portrait and you tap on camera switch button uses front if device is held in landscape uses wide angle
  33. defcomg

    Post [APP][FEEDBACK] Arnova8G2's Google Camera Port

    if it's using ideal raw format it has already had black correction maybe try setting black level to 0 to fix the "greenish image " also possible to disable lens roll-off correction it might be applied twice
  34. defcomg

    Post [APP][FEEDBACK] Arnova8G2's Google Camera Port

    Has it been confirmed to be working?
  35. defcomg

    Post [MOD][Camera][Lib] Front Camera HDR+ Fix

    Magisk module For OP3 / 3T Nougat
  36. defcomg

    Post Google Camera with HDR+ comparison and thoughts

    Attach libmmcamera_imx362_htc.so from your current rom
  37. defcomg

    Post [MOD][Camera][Lib] Front Camera HDR+ Fix

    OP5/5T Workaround is to use 4MP binned mode Pro better Low Light - no weird image ? Con Less Spatial resolution
  38. defcomg

    Post [MOD][Camera][Lib] Front Camera HDR+ Fix

    Try logcat front HDR+ with stock lib on the 3T crash was because couldn't find stream in the sensor lib there are flags that show what each resolution/mode does or what it's restricted to ie mode 01 is normal multi purpose 02 is HFR there's preview mode sensor HDR etc not sure what mode 10 is...
  39. defcomg

    Post [MOD][Camera][Lib] Front Camera HDR+ Fix

    As I understand it has something Todo with 01-31 00:34:27.128 E/BufferQueueProducer(642) I also have a similar worser bug on the Moto G5 plus after using Gcam api2 video is broken and FC's every app and using ZSL breaks every api1 only way to fix is to reboot. It seems like the buffer doesn't flush
  40. defcomg

    Post [MOD][Camera][Lib] Front Camera HDR+ Fix

    It's not a magisk zip extract .so file and try
  41. defcomg

    Post [MOD][Camera][Lib] Front Camera HDR+ Fix

    OP5/5T Test Test Fix for the Op5/5T FRONTCAM_PORTRAIT_FIX_OP5T.zip - Magisk
  42. defcomg

    Post [MOD][Camera][Lib] Front Camera HDR+ Fix

    Hmm this might need logs but you can do this Add these to build.prop persist.camera.cafscan=5 persist.camera.hal.debug=5 persist.camera.q3a.debug=5 persist.camera.sensor.debug=5 persist.camera.stats.aec.debug=5 persist.camera.stats.q3a.debug=5 Reboot Download Terminal Emulator from...
  43. defcomg

    Thread [MOD][Camera][Lib] Front Camera HDR+ Fix

    This fixes the crash that happens when switching to the front facing camera in Google Camera. Tested on Stock oxygen Oreo rom Root required attached two files one magisk other just contains the lib to be copied with a file manager to /system/vendor/lib FRONTCAM_PORTRAIT_FIX_OP3T[1].zip -...
  44. defcomg

    Post Google Camera with HDR+ comparison and thoughts

    I don't think changes will be that drastic but with those files hdr+ should look identical to the pixel2 color noise sharpness etc
  45. defcomg

    Post Google Camera with HDR+ comparison and thoughts

    Try the Chromatix without libmmcamera_imx362 I got it of viper 1.8 rom
  46. defcomg

    Post Google Camera with HDR+ comparison and thoughts

    Did you set correct file permission rw-r-r usually that breaks the cam
  47. defcomg

    Post Google Camera with HDR+ comparison and thoughts

    I don't have a U11 but I have motoG5+ the pixel calibration work good on it I don't use neither of those Gcams I use my own mod without all those settings I just have burst images set to 30 . And yeah root is required ---------- Post added at 05:20 AM ---------- Previous post was at 05:08 AM...