hello, building opencv application.
i'm following instruction of link below.
https://github.com/garystafford/object- ... g-blogpost
had built project, according instruction
used execute application after cd right location.
application works when using ssh connect raspberry pi
also, built/compilied application via ssh, , it's works.
(i'm using os x, iterm 2)
when on lxterminal in raspberry pi, execute application
facing error:
tried locate libcvblob.so , found it's available.
, tried new ssh connect raspberry pi, , works too.
i'm following instruction of link below.
https://github.com/garystafford/object- ... g-blogpost
had built project, according instruction
used
code: select all
./cppappopencv
application works when using ssh connect raspberry pi
also, built/compilied application via ssh, , it's works.
(i'm using os x, iterm 2)
when on lxterminal in raspberry pi,
code: select all
./cppappopencv
facing error:
code: select all
error while loading shared libraries: libcvblob.so: cannot open shared object file: no such file or directory
tried locate libcvblob.so , found it's available.
, tried new ssh connect raspberry pi, , works too.
> tried locate libcvblob.so , found it's available.
available ?
little snippet guide linked relevant. "echo $ld_library_path" in each shell , see if there difference.
available ?
little snippet guide linked relevant.
code: select all
# optional - fixed problem app finding cvblob library when started echo 'export ld_library_path=/usr/local/lib:$ld_library_path' | sudo tee -a ~/.bashrc bash --login # or exit vm , log in
raspberrypi
Comments
Post a Comment