I\'m trying to dynamically load a camera library .so file into a Linux executable to gain access to simple camera functions.
I\'m attempting to do this by:
In your source code for libCamera.so, you have unresolved external symbol. It means that type_infoE have no definition in your source code and should be resolved.
type_infoE