Hirdetés

Új hozzászólás Aktív témák

  • Víz Elek

    senior tag

    Sziasztok!

    Abban szeretném segítségetek kérni, hogy szeretném használni az L camera nevezetű programot, de úgy, hogy működjön rajta a 4k felvétel, és a 60-120 fps is.

    De ehhez módosítani kellene néhány dolgot a készüléken.

    60/120 FPS Recording

    First, see pkmx/lcamera#4 about limitations of this modification. This modification is only available for Nexus 5.

    To enable 60/120fps recording, the system library /system/lib/libmmcamera_imx179.so needs to be replaced with a modified version. The following is a simplified walkthrough of the process. Note that this is a very hacky solution and I'm not responsible for any damages done to your system or device. Approach at your own risk and make sure you understand what you are doing.

    You must have root access and busybox installed on your Nexus 5. (The latter is not strictly required, but makes the process easier as it provides install and killall.)
    Download the libmmcamera_imx179_lrx21o_60hz.so or `libmmcamera_imx179_lrx21o_120hz.so from the release page and transfer it to the device. (The following assumes that it is located in /sdcard/.)
    Launch a root shell.
    Make a backup of the original library first: cp /system/lib/libmmcamera_imx179.so /sdcard/libmmcamera_imx179_original.so
    Run mount -o remount,rw /system to re-mount the /system partition for read-write.
    Replace the library: install -m644 /sdcard/libmmcamera_imx179_lrx21o_60hz.so /system/lib/libmmcamera_imx179.so (Replace 60hz with 120hz if you downloaded the 120fps one.)
    Run mount -o remount,ro /system to re-mount /system as read-only again.
    Restart both the camera daemon and media server: killall mm-qcamera-daemon mediaserver

    The camera should now be able to record at 60/120 fps and you can choose 60/120fps options in the settings menu on L Camera. All other camera apps will most likely be broken at this point. If you want to undo the modification, simply redo step 5~8 and copy the original library you backup-ed in step 4 instead.

    For details about the library modification and a utility to patch your own, see contents of the libmmcamera_imx179_mod directory.

    Addig eljutottam, hogy telepítettem a busybox-ot (pro verzió), majd installálta az alkalmazáson belüli dolgokat, majd ezután akadtam el, hogy fájlt kell cserélni, stb..
    Melyik programmal lehet fájlokat cserélni a systemben?

    Esetleg ha valaki csinált már ilyet, és leírná lépésről-lépésre a folyamatot, annak örülnék! :)

    Köszönöm! :R

    Samsung S9

Új hozzászólás Aktív témák