I think I discovered that the SNC cameras are supported under 1.22.3.
I'll check that today and post the patches if not...
Maybe even get the camera control script finished? Sorry - been working a lot lately and no free time to hack...
Sony SNC-M3W support ready for testing.
So, I've posted the newest patch files for the SNC-M3W and SNC-M1W here as a gzipped tar file containing two patches [tested/working] and the latest [buggy] control script.
I'll start a new thread that explains patching and recompiling, and then update the Wiki page with the same info.
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
Go setup the camera control script...more on that in the new post...check the Wiki as well...and let me know if it works!
I'll start a new thread that explains patching and recompiling, and then update the Wiki page with the same info.
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
Go setup the camera control script...more on that in the new post...check the Wiki as well...and let me know if it works!
Sony M1 Patch link down.
Hello,
Can anyone post the latest Sony SNC-M1 patch? I have a dozen of these cameras and would like to get them working with ZM.
Thanks,
Matt
Can anyone post the latest Sony SNC-M1 patch? I have a dozen of these cameras and would like to get them working with ZM.
Thanks,
Matt