Skip to content
Snippets Groups Projects
  1. Apr 14, 2022
    • Mohamed Chibani's avatar
      SMH: fix check on buffer size · d940c725
      Mohamed Chibani authored
      The SHM buffer size might be slightly larger than the expected
      size due to 16-byte memory alignment used to create the SHM
      buffers.
      
      Gitlab: #731
      
      Change-Id: Ida174fd16698cdbe6b19ccfd3c0c266adad68fa2
      d940c725
  2. Apr 13, 2022
  3. Mar 08, 2022
    • Andreas Traczyk's avatar
      video: use QVideoSink/VideoOutput and QVideoFrame instead of QImage · e7cc0497
      Andreas Traczyk authored and Adrien Béraud's avatar Adrien Béraud committed
      Removes the rendermanager and framewrapper objects along with any
      QQuickPaintedItem-based QML render widget classes. This simplifies
      the video widget stack implementation.
      
      The new mechanism uses the VideoOutput component of QtMultimedia.
      By accessing the VideoOutput's QVideoSink object, we update the
      mapped buffer data of a sink's QVideoFrame when new frames are
      published. Updates to frames and component sink subscriptions are
      managed by a new class called VideoProvider.
      
      Gitlab: #500
      Also #536
      
      Change-Id: I2391a32294922ea435ab80ac1f876c004ff6c21e
      e7cc0497
Loading