kbarni / LCCV

LibCamera wrapper library for OpenCV
61 stars 30 forks source link

Error trying to run sample takevideo #18

Closed johncblacker closed 1 year ago

johncblacker commented 1 year ago

I'm trying to run the sample. I've compiled and linked it after building the liblccv.so but I get error:

./takevideo: error while loading shared libraries: liblccv.so: cannot open shared object file: No such file or directory

johncblacker commented 1 year ago

Forgot I had to run sudo ldconfig. Once I did that, sample worked fine...

johncblacker commented 1 year ago

Forgot to run ldconfig after building lccv. All good.