error while loading shared libraries: libopencv_videoio.so.4.5d
See original GitHub issueIf you had ‘ERROR: Impossible to reset the control’ message, give the DEBUG info displayed
DEBUG:
Ouput of linux-enable-ir-emitter -v -d /dev/videoX configure
configure command output
**I am using video2 for this command**
/usr/lib/linux-enable-ir-emitter/driver/driver-generator: error while loading shared libraries: libopencv_videoio.so.4.5d: cannot open shared object file: No such file or directory
ERROR: The configuration has failed.
Output of v4l2-ctl --list-devices
Integrated Camera: Integrated C (usb-0000:00:14.0-7):
/dev/video0
/dev/video1
/dev/video2
/dev/video3
Ouput of v4l2-ctl -d /dev/videoX --list-formats-ext
v4l2 device output
**I am using video2 for this command**
ioctl: VIDIOC_ENUM_FMT
Type: Video Capture
[0]: 'GREY' (8-bit Greyscale)
Size: Discrete 360x360
Interval: Discrete 0.067s (15.000 fps)
Size: Discrete 640x360
Interval: Discrete 0.033s (30.000 fps)
Additional info
- Distro: Ubuntu
- Version: Focal Fossa (20.04 LTS)
- Version of linux-enable-ir-emitter: 4.2.1
- How did you install linux-enable-ir-emitter: PPA
Issue Analytics
- State:
- Created a year ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
openCV program compile error "libopencv_core.so.2.4 ...
You haven't put the shared library in a location where the loader can find it. look inside the /usr/local/opencv and /usr/local/opencv2 folders and...
Read more >"libopencv_core.so.3.2: cannot open shared object file: No ...
After I had compiled and built the lastest OpenCV from source, ... My error: error while loading shared libraries: libopencv_dnn.so.3.4: cannot open shared ......
Read more >error while loading shared libraries: libopencv_core.so.2.4
error while loading shared libraries: libopencv_core.so.2.4: cannot open shared. i added a file in : /etc/ld.config.so.d/. and named it : opencv.conf.
Read more >libopencv_core.so.3.1: cannot open shared object file
error while loading shared libraries: libopencv_core.so.3.1: cannot open shared object file: No such file or directory.
Read more >[Solved] cannot open shared object file Error in Ubuntu
One quick way to fix this “error while loading shared libraries” automatically is to use ldconfig. All you need to do is to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
From what I understand, I guess that opencv is waiting for access to /dev/video2, which freezes the process. The emitter works because it just found the right driver, but because opencv is stuck, it can’t ask the user if the driver works.
I will manually create the config file for you, in order to bypass test and the file generation. Please create the file
/etc/linux-enable-ir-emitter/video2
, which exactly contains :Then execute
sudo linux-enable-ir-emitter boot enable
. After that, everything should work like a charm !But I don’t understand why opencv works 6 times, but not the 7th time. For many reasons, I would like to use another library than opencv.
I’m gonna write for you the steps I made in order for you to make conclusions and stuff:
sudo linux-enable-ir-emitter configure
ffplay /dev/video2
and/orsudo howdy test
. It worked as intendedHopefully this help you understand my process