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. Getting bytes from VideoOutput

Getting bytes from VideoOutput

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 481 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.
  • M Offline
    M Offline
    mynameisjohn
    wrote on last edited by
    #1

    Hello All,

    I'm using an extension of QVideoProbe haplessly stolen from this post (http://www.qtcentre.org/archive/index.php/t-57981.html) in an attempt to get QVideoFrames from my Camera. The difference between my code and his is that where he uses QMediaPlayer, I use QCamera.

    Now, I am able to handle the videoFrameProbed signal and determine there are NV_21 frames coming in (which is correct.) However, when I read the bytes per line field I get a 0, and when I try and actually access the frame reference passed by that signal segfault.

    What gives? Where is that data going, and why can't I access it?

    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