• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
UBports Robot Logo UBports Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

How to: test GStreamer-droid based camera support in Ubuntu Touch (for Halium 7.1 based port)

Scheduled Pinned Locked Moved OS
119 Posts 31 Posters 41.7k Views 13 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • W Offline
      walidham @peat_psuwit
      last edited by walidham 1 Dec 2020, 16:45 12 Jan 2020, 15:27

      @peat_psuwit
      i'm tried to remove the dependcies i ran this command

       patchelf --remove-needed "libjnigraphics.so" vendor/lge/v20-common/proprietary/lib/libfilm_emulation.so
      

      got this error

      E HAL     : dlopen failed: cannot locate symbol "android_getCpuFeatures" referenced by "/system/lib/libbwfocuspeaking.so"...
      

      This method android_getCpuFeatures i think its part from android NDK
      Edit : i found it in libskia.so extracted from stock rom

      nm -D libskia.so |grep android_getCpuFeatures
      002ffca8 T android_getCpuFeatures
      
      P 1 Reply Last reply 12 Jan 2020, 19:22 Reply Quote 0
      • P Offline
        peat_psuwit @ComLarsic
        last edited by 12 Jan 2020, 19:19

        @ComLarsic It's hard to revert changes made by lxc-android-config, one of the packages updated. It's cleaner to just re-install Ubuntu Touch. You can do that by using the UBports Installer or by running sudo system-image-cli -b 0 --progress dots from an ADB or SSH session (not in the terminal app though).

        What device are you testing with?

        C 1 Reply Last reply 12 Jan 2020, 19:35 Reply Quote 0
        • P Offline
          peat_psuwit @walidham
          last edited by 12 Jan 2020, 19:22

          @walidham Hmm, according to my research, android_getCpuFeatures is supposed to be compiled into the binary using it. If you can make it link to libskia.so (which seems to be available on normal Halium installation), then it might work. Also, seem like you'll have to remove libandroid.so too.

          W 1 Reply Last reply 12 Jan 2020, 19:28 Reply Quote 0
          • W Offline
            walidham @peat_psuwit
            last edited by 12 Jan 2020, 19:28

            @peat_psuwit
            Yes, android_getCpuFeatures i fount it builded in halium (libskia.so)
            and i added libskia.so to libbwfocuspeaking.so

            patchelf --add-needed "libskia.so" lib/libbwfocuspeaking.so
            

            Also i updated camera libs , got camera work.
            BUTTT
            Make photo work , not very good, but i can take photo.
            Video record no. I will investigate it more and return to you for HELLP
            Best Regards and thankouy

            1 Reply Last reply Reply Quote 0
            • C Offline
              ComLarsic @peat_psuwit
              last edited by 12 Jan 2020, 19:35

              @peat_psuwit i am testing with the oneplus3t, i guess i'll have to reinstall then.
              thanks for the help!

              1 Reply Last reply Reply Quote 0
              • W Offline
                walidham
                last edited by 13 Jan 2020, 07:13

                I removed both minimediaservice & miniafservice, camera don't work, got "Camera service not found", but the driver is loaded correctly and system detect 3 cameras.

                I think there is problem in sensor or sound, because got many errors in logcat.
                Also why /data/misc/media is empty, there is no media_codecs_profiling_results.xml.

                1 Reply Last reply Reply Quote 0
                • P Offline
                  pbt100
                  last edited by pbt100 21 Jan 2020, 07:42

                  Fixes video recording on garlic ,halium-7.1 with/without minimedia, miniaf and minisf services. For initial few shots from front camera were purple .

                  T 1 Reply Last reply 21 Jan 2020, 17:07 Reply Quote 0
                  • T Offline
                    tigerpro @pbt100
                    last edited by 21 Jan 2020, 17:07

                    @pbt100 interesting, does your device have a delayed wake from sleep as a result of no mediaservice? Somewhere along the line an update broke video recording on my device

                    Whether you think you can, or you can't, if you do not try, you will never truly know. So give it a Go.

                    P 1 Reply Last reply 23 Jan 2020, 21:13 Reply Quote -1
                    • P Offline
                      pbt100 @tigerpro
                      last edited by pbt100 23 Jan 2020, 21:13

                      @tigerpro minimediaservice was the last thing i added to the port to only fix wake lag and it broke bluetooth ,on mine, video recorder working with/without it though

                      1 Reply Last reply Reply Quote 0
                      • L Offline
                        Luksus
                        last edited by Luksus 2 Feb 2020, 19:27 2 Feb 2020, 19:12

                        Tested on FP2 -> works like a charm.
                        The execution of taking a photo is superfast now, compared to legacy-image. 👍
                        Rear-camera and capturing videos does work too.

                        Devices: BQ e4.5, Fairphone 2, Fairphone 3, Lenovo X605F, Pinephone, Moto Z2 Force, OnePlus5T

                        1 Reply Last reply Reply Quote 1
                        • P Offline
                          peat_psuwit
                          last edited by 3 Feb 2020, 18:30

                          @pbt100 @tigerpro The wake lag without minimediaservice should be fixed by including this commit into your Halium tree: https://github.com/Halium/android_frameworks_native/pull/6 (And if it works please add some voice to the PR. Thanks!)

                          @Luksus You've compiled Halium-7.1 image yourself? Also, is it with the old or new camera modules? I don't have new camera modules myself, so I would like to know how that works.

                          L E 2 Replies Last reply 3 Feb 2020, 19:37 Reply Quote 0
                          • L Offline
                            Luksus @peat_psuwit
                            last edited by 3 Feb 2020, 19:37

                            @peat_psuwit : yes I compiled it myself.
                            It is with the new camera module, I don't have the older one.
                            There is no HDR function as it used to be with the legacy-port, but I assume its just not implemented?!

                            So far, the camera-experience is way better, than with the legacy-port.

                            Devices: BQ e4.5, Fairphone 2, Fairphone 3, Lenovo X605F, Pinephone, Moto Z2 Force, OnePlus5T

                            T 1 Reply Last reply 4 Feb 2020, 01:28 Reply Quote 0
                            • T Offline
                              tigerpro @Luksus
                              last edited by 4 Feb 2020, 01:28

                              @Luksus I dont know of thats necessarily the case as the camera app on my note 4 has HDR available, I typically dont use it though

                              Whether you think you can, or you can't, if you do not try, you will never truly know. So give it a Go.

                              1 Reply Last reply Reply Quote 0
                              • E Offline
                                ernest
                                last edited by 4 Feb 2020, 07:00

                                @peat_psuwit
                                Some update, i've tried to follow your tchat with Walid on Telegram history.
                                See the logs :
                                https://paste.ubuntu.com/p/sYpS5cX6KT/
                                https://paste.ubuntu.com/p/qJ3rr62j9r/
                                https://paste.ubuntu.com/p/gnnW2pkf55/
                                https://paste.ubuntu.com/p/wxKK3krMzg/
                                https://paste.ubuntu.com/p/qD85477qRy/

                                Thanks

                                1 Reply Last reply Reply Quote 0
                                • L Offline
                                  Luksus
                                  last edited by 4 Mar 2020, 20:30

                                  Regarding video capturing (on FP2):
                                  After some seconds the image freezes and the app gets unresponsive.
                                  The Log says something like: "audio could not be recorded fast enough".

                                  If you stop the recording before freezing, the video gets saved correctly but with sound a little off the line.

                                  Devices: BQ e4.5, Fairphone 2, Fairphone 3, Lenovo X605F, Pinephone, Moto Z2 Force, OnePlus5T

                                  P 1 Reply Last reply 6 Mar 2020, 19:53 Reply Quote 0
                                  • E Offline
                                    Emphrath @peat_psuwit
                                    last edited by Emphrath 3 May 2020, 09:01 5 Mar 2020, 08:37

                                    @peat_psuwit up this thread, you said: "This patch is in the process of upstreaming, so soon you won't have to do this."
                                    Is it still something ? Or is it still to buggy to consider ? I mean the patch but also the halium 7 port as a whole. Thanks.

                                    P 1 Reply Last reply 6 Mar 2020, 19:46 Reply Quote 0
                                    • P Offline
                                      peat_psuwit @Emphrath
                                      last edited by 6 Mar 2020, 19:46

                                      @Emphrath Well, turns out that patch isn't needed anymore. I'll remove it from the instruction.

                                      E ? 2 Replies Last reply 6 Mar 2020, 21:06 Reply Quote 0
                                      • P Offline
                                        peat_psuwit @Luksus
                                        last edited by 6 Mar 2020, 19:53

                                        @Luksus Video recording works fine here on my FP2 with an old camera module. Could you please post the log? Follow the instruction above, but replace GST_DEBUG="droidcamsrc:4" to just GST_DEBUG="4".

                                        1 Reply Last reply Reply Quote 0
                                        • L Offline
                                          Luksus
                                          last edited by 6 Mar 2020, 20:46

                                          @peat_psuwit here is the log, I redirected it to a file with &>: https://paste.ubuntu.com/p/8Sy4gkzrDD/
                                          I have to say that I still have the manually patched Halium, if that is something we have to take into account.

                                          Devices: BQ e4.5, Fairphone 2, Fairphone 3, Lenovo X605F, Pinephone, Moto Z2 Force, OnePlus5T

                                          P 1 Reply Last reply 9 Mar 2020, 15:16 Reply Quote 0
                                          • E Offline
                                            Emphrath @peat_psuwit
                                            last edited by 6 Mar 2020, 21:06

                                            @peat_psuwit but it's still needed to compile halium manually, right ? This is not going in the next OTA I mean ?

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post