EmixamPP / linux-enable-ir-emitter

Provides support for infrared cameras that are not directly enabled out-of-the box.
MIT License
242 stars 21 forks source link

The configuration has failed. #51

Closed MokaCubrew closed 3 years ago

MokaCubrew commented 3 years ago

After installing linux-enable-ir-emitter, I entered the following for setting, but an unknown error occurred.

$ sudo linux-enable-ir-emitter -v configure
[ WARN:0] global /build/opencv/src/opencv-4.5.4/modules/videoio/src/cap_gstreamer.cpp (1100) open OpenCV | GStreamer warning: Cannot query video position: status=0, value=-1, duration=-1
Did you see the ir emitter flashing (not just turn on) ? Yes/No ? No
INFO: Warning to do not kill the processus !
ERROR: The configuration has failed.
INFO: Do not hesitate to open an issue on GitHub ! https://github.com/EmixamPP/linux-enable-ir-emitter

I remember having the same problem a while ago when another device(iPhone) was connected via USB, but this time it doesn't seem to be the problem because there is no connection except for the power line.

PS. I accidentally found out that there is no 'lsusb' command, installed usbutils(ArchLinux) and tried it, and confirmed that it works.

EmixamPP commented 3 years ago

I will add usbutils to the PKGBUILD. So if I understand, there is no remeaning problem ?

MokaCubrew commented 3 years ago

Ah, yes. Thank you for allowing us to live a convenient Linux life.