|
jv4linfo is a Java API that allows to query and control video4linux(two) devices
through the JNI. The data is organized in Java objects while trying to use the same
structure as the v4l/v4l2 API.
Currently it does not support capturing video, but it can be used to create a so-called
"panel" application, an application that controls a video device, such as selecting the
frequency of its tuner.
jv4linfo is under development and therefore incomplete and experimental. The existing
functionality should however work.
An example can be found
here
jv4linfo is licensed under the GNU General Public License.
If you have a suggestion or found a bug, please let me know.
|