You are not logged in.

#1 2024-08-25 19:56:54

flatmoll
Guest

[SOLVED] V4L2 Utilities on Qt6 / Gtk3

I have standard Qt5 V4L2 testing and capture utilities.
qt5-base was removed due to it serving only one utility.
Doubtful for Qt6, but maybe these utilities are available in Gtk3 variant?
If no, will removal of these utilities affect the video camera driver?
Not an urgent issue. Thank you.

Edit: I did not find an answer on the web.

Last edited by flatmoll (2024-08-26 19:26:03)

#2 2024-08-26 10:51:18

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,236

Re: [SOLVED] V4L2 Utilities on Qt6 / Gtk3

qt5-base is a makedepend for v4l2-utils, but at runtime only an optional depend .

 qt5-base (optional) - for qv4l2 and qvidcap

Do you or some of your applications need those commands ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2024-08-26 13:21:41

flatmoll
Guest

Re: [SOLVED] V4L2 Utilities on Qt6 / Gtk3

Lone_Wolf wrote:

qt5-base is a makedepend for v4l2-utils, but at runtime only an optional depend .

 qt5-base (optional) - for qv4l2 and qvidcap

Do you or some of your applications need those commands ?

$ qv4l2
qv4l2: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory

I would like to know whether it is possible to get Gtk3 / Qt6 client or remove GUI client and use just v4l2-ctl.

Edit: As I understand, these Qt5 apps are packaged together with v4l2-utils and there is no way to remove only GUI part.

Last edited by flatmoll (2024-08-26 13:27:49)

#4 2024-08-26 17:32:43

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,880

Re: [SOLVED] V4L2 Utilities on Qt6 / Gtk3

Just resist the urge to run qv4l2?

Offline

#5 2024-08-26 19:25:41

flatmoll
Guest

Re: [SOLVED] V4L2 Utilities on Qt6 / Gtk3

Ok smile
Closing thread.

#6 2024-08-27 07:47:41

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,880

Re: [SOLVED] V4L2 Utilities on Qt6 / Gtk3

FWIW... qv4l2 would have qt6 support https://git.linuxtv.org/v4l-utils.git/c … a7671a6433 -- so you might want to consider opening a bug report/feature request on the v4l2-utils package to switch the build to qt6

Offline

#7 2024-08-27 13:13:33

flatmoll
Guest

Re: [SOLVED] V4L2 Utilities on Qt6 / Gtk3

That's great, thanks.

Board footer

Powered by FluxBB