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. How to display camera frame using QOpenGLWidget

How to display camera frame using QOpenGLWidget

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 398 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.
  • T Offline
    T Offline
    tushar
    wrote on 26 Jan 2016, 12:38 last edited by
    #1

    Hello,

    I am having Qt and Opengl ES2.0 Embedded application. I am using camera to detect face and eye and display it on central widget. To make processing better I have used opengl es2.0 but I am getting few errors for opengl functions.

    Below functions are not supported in QOpenGLWidget class.

    1. updateGL()
    2. glOrtho()
    3. glRasterPos2i()
    4. glDrawPixels()
    5. convertToGLFormat()

    Is there any way to integrate equivalent functions of above all using QOpenGLWidget class. If yes then let me know I will appreciate your help. Thanks in advance.

    Tushar Kachhadiya

    1 Reply Last reply
    0

    1/1

    26 Jan 2016, 12:38

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved