Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. QtonPi
  4. Gstreamer installation in the cross compiler
Forum Updated to NodeBB v4.3 + New Features

Gstreamer installation in the cross compiler

Scheduled Pinned Locked Moved Solved QtonPi
3 Posts 2 Posters 1.2k Views 1 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.
  • P Offline
    P Offline
    pirates21
    wrote on last edited by pirates21
    #1

    Hello.
    I would like to display a camera image on raspbery. I think Gstreamer is a good solution for writing raspberry Pi 3 programs, I use kross compiler on a virtual machine (debian 9). I am using the qt creator environment. Can you tell me how to install Gstreamer in a cross compiler?

    1 Reply Last reply
    0
    • sierdzioS Online
      sierdzioS Online
      sierdzio
      Moderators
      wrote on last edited by
      #2

      You don't install anything into the cross compiler. What you do instead, is: install GStreamer on your raspberry pi, and then update the sysroot on your host PC. Then the cross-compiler takes the libraries from your sysroot and uses them during compilation.

      For example commands, see points 8 and 9 in this guide: https://wiki.qt.io/RaspberryPi2EGLFS

      Since this is a Qt forum, though, I'd rather advise you to simply use QtMultimedia (QCamera class, for example) to display the image. It uses Gstreamer internally.

      (Z(:^

      1 Reply Last reply
      1
      • P Offline
        P Offline
        pirates21
        wrote on last edited by
        #3

        @sierdzio said in Gstreamer installation in the cross compiler:

        Since this is a Qt forum, though, I'd rather advise you to simply use QtMultimedia (QCamera class, for example) to display the image. It uses Gstreamer internally.

        Thank you very much for the tip. I will try Qt Multimedia.

        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