For the first option,
I keep getting an error when I run sudo apt-get update as shown below:
W: Failed to fetch http://ppa.launchpad.net/gillesg/ppa/ubuntu/dists/oneiric/mail/source/Sources
404 Not Found
W: Failed to fetch http://ppa.launchpad.net/gillesg/ppa/ubuntu/dists/oneiric/mail/binary-amd64/Packages
404 Not Found
E: W: Failed to fetch http://ppa.launchpad.net/gillesg/ppa/ubuntu/dists/oneiric/mail/binary-i386/Packages
404 Not Found
E: some index files failed to download. They have been ignored, or old
ones used instead.
Due to the above, ^^, I am unable to run a: sudo apt-get install
libv4l4j-java, successfully.
I tried the manual installation and i also met challenges as I ended
up in a dependency management circle. :(
Please, I would be glad to get help that would allow integrate v4l4j
to my java app and camera asap as I am in process of porting my app
from windows to the linux platform in a bid to promote usage of linux
os.
Regards.
Thanks,
Gilles
> --
> You received this message because you are subscribed to the Google Groups "v4l4j" group.
> To post to this group, send email to v4...@googlegroups.com.
> To unsubscribe from this group, send email to v4l4j+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/v4l4j?hl=en.
>
>
I have installed v4l4j in oneiric without problems. Just download the debs packages and install them from the terminal. Then copy libv4l4j.so to /usr/lib and do sudo ldconfig. Then copy v4l4j.jar to java_home/jre/lib/ext. I had to reebot before doing these steps and all works fine.
Greetings