Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Android blacklist, QVideoFrame to QImage convertion.
Forum Updated to NodeBB v4.3 + New Features

Android blacklist, QVideoFrame to QImage convertion.

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 418 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.
  • S Offline
    S Offline
    Sriep
    wrote on last edited by
    #1

    I am trying to write a camera app, and am using QVideoFilterRunnable::run to modify the camera feed.

    On Android, I cannot seem to get a QImage object from the QVideoFrame object. I have tried using

    QImage(uchar *data, int width, int height, Format format)

    #include "rgbframehelper.h"
    QImage imageWrapper(const QVideoFrame &frame)

    neither works. I am testing with an android with a Mali-T720 which I have found out seems to be on some blacklist.

    Anyway, I thought I would try testing on an Android that is not on the blacklist. To see if that is the problem.

    So can anyone point me to this 'blacklist', and also suggest any solution to this problem I might have overlooked. (Everything works on Desktop of course)

    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