It is a rectal pain to get the camera feature working. LightBurn is compiled against gstreamer 1.16 and glib 2.64.5 (?).
Here is how i did it:
1) Extract
gst-plugins-bad-1.16.2-9-x86_64.pkg.tar.zst
gst-plugins-bad-libs-1.16.2-9-x86_64.pkg.tar.zst
gst-plugins-base-1.16.2-2-x86_64.pkg.tar.zst
gst-plugins-base-libs-1.16.2-2-x86_64.pkg.tar.zst
gst-plugins-good-1.16.2-3-x86_64.pkg.tar.zst
gstreamer-1.16.2-2-x86_64.pkg.tar.zst
into some custom lightburnlibs folder.
2) Extract only libgio-2.0.so* from
glib2-2.64.5-1-x86_64.pkg.tar.zst
into the lightburnlibs folder.
3) Run lightburn with
LD_LIBRARY_PATH=lightburnlibs/usr/lib:$LD_LIBRARY_PATH GST_PLUGIN_SYSTEM_PATH=lightburnlibs/usr/lib/gstreamer-1.0 lightburn
Maybe this could be integrated into this install script or somewhere else. Took me a while to figure that out.
Pinned Comments
Draghi commented on 2025-06-15 14:54 (UTC) (edited on 2025-06-15 14:59 (UTC) by Draghi)
It is a rectal pain to get the camera feature working. LightBurn is compiled against gstreamer 1.16 and glib 2.64.5 (?).
Here is how i did it:
Maybe this could be integrated into this install script or somewhere else. Took me a while to figure that out.