0

I'm making an app that grabs a picture from a RaspPi camera using OpenCV.

But first time the app runs, I notice that it takes forever to load (or unload?) .so-files.

I get many lines like these in debug output:

=library-unloaded,id="/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22/sx330z.so",target-name="/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22/sx330z.so",host-name="/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22/sx330z.so",thread-group="i1"
=library-unloaded,id="/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22/sx330z.so",target-name="/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22/sx330z.so",host-name="/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22/sx330z.so",thread-group="i1"
=library-unloaded,id="/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22/sx330z.so",target-name="/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22/sx330z.so",host-name="/usr/lib/arm-=library-unloaded,id="/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22/sx330z.so",target-name="/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22/sx330z.so",host-name="/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22/sx330z.so",thread-group="i1"

What does it mean?

Can I make a minimal install of libgphoto2 that only has the RaspPi driver?

I tried moving some of the files so that they are not loaded, but I would like to understand why.

genpfault
  • 51,148
  • 11
  • 85
  • 139
Bjm
  • 113
  • 8

0 Answers0