Page 2 of 2

Posted: Sat Dec 16, 2006 4:55 am
by mycal
I have piece of PHP software at http://www.mycal.net/projects/9100a/9100d.txt

that takes the output of the 9100 and splits it into jpgs from the mixed mjpg stream.

The firmware mod I've done for the 9100 does the same thing but on the 9100 itself, so that zoneminder can just grab the image jpgs.

This really makes the 9100a video server a great thing since it can now do 4 ports. For under $100 it is a great way to hook up 4 CCTV cameras via ethernet/internet. Previously everyone was using the 9100 with just one port or with the php splitter which cost alot of CPU.

mycal

Posted: Sat Dec 16, 2006 11:29 pm
by jameswilson
wonderful, im sure this will be very useful to others

Just in time for Christmas!

Posted: Thu Dec 21, 2006 10:08 pm
by mycal
The 2nd alpha release of the zoneminder friendly firmware for the 9100a.

http://support.yoics.com/viewtopic.php?t=9

-m

Posted: Wed Dec 27, 2006 7:28 pm
by ampp
Firmware i will try. Not always a fun risking killing the unit. But seems the chance of that is low.

The image quality on the 9100 seems a bit blurry and very washed out for me, even more so then mycal's. A bit more then i expected.. need some image and color processing. I know the camera is outputting good 420 line image. There was not much difference between 640 and 320 resolutions.

So not quite sure what to do but might not work in all the situations i planned. Anyone have any other suggestions for a similar product around/under 300?

9100 is still a interesting and affordable product to work with. I like the yoics project.

Posted: Sat Feb 10, 2007 12:54 am
by collinm
how to setup the 9100A with zoneminder?

remote host path?
remote host port?
...
...

thanks

Posted: Tue Feb 13, 2007 11:21 pm
by jameswilson
have you searched?

Posted: Fri May 25, 2007 3:58 am
by lashzcore
How-to set channels:
/SetChannel.cgi?Channel=X, the X is 1,2,3,4 for V1,V2,V3,V4 ports of IPV9100.

How to set Round-Robin mode for channels:
/SetChannel.cgi?Channel=(256+V1+V2+V3+V4), where
V1=1, if selected
V2=2, if selected
V3=4, if selected
V4=8, if selected
ie, if u want to choose only V1 & V2 ports of IPV9100, u have to use this path in your URL:
/SetChannel.cgi?Channel=259
(256+1+2)
Hope that helps to ZM developers.