Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Now download the latest version of the library (v4l4j-0.x.x.tar.gz) from the following link https://code.google.com/archive/p/v4l4j/downloads
  • Then go to the v4l4j directory (cd v4l4j-0.x.x) and start the build process by typing the command shown below
    On Raspbian Wheezy (Raspberry pi):
          JDK_HOME=/usr/lib/jvm/java-7-openjdk-armhf/ LIBPIXFC=pixfc-sse/libpixfc-sse-armv6l-hardfp.a ant clean all
    On Wheezy beta: (Raspberry Pi):
          JDK_HOME=/usr/lib/jvm/java-7-openjdk-armhf/ LIBPIXFC=pixfc-sse/libpixfc-sse-armv6l-softfp.a ant clean all
     On other environments setup:
          Setup JDK_HOME environment variable to your JDK path and do ant clean all

 If you get this error "error: libv4lconvert.h: No such file or directory" , type

...