Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Approach for a museum video player and selector
QtWS25 Last Chance

Approach for a museum video player and selector

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
videomuseumquickqmlselector
4 Posts 3 Posters 1.8k Views
  • 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.
  • Z Offline
    Z Offline
    zoulock
    wrote on last edited by
    #1

    I've been asked to do a UI for a video selector in a museum. There would be a big screen in which a video is played, and a little tactile monitor with which people would interact by touching one of the thumbnails of the videos, and these are played on the big screen. I've thought about building it using Qt quick, but I've got no previous experience with it, and I'm a little lost.
    I have little UI design background, but I know some C++, so I decided to build it with Qt. What direction should I take in order to build it?

    1 Reply Last reply
    0
    • P Offline
      P Offline
      patrik08
      wrote on last edited by patrik08
      #2

      Hi.... depends on where everything system has to run..
      Window/Linux/mac tablet..
      media file for intranet is normal in a intranet server... RTSP/RTP streaming ... or webdav dir... and a remote xml file to reference file e other on supported language file link all media video or image slide + music
      Most compatible, to separate UI & C++ library..
      on QML QT5 I have seen is like HTML code & javascript and all i possibel to port in mobile device .. or tablet for ...
      also 1 video & 5 or + language audio
      try to build on cmake the qtmodule https://github.com/wang-bin/QtAV this can do a simple job for you.... like Subtitle track select ....

      1 Reply Last reply
      0
      • GrecKoG Offline
        GrecKoG Offline
        GrecKo
        Qt Champions 2018
        wrote on last edited by
        #3

        @zoulock said in Approach for a museum video player and selector:

        I have little UI design background, but I know some C++, so I decided to build it with Qt. What direction should I take in order to build it?

        Play with Qt and some UI in QML, try the examples, experiment by yourself...
        Then do the software, I don't see much hard to to overcome difficulties in your project. You'll just have to learn and do the work.

        Qt Quick seems like a good fit for this. If I were asked to write your project, that's what I would choose at least.

        Z 1 Reply Last reply
        1
        • GrecKoG GrecKo

          @zoulock said in Approach for a museum video player and selector:

          I have little UI design background, but I know some C++, so I decided to build it with Qt. What direction should I take in order to build it?

          Play with Qt and some UI in QML, try the examples, experiment by yourself...
          Then do the software, I don't see much hard to to overcome difficulties in your project. You'll just have to learn and do the work.

          Qt Quick seems like a good fit for this. If I were asked to write your project, that's what I would choose at least.

          Z Offline
          Z Offline
          zoulock
          wrote on last edited by
          #4

          @GrecKo thanks for your comment. I've managed to create the window in which people would touch the video, but I'm not sure how to make the player. I've seen there is a library, Qt media, but I don't really know how to bind it with the other screen.

          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