Announcement

Collapse
No announcement yet.

Webcamoid fails to run

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [Software] Webcamoid fails to run

    Webcamoid won't run, giving the following error message on the CLI:

    [2025-08-27 07:54:18.565, Webcamoid, 0x728812837c80, (0)]...
    warning: QQmlApplicationEngine f
    ailed to load component
    warning: qrc:/Webcamoid/share/qml/main.qml:522:5: Type MainPanel unavailable
    warning: qrc:/Webcamoid/share/qml/MainPanel.qml:106:9: Type VideoOptions unavailable
    warning: qrc:/Webcamoid/share/qml/VideoOptions.qml:62:9: Type VideoOutputs unavailable
    warning: qrc:/Webcamoid/share/qml/VideoOutputs.qml:24:1: module "Qt.labs.settings" is not installed


    ​How do I fix this?

    #2
    I can confirm. My HP Pavilion G7-1070us laptops webcam is identified by lsusb as a Chicony Electronics Co., Ltd HP Integrated Webcam. After installing Webcamoid, when launched, it failed. In my case, this is the pertinent output when webcamoid is launched from the CLI:
    Code:
    [2025-08-27 11:51:00.419, Webcamoid, 0x78853f63bc80,  (0)] info: Plugin file pattern:  "lib*.so"
    [2025-08-27 11:51:00.420, Webcamoid, 0x78853f63bc80,  (0)] info: Search paths:
    [2025-08-27 11:51:00.420, Webcamoid, 0x78853f63bc80,  (0)] info:      "/usr/lib/x86_64-linux-gnu/qt/plugins/avkys"
    [2025-08-27 11:51:00.420, Webcamoid, 0x78853f63bc80,  (0)] info: Plugin links:
    [2025-08-27 11:51:00.420, Webcamoid, 0x78853f63bc80,  (0)] info:      "VideoSink/VirtualCamera/Impl/*" -> "VideoSink/VirtualCamera/Impl/v4l2loopback"
    [2025-08-27 11:51:00.535, Webcamoid, 0x78853f63bc80,  (0)] warning: QQmlApplicationEngine failed to load component
    [2025-08-27 11:51:00.535, Webcamoid, 0x78853f63bc80, main.qml (522)] warning: qrc:/Webcamoid/share/qml/main.qml:522:5: Type MainPanel unavailable
    [2025-08-27 11:51:00.536, Webcamoid, 0x78853f63bc80, MainPanel.qml (106)] warning: qrc:/Webcamoid/share/qml/MainPanel.qml:106:9: Type VideoOptions unavailable
    [2025-08-27 11:51:00.536, Webcamoid, 0x78853f63bc80, VideoOptions.qml (62)] warning: qrc:/Webcamoid/share/qml/VideoOptions.qml:62:9: Type VideoOutputs unavailable
    [2025-08-27 11:51:00.536, Webcamoid, 0x78853f63bc80, VideoOutputs.qml (24)] warning: qrc:/Webcamoid/share/qml/VideoOutputs.qml:24:1: module "Qt.labs.settings" is not installed
    
    ​
    The application execution halts after displaying the last line above. It says that the module "Qt.labs.settings" is not installed, but that isn't true.

    A Google search on Webcamoid warning: qrc:/Webcamoid/share/qml/VideoOutputs.qml:24:1: module "Qt.labs.settings" is not installed finds this:

    Debian Bug report logs #1089101 webcamoid: Webcamoid fails to run (https://bugs-devel.debian.org/cgi-bi...gi?bug=1089101)

    The 'fix' is to install package qml6-module-qt-labs-settings (sudo apt install qml6-module-qt-labs-settings)

    I did this then launched the app. It works.

    I've reported this 'bug'. See https://github.com/webcamoid/webcamoid/issues/761
    Last edited by Snowhog; Today, 11:45 AM.
    Windows no longer obstruct my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment

    Users Viewing This Topic

    Collapse

    There are 0 users viewing this topic.

    Working...
    X