question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Install error + configuration failed

See original GitHub issue

Describe the bug

The following error is shown after running install.sh

install: cannot stat 'sources/autocomplete/%{name}': No such file or directory

Upon running sudo linux-enable-ir-emitter configure, the IR did not start flashing. I answered No about 10 times (and I don’t have 10 cameras) and each time got:

Ioctl error code: -1, errno: 84
Illegal byte sequence.
Did you see the ir emitter flashing (not just turn on) ? Yes/No ? No

I saw my regular camera indicator flash the last several times (but not the IR camera). How to reproduce

I followed the instructions from the readme (version b2172cf)

Additional info

  • Distro: Ubuntu
  • Version: 20.04.3 LTS x86_64 with 5.10.0-1051-oem kernel
  • Version of linux-enable-ir-emitter: 3.2.3
  • Version of python3: 3.8.10
  • How did you install linux-enable-ir-emitter: bash

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
williamd5commented, Nov 22, 2021

Here is the additional information:

`v4l2-ctl --list-devices`
Integrated Camera: Integrated C (usb-0000:00:14.0-1):
	/dev/video0
	/dev/video1
	/dev/video2
	/dev/video3

Utility was not initially installed. Upon installation of v4l-utils, I got sh: 0: getcwd() failed: No such file or directory after processing triggers.

`v4l2-ctl -d /dev/video0 --list-formats-ext`
ioctl: VIDIOC_ENUM_FMT
	Type: Video Capture

	[0]: 'MJPG' (Motion-JPEG, compressed)
		Size: Discrete 1280x720
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 320x180
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 320x240
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 352x288
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 424x240
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 640x360
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 640x480
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 848x480
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 960x540
			Interval: Discrete 0.033s (30.000 fps)
	[1]: 'YUYV' (YUYV 4:2:2)
		Size: Discrete 640x480
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 320x180
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 320x240
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 352x288
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 424x240
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 640x360
			Interval: Discrete 0.033s (30.000 fps)
		Size: Discrete 848x480
			Interval: Discrete 0.050s (20.000 fps)
		Size: Discrete 960x540
			Interval: Discrete 0.067s (15.000 fps)
		Size: Discrete 1280x720
			Interval: Discrete 0.100s (10.000 fps)
`/dev/video1`
ioctl: VIDIOC_ENUM_FMT
	Type: Video Capture
`/dev/video2` (I believe this is the IR camera)
ioctl: VIDIOC_ENUM_FMT
	Type: Video Capture

	[0]: 'GREY' (8-bit Greyscale)
		Size: Discrete 640x360
			Interval: Discrete 0.067s (15.000 fps)
			Interval: Discrete 0.033s (30.000 fps)
`/dev/video3`
ioctl: VIDIOC_ENUM_FMT
	Type: Video Capture
0reactions
williamd5commented, Nov 22, 2021

Yes, I think everything is working fine now as I was able to get Howdy (facial recognition software) to work with my IR camera

Read more comments on GitHub >

github_iconTop Results From Across the Web

install error "configuration failed for package sf #1316 - GitHub
installing the source package 'sf' trying URL 'https://cran.rstudio.com/src/contrib/sf_0.9-0.tar.gz' Content type 'application/x-gzip' ...
Read more >
"configuration failed for package <name>" - R
“ configuration failed ” usually means that the R package needs headers for some C libraries to be built. Check the output before...
Read more >
ERROR configuration failed for package RCurl during ...
You need Curl installed on your system. Try running this in a command line terminal: sudo apt-get install -y libcurl4-openssl-dev.
Read more >
Error 1603 installing the Configuration Manager client
Cause. This can occur if a previously failed installation of the Configuration Manager client left behind an IPI installer file (.ipi) in the...
Read more >
ERROR: configuration failed for package 'ragg' - Stack Overflow
The solution is in the log: Configuration failed to find one of freetype2 libpng libtiff-4. Try installing: * deb: libfreetype6-dev ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found