Package Details: linux-enable-ir-emitter 5.2.4-1

Git Clone URL: https://aur.archlinux.org/linux-enable-ir-emitter.git (read-only, click to copy)
Package Base: linux-enable-ir-emitter
Description: Enables infrared cameras that are not directly enabled out-of-the box
Upstream URL: https://github.com/EmixamPP/linux-enable-ir-emitter
Keywords: cameras infrared
Licenses: MIT
Conflicts: chicony-ir-toggle, linux-enable-ir-emitter-git
Submitter: renyuneyun
Maintainer: iyanmv
Last Packager: iyanmv
Votes: 8
Popularity: 0.004978
First Submitted: 2021-06-12 17:19 (UTC)
Last Updated: 2023-11-05 10:42 (UTC)

Pinned Comments

Latest Comments

1 2 3 Next › Last »

chenus commented on 2023-08-12 04:43 (UTC) (edited on 2023-08-12 04:47 (UTC) by chenus)

My computer cannot work with the latest version but version 4.1.5. Others who encounter difficulties may consider downgrading and modifying PKGBUILD.

ironveil commented on 2023-08-10 06:57 (UTC)

When installed from this package, it complains about the session DBus:

qt.qpa.theme.dbus: Session DBus not running.
qt.qpa.theme.dbus: Application will not react to setting changes.
 Check your DBus installation.

& refuses to register any key presses. When installed using the commands in the git repository, it works fine. Seems like some sort of install issue?

EmixamPP commented on 2023-01-07 20:49 (UTC)

I think a lot of dependencies are missing in the opencv package. And consequently, this has an impact on linux-enable-ir-emitter. I register the missing dependencies on https://github.com/EmixamPP/linux-enable-ir-emitter/wiki/Issues which are not directly due to my package.

Zepman commented on 2022-12-28 14:06 (UTC) (edited on 2022-12-28 14:07 (UTC) by Zepman)

This package misses dependencies:

glew

hdf5

Without these installed, compilation will fail after these warnings:

/usr/bin/ld: warning: libhdf5.so.200, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../lib/libopencv_hdf.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libGLEW.so.2.2, needed by /usr/lib/libvtkRenderingOpenGL2.so.1, not found (try using -rpath or -rpath-link)

Gerard67 commented on 2022-11-03 17:59 (UTC)

@zerodoom: same problem ; I did that

sudo pacman -S vtk

zerodoom commented on 2022-10-01 13:06 (UTC) (edited on 2022-10-01 13:08 (UTC) by zerodoom)

I'm getting a bunch of libopencv errors when building. I installed OpenCV but no dice.

Example: /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../lib/libopencv_viz.so: undefined reference to `vtkSmartPointerBase::vtkSmartPointerBase(vtkObjectBase*, vtkSmartPointerBase::NoReference const&)'

EmixamPP commented on 2022-08-18 19:25 (UTC)

@8d1h indeed, the binary requires this shared library, but I don't know why. I think this is a missing dependency of OpenCV (or a missing dependency of a dependency of OpenCV, etc.)

8d1h commented on 2022-08-16 02:02 (UTC)

Seems that jsoncpp is also a dependency.

# linux-enable-ir-emitter configure
INFO: Ensure to not use the camera during the execution.
INFO: Warning to do not kill the process !
/usr/lib/linux-enable-ir-emitter/driver/driver-generator: error while loading shared libraries: libjsoncpp.so.25: cannot open shared object file: No such file or directory

Supdrewin commented on 2022-07-05 14:47 (UTC)

@garabulho, fmt add now