ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Vaibhav Usapkar
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    Vaibhav Usapkar

    @Vaibhav Usapkar

    0
    Reputation
    7
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Vaibhav Usapkar Unfollow Follow

    Latest posts made by Vaibhav Usapkar

    • Error while buiding Voxl2 PX4

      Hi

      I am followed the steps listed on voxl2-px4-build-guide.
      While doing so i am having error while executing "./build.sh" step.

      Please find the attached images of the error.
      build_error.png

      The directory to be listed is seen here listed in "ls" command

      listing.png

      @Chad-Sweet @Eric-Katzfey Am i missing some step here?

      posted in VOXL 2
      Vaibhav UsapkarV
      Vaibhav Usapkar
    • RE: gst-interpipe not getting installed

      Thanks for the response.
      It worked !!

      posted in VOXL 2
      Vaibhav UsapkarV
      Vaibhav Usapkar
    • gst-interpipe not getting installed

      Hi,
      @Chad-Sweet , @modaltb , @Eric-Katzfey
      I am trying to install the gst-interpipe in voxl2, I am following the steps as mentioned on their page (https://developer.ridgerun.com/wiki/index.php/GstInterpipe_-_Building_and_Installation_Guide).

      However it doesn't get build correctly and hence unable to use the gst-interpipe.

      Attaching Log files and some snapshots for your reference.
      Appreciate any support on this.

      make Log

      make all-recursive
      make[1]: Entering directory '/etc/gst-interpipe'
      Making all in gst
      make[2]: Entering directory '/etc/gst-interpipe/gst'
      make -C interpipe
      make[3]: Entering directory '/etc/gst-interpipe/gst/interpipe'
      make[3]: Nothing to be done for 'all'.
      make[3]: Leaving directory '/etc/gst-interpipe/gst/interpipe'
      Making all in interpipe
      make[3]: Entering directory '/etc/gst-interpipe/gst/interpipe'
      make[3]: Nothing to be done for 'all'.
      make[3]: Leaving directory '/etc/gst-interpipe/gst/interpipe'
      make[3]: Entering directory '/etc/gst-interpipe/gst'
      make[3]: Nothing to be done for 'all-am'.
      make[3]: Leaving directory '/etc/gst-interpipe/gst'
      make[2]: Leaving directory '/etc/gst-interpipe/gst'
      Making all in tests
      make[2]: Entering directory '/etc/gst-interpipe/tests'
      Making all in check
      make[3]: Entering directory '/etc/gst-interpipe/tests/check'
      make[3]: Nothing to be done for 'all'.
      make[3]: Leaving directory '/etc/gst-interpipe/tests/check'
      make[3]: Entering directory '/etc/gst-interpipe/tests'
      make[3]: Nothing to be done for 'all-am'.
      make[3]: Leaving directory '/etc/gst-interpipe/tests'
      make[2]: Leaving directory '/etc/gst-interpipe/tests'
      Making all in common
      make[2]: Entering directory '/etc/gst-interpipe/common'
      Making all in m4
      make[3]: Entering directory '/etc/gst-interpipe/common/m4'
      make[3]: Nothing to be done for 'all'.
      make[3]: Leaving directory '/etc/gst-interpipe/common/m4'
      make[3]: Entering directory '/etc/gst-interpipe/common'
      make[3]: Nothing to be done for 'all-am'.
      make[3]: Leaving directory '/etc/gst-interpipe/common'
      make[2]: Leaving directory '/etc/gst-interpipe/common'
      Making all in docs
      make[2]: Entering directory '/etc/gst-interpipe/docs'
      Making all in plugins
      make[3]: Entering directory '/etc/gst-interpipe/docs/plugins'
      make[3]: Leaving directory '/etc/gst-interpipe/docs/plugins'
      make[3]: Entering directory '/etc/gst-interpipe/docs'
      make[3]: Nothing to be done for 'all-am'.
      make[3]: Leaving directory '/etc/gst-interpipe/docs'
      make[2]: Leaving directory '/etc/gst-interpipe/docs'
      make[2]: Entering directory '/etc/gst-interpipe'
      make[2]: Leaving directory '/etc/gst-interpipe'
      make[1]: Leaving directory '/etc/gst-interpipe'


      sudo make install log

      Making install in gst
      make[1]: Entering directory '/etc/gst-interpipe/gst'
      Making install in interpipe
      make[2]: Entering directory '/etc/gst-interpipe/gst/interpipe'
      make[3]: Entering directory '/etc/gst-interpipe/gst/interpipe'
      make[3]: Nothing to be done for 'install-exec-am'.
      /bin/mkdir -p '/usr/lib/x86_64-linux-gnu/gstreamer-1.0'
      /bin/sh ../../libtool --mode=install /usr/bin/install -c libgstinterpipe.la '/usr/lib/x86_64-linux-gnu/gstreamer-1.0'
      libtool: install: /usr/bin/install -c .libs/libgstinterpipe.so /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstinterpipe.so
      libtool: install: /usr/bin/install -c .libs/libgstinterpipe.lai /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstinterpipe.la
      libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/lib/x86_64-linux-gnu/gstreamer-1.0

      Libraries have been installed in:
      /usr/lib/x86_64-linux-gnu/gstreamer-1.0

      If you ever happen to want to link against installed libraries
      in a given directory, LIBDIR, you must either use libtool, and
      specify the full pathname of the library, or use the '-LLIBDIR'
      flag during linking and do at least one of the following:

      • add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
        during execution
      • add LIBDIR to the 'LD_RUN_PATH' environment variable
        during linking
      • use the '-Wl,-rpath -Wl,LIBDIR' linker flag
      • have your system administrator add LIBDIR to '/etc/ld.so.conf'

      See any operating system documentation about shared libraries for
      more information, such as the ld(1) and ld.so(8) manual pages.

      make[3]: Leaving directory '/etc/gst-interpipe/gst/interpipe'
      make[2]: Leaving directory '/etc/gst-interpipe/gst/interpipe'
      make[2]: Entering directory '/etc/gst-interpipe/gst'
      make[3]: Entering directory '/etc/gst-interpipe/gst'
      make[3]: Nothing to be done for 'install-exec-am'.
      make[3]: Nothing to be done for 'install-data-am'.
      make[3]: Leaving directory '/etc/gst-interpipe/gst'
      make[2]: Leaving directory '/etc/gst-interpipe/gst'
      make[1]: Leaving directory '/etc/gst-interpipe/gst'
      Making install in tests
      make[1]: Entering directory '/etc/gst-interpipe/tests'
      Making install in check
      make[2]: Entering directory '/etc/gst-interpipe/tests/check'
      make[3]: Entering directory '/etc/gst-interpipe/tests/check'
      make[3]: Nothing to be done for 'install-exec-am'.
      make[3]: Nothing to be done for 'install-data-am'.
      make[3]: Leaving directory '/etc/gst-interpipe/tests/check'
      make[2]: Leaving directory '/etc/gst-interpipe/tests/check'
      make[2]: Entering directory '/etc/gst-interpipe/tests'
      make[3]: Entering directory '/etc/gst-interpipe/tests'
      make[3]: Nothing to be done for 'install-exec-am'.
      make[3]: Nothing to be done for 'install-data-am'.
      make[3]: Leaving directory '/etc/gst-interpipe/tests'
      make[2]: Leaving directory '/etc/gst-interpipe/tests'
      make[1]: Leaving directory '/etc/gst-interpipe/tests'
      Making install in common
      make[1]: Entering directory '/etc/gst-interpipe/common'
      Making install in m4
      make[2]: Entering directory '/etc/gst-interpipe/common/m4'
      make[3]: Entering directory '/etc/gst-interpipe/common/m4'
      make[3]: Nothing to be done for 'install-exec-am'.
      make[3]: Nothing to be done for 'install-data-am'.
      make[3]: Leaving directory '/etc/gst-interpipe/common/m4'
      make[2]: Leaving directory '/etc/gst-interpipe/common/m4'
      make[2]: Entering directory '/etc/gst-interpipe/common'
      make[3]: Entering directory '/etc/gst-interpipe/common'
      make[3]: Nothing to be done for 'install-exec-am'.
      make[3]: Nothing to be done for 'install-data-am'.
      make[3]: Leaving directory '/etc/gst-interpipe/common'
      make[2]: Leaving directory '/etc/gst-interpipe/common'
      make[1]: Leaving directory '/etc/gst-interpipe/common'
      Making install in docs
      make[1]: Entering directory '/etc/gst-interpipe/docs'
      Making install in plugins
      make[2]: Entering directory '/etc/gst-interpipe/docs/plugins'
      make[3]: Entering directory '/etc/gst-interpipe/docs/plugins'
      make[3]: Nothing to be done for 'install-exec-am'.
      (installfiles=echo ./html/*.sgml ./html/*.html ./html/*.png ./html/*.css;
      if test "$installfiles" = './html/.sgml ./html/.html ./html/.png ./html/.css';
      then echo '-- Nothing to install' ;
      else
      /bin/sh /etc/gst-interpipe/install-sh -d /usr/local/share/gtk-doc/html/gst-interpipe-1.0;
      for i in $installfiles; do
      echo '-- Installing '$i ;
      /usr/bin/install -c -m 644 $i /usr/local/share/gtk-doc/html/gst-interpipe-1.0;
      done;
      pngfiles=echo ./html/*.png;
      if test "$pngfiles" != './html/.png'; then
      for i in $pngfiles; do
      echo '-- Installing '$i ;
      /usr/bin/install -c -m 644 $i /usr/local/share/gtk-doc/html/gst-interpipe-1.0;
      done;
      fi;
      echo '-- Installing ./html/gst-interpipe-1.0.devhelp2' ;
      if test -e ./html/gst-interpipe-1.0.devhelp2; then
      /usr/bin/install -c -m 644 ./html/gst-interpipe-1.0.devhelp2
      /usr/local/share/gtk-doc/html/gst-interpipe-1.0/gst-interpipe-1.0.devhelp2;
      fi;
      /usr/bin/gtkdoc-rebase --relative --dest-dir= --html-dir=/usr/local/share/gtk-doc/html/gst-interpipe-1.0 || true ;
      fi)
      -- Installing ./html/
      .sgml
      -- Installing ./html/GstInterPipeIListener.html
      -- Installing ./html/GstInterPipeINode.html
      -- Installing ./html/GstInterPipeSink.html
      -- Installing ./html/GstInterPipeSrc.html
      -- Installing ./html/api-index-full.html
      -- Installing ./html/ch01.html
      -- Installing ./html/ch02.html
      -- Installing ./html/deprecated-api-index.html
      -- Installing ./html/gst-interpipe-GstInterPipe.html
      -- Installing ./html/index.html
      -- Installing ./html/object-tree.html
      -- Installing ./html/home.png
      -- Installing ./html/left-insensitive.png
      -- Installing ./html/left.png
      -- Installing ./html/right-insensitive.png
      -- Installing ./html/right.png
      -- Installing ./html/up-insensitive.png
      -- Installing ./html/up.png
      -- Installing ./html/style.css
      -- Installing ./html/home.png
      -- Installing ./html/left-insensitive.png
      -- Installing ./html/left.png
      -- Installing ./html/right-insensitive.png
      -- Installing ./html/right.png
      -- Installing ./html/up-insensitive.png
      -- Installing ./html/up.png
      -- Installing ./html/gst-interpipe-1.0.devhelp2
      make[3]: Leaving directory '/etc/gst-interpipe/docs/plugins'
      make[2]: Leaving directory '/etc/gst-interpipe/docs/plugins'
      make[2]: Entering directory '/etc/gst-interpipe/docs'
      make[3]: Entering directory '/etc/gst-interpipe/docs'
      make[3]: Nothing to be done for 'install-exec-am'.
      make[3]: Nothing to be done for 'install-data-am'.
      make[3]: Leaving directory '/etc/gst-interpipe/docs'
      make[2]: Leaving directory '/etc/gst-interpipe/docs'
      make[1]: Leaving directory '/etc/gst-interpipe/docs'
      make[1]: Entering directory '/etc/gst-interpipe'
      make[2]: Entering directory '/etc/gst-interpipe'
      make[2]: Nothing to be done for 'install-exec-am'.
      make[2]: Nothing to be done for 'install-data-am'.
      make[2]: Leaving directory '/etc/gst-interpipe'
      make[1]: Leaving directory '/etc/gst-interpipe'
      pic1.png

      pic2.png

      posted in VOXL 2
      Vaibhav UsapkarV
      Vaibhav Usapkar
    • RE: IMX412 full resolution support at 12MP not working

      Hi @modaltb any update regarding the full resolution at 12 MP.
      I want to try out 2x2 binning on the full resolution, IMX412 supports binning operation in one of its mode.
      How to perform this binning operation or enable this mode in IMX412?

      posted in Ask your questions right here!
      Vaibhav UsapkarV
      Vaibhav Usapkar
    • RE: multiple rtsp stream using voxl-streamer on same port ?

      @Eric-Katzfey launching with the command

      voxl-docker -i voxl-emulator

      posted in Ask your questions right here!
      Vaibhav UsapkarV
      Vaibhav Usapkar
    • RE: multiple rtsp stream using voxl-streamer on same port ?

      Hi @Eric-Katzfey, even after running "./install_build_deps.sh" command the issue persists.
      Do i need to change any paths or install these libraries what do you think ?

      Screenshot from 2023-02-13 11-29-20.png

      posted in Ask your questions right here!
      Vaibhav UsapkarV
      Vaibhav Usapkar
    • RE: multiple rtsp stream using voxl-streamer on same port ?

      @Eric-Katzfey Yes I have followed the instructions on that link but still the same error persists

      build.jpg

      posted in Ask your questions right here!
      Vaibhav UsapkarV
      Vaibhav Usapkar
    • RE: multiple rtsp stream using voxl-streamer on same port ?

      @Eric-Katzfey @Chad-Sweet @modaltb I tried to build the voxl-streamer code with some edits, However I am having some package locating errors encountered while building it as shown in below pic
      build.png
      I tried to locate the packages as shown below, but unable to locate it
      pkg_search.png

      Could you suggest what could be done here.

      posted in Ask your questions right here!
      Vaibhav UsapkarV
      Vaibhav Usapkar
    • multiple rtsp stream using voxl-streamer on same port ?

      @Chad-Sweet @modaltb @Alex-Gardner
      I have streamed 2 HiRes (IMX 412) video at 3840x2160 using voxl-streamer on 2 different URLs "rtsp://169.254.4.1:8900/live" & "rtsp://169.254.4.1:8901/live".
      Is it possible to stream 2 videos on same port say 8900 and just change /live1 and /live2 extension ?
      e.g stream 1=> rtsp://169.254.4.1:8900/live1
      stream 2=> rtsp://169.254.4.1:8900/live2

      posted in Ask your questions right here!
      Vaibhav UsapkarV
      Vaibhav Usapkar
    • RE: Error while running hello_hal3_video / hello_hal3_tof

      Thanks @Alex-Gardner. I was able to do the streaming over rtsp. However the video appears grainy as well tinted in color when viewed in VLC.
      ![alt text](fdb79480-1379-4177-9a5f-cf8168d694d9-image.png image url)

      Also, we would like to do binning operation on the video, could you give us pointers how to go about the same.

      posted in Ask your questions right here!
      Vaibhav UsapkarV
      Vaibhav Usapkar