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

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

      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
          }
      }
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes