Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-5147

Add property editor sheets and item library entries for Multimedia.

    XMLWordPrintable

Details

    • User Story
    • Resolution: Done
    • P2: Important
    • None
    • None
    • All Other Issues
    • None
    • QDS 2D - 2021 Week 39/40

    Description

      For starters, we should start with simple Video and Audio playback.

      https://doc-snapshots.qt.io/qt6-dev/qtmultimedia-index.html

      Audio:

      MediaPlayer {
          id: playMusic
          source: "music.wav"
          audioOutput: AudioOutput {}
      }
      
      Video {
          id: video
          width : 800
          height : 600
          source: "video.avi"
      }
      

      Strech goal Camera:

      VideoOutput {
         id: videoOutput
          anchors.fill: parent
          CaptureSession {
              camera: Camera {
                  id: camera
                  focusMode: Camera.FocusModeAutoNear
                  customFocusPoint: Qt.point(0.2, 0.2) // Focus relative to top-left corner
              }
              videoOutput: videoOutput
          }
      }
      

      Attachments

        Issue Links

          Activity

            People

              henning Henning Gründl
              thohartm Thomas Hartmann
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: