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
IP9100A & Zoneminder
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
wonderful, im sure this will be very useful to others
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Just in time for Christmas!
The 2nd alpha release of the zoneminder friendly firmware for the 9100a.
http://support.yoics.com/viewtopic.php?t=9
-m
http://support.yoics.com/viewtopic.php?t=9
-m
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.
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.
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
have you searched?
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
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.
/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.