This'll get to the Wiki shortly, with a revised control script and setup instructions.
Basically:
Open a shell.
Go to the ZM sources wherever you originally unpacked them.
Go into the src directory:
shell> cd src
Extract the files:
shell> tar zvxf /path/to/your/downloaded/zm_snc_v2_patches.tgz
Backup the original files you are about to patch:
shell> cp zm_remote_camera.cpp zm_remote_camera.cpp.original
shell> cp zm_remote_camera.h zm_remote_camera.h.original
Patch your sources:
shell> patch < zm_remote_camera-1.22.3-SNCM.cpp.patch
shell> patch < zm_remote_camera-1.22.3-SNCM.h.patch
Copy the zmcontrol-SNC-M3W.pl to /usr/local/bin:
shell> cp zmcontrol-SNC-M3W.pl /usr/local/bin
Go back up to the ZM root directory and recompile and install:
shell> cd ..
shell> make && make install
I followed my own directions and they seem to work...
