Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. QT: Camera access from drop down button with pyqt5
Forum Updated to NodeBB v4.3 + New Features

QT: Camera access from drop down button with pyqt5

Scheduled Pinned Locked Moved Unsolved Qt for Python
2 Posts 2 Posters 142 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.
  • A Offline
    A Offline
    Adarshpandey
    wrote on 12 Jan 2023, 05:02 last edited by
    #1

    Hello,
    I am trying to access camera in a label from drop down button from USB WEBCAM but its given me a error:

    (python:22649): GLib-GObject-WARNING **: 18:29:54.843: cannot register existing type 'GdkDisplayManager'

    (python:22649): GLib-CRITICAL **: 18:29:54.843: g_once_init_leave: assertion 'result != 0' failed

    (python:22649): GLib-GObject-CRITICAL **: 18:29:54.843: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed

    (python:22649): GLib-GObject-WARNING **: 18:29:54.843: invalid (NULL) pointer instance

    (python:22649): GLib-GObject-CRITICAL **: 18:29:54.843: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

    (python:22649): GLib-GObject-WARNING **: 18:29:54.843: invalid (NULL) pointer instance

    (python:22649): GLib-GObject-CRITICAL **: 18:29:54.843: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

    (python:22649): GLib-GObject-WARNING **: 18:29:54.844: cannot register existing type 'GdkDisplay'

    (python:22649): GLib-CRITICAL **: 18:29:54.844: g_once_init_leave: assertion 'result != 0' failed

    (python:22649): GLib-GObject-CRITICAL **: 18:29:54.844: g_type_register_static: assertion 'parent_type > 0' failed

    (python:22649): GLib-CRITICAL **: 18:29:54.844: g_once_init_leave: assertion 'result != 0' failed

    (python:22649): GLib-GObject-CRITICAL **: 18:29:54.844: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed

    Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 12 Jan 2023, 20:28 last edited by
      #2

      Hi and welcome to devnet,

      You don't give enough details.

      What are you using ?
      Which version of Qt ?
      Which Linux distribution ?
      etc.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      1/2

      12 Jan 2023, 05:02

      • Login

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