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
hg clone https://bitbucket.org/nolith/capturemjpeg/wiki

Building from scratch

If you are new to mercurial please consider following Mercurial QuickStart

hg clone https://nolith@bitbucket.org/nolith/capturemjpeg/ capturemjpeg
cd capturemjpeg
cp user_pref.xml.template user_pref.xml

Edit in user_pref.xml procesing-core to respect your system installation.

<property name="processing-core" 
    value="C:\Programmi\processing-0135-expert\lib\core.jar"/>

After that

ant dowload_deps
ant deploy

You will find a capturemjpeg.zip file in the release subfolder of the source tree.
Copy that zip file into your sketchbooks folder as described in Getting Started and you're done.

This revision is from 2009-06-06 09:36