Alessio Caiazza is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

nolith / CaptureMJPEG http://capturemjpeg.lilik.it/

CaptureMJPEG, a processing library for Motion JPEG stream. CaptureMJPEG is released under the LGPLv3 license.

Clone this repository (size: 3.3 MB): HTTPS / SSH
hg clone https://bitbucket.org/nolith/capturemjpeg
hg clone ssh://hg@bitbucket.org/nolith/capturemjpeg

CaptureMJPEG / user_pref.xml.template

Branch
default
<!-- rename to user_pref.xml and customize -->
<project name="user preferences">
    <property name="src" value="./src"/>
    <property name="build" value="./bin"/>
    <property name="docs" value="./docs"/>
    <property name="release" value="./release"/>
    <property name="libs" value="./libs"/>
    <property name="out.jar" value="./capturemjpeg.jar"/>
    <property name="commons-httpclient" 
              value="${libs}/commons-httpclient-3.1.jar"/>
    <property name="commons-logging" value="${libs}/commons-logging.jar"/>
    <property name="commons-codec" value="${libs}/commons-codec-1.2.jar"/>
    <property name="processing-core" 
              value="/opt/local/processing-0135/lib/core.jar"/>
    <property name="compile.debug" value="true"/>
</project>