Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Screencating from IMX6 to Ubuntu PC through network
Forum Updated to NodeBB v4.3 + New Features

Screencating from IMX6 to Ubuntu PC through network

Scheduled Pinned Locked Moved General and Desktop
qt 5.5gstreamer1.0ubuntu 14.04imx6
2 Posts 2 Posters 1.6k Views 2 Watching
  • 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.
  • L Offline
    L Offline
    lalvishnu12
    wrote on last edited by lalvishnu12
    #1

    Hi,

    How can we do screen cast from the IMX6 screen to Ubuntu PC through network?

    I tried the gstreamer commands in ubuntu and the screencasting working perfectly in localhost. I used the following commands,

    Server Side : -
    gst-launch-1.0 -v ximagesrc ! videoconvert ! video/x-raw,format=I420 ! jpegenc ! rtpjpegpay ! udpsink host=127.0.0.1 port=5555

    Client Side : -
    gst-launch-1.0 udpsrc port=5555 ! application/x-rtp, encoding-name=JPEG,payload=26 ! rtpjpegdepay ! jpegdec ! xvimagesink

    But in Imx6 the "ximagesrc" is not present. Is there any source element that support screencasting in IMX6?

    Is there any other method to do screencast from target to PC ? Please help.

    Thanks

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      It depends partly on what you use on your board, do you have a X server running ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved