Hi! I don't know why would you want to implement v4l in Java. Java is not really intended for image/video processing. I was working on the embedded vision project back in Spring. I did all the processing in C and use Java for control/user interface. In my project video camera was attached to the skiff (compaq personal server) board and communicated via TCP/IP with the Java client. The board would send processed video and receive commands, Java client would display received video, accept user input and send commands to the remote board. Hope that helps. Good luck with your project. -Alexander Gdalevich (SashaG@xxxxxxxxxxxxx) On Mon, 23 Oct 2000, Tobias Gogolin wrote: > I would like to do some experimentation with a v4l Source > Has anybody ever written or found a Java Native Interface Implementation of > the V4L interface > or those familiar with it is it possibly not even necessary and could be > done somehow with direct integration of C structures in Java ? > > thanks and cheers > > Tobias > > > > _______________________________________________ > Video4linux-list mailing list > Video4linux-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/video4linux-list >