Sony SNC-M3W support ready for testing.

If you've made a patch to quick fix a bug or to add a new feature not yet in the main tree then post it here so others can try it out.
gneuf
Posts: 62
Joined: Mon Apr 19, 2004 7:24 pm

Post by gneuf »

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...
mballou
Posts: 5
Joined: Wed Nov 28, 2007 3:36 pm

SONY M1

Post by mballou »

Hello,
I noticed the 1.22.3 link on the site was down for the SONY M1/M3 Patch. I work for a K12 school and have a number of these cameras, hoping to get the patch to work or included in another release.
gneuf
Posts: 62
Joined: Mon Apr 19, 2004 7:24 pm

Post by gneuf »

A quick apology to all - I'll have the 1.22.3 patches done by the weekend. Thought they were done, but in the process of reloading that machine I seem to have lost them...
mballou
Posts: 5
Joined: Wed Nov 28, 2007 3:36 pm

SONY M1

Post by mballou »

Thanks for your efforts, this will be a major upgrade from our Standard "4" ip cam software that comes with the Sony SNC-M1.
gneuf
Posts: 62
Joined: Mon Apr 19, 2004 7:24 pm

Post by gneuf »

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!
mballou
Posts: 5
Joined: Wed Nov 28, 2007 3:36 pm

Sony M1 Patch link down.

Post by mballou »

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
gneuf
Posts: 62
Joined: Mon Apr 19, 2004 7:24 pm

Post by gneuf »

The original server is offline, but I'll get something up and on that link with the files later today...
mballou
Posts: 5
Joined: Wed Nov 28, 2007 3:36 pm

SONY M1

Post by mballou »

Any idea if it was included in 1.23.x?
gneuf
Posts: 62
Joined: Mon Apr 19, 2004 7:24 pm

Post by gneuf »

I don't think so...
Post Reply