Dear Mr. Aleksy,
I am a student at Roger Williams University in Bristol, RI,
and I am trying to use your software to create a web
cam for a school project. I am just having trouble
installing the jvideo4linux software. I was wondering if it
has to be unbundled in a specific directory. Currently
when I try to run the test program that comes with the
software, I get an error that says, Exception in
thread "main" java.lang.UnsatisfiedLinkError: no ASV4L
in java.library.path
at java.lang.ClassLoader.loadLibrary
(ClassLoader.java:1403)
at java.lang.Runtime.loadLibrary0
(Runtime.java:788)
at java.lang.System.loadLibrary
(System.java:832)
at video_test.Video4Linux.
(Video4Linux.java:27)
at video_test.test.main(test.java:10)
I was hoping that you might be able to help me with this
problem. Thank you.
Jack Delehanty
Logged In: YES
user_id=694284
Hello Jack!
Sorry for responding so late.
Whatsever!
Your problem is that program can't locate shared library.
If you using bash use the following command:
export LD_LIBRARY_PATH=./:
or
export LD_LIBRARY_PATH=./:$LD_LIBRARY_PATH
to make shure that the library libASV4L.so to be searched in
current directory.
Also check that you'v unpacked the library to the current dir...
You may whish to recompile it with your local compiler.
Check please that Video For Linux is installed in your
system (do you have linux/videodev.h???)
See Video4Linux.java line 27 and the problem becomes obvious
for you ;)))
Feal free to contact me in case of more problems.
Alex.