
Re: Axis 200+ camera and Zoneminder
Hi Flasheart,
Thanks for your reply!
If you have never seen Axis 200+, it's hard to understand how this works. I think these were ones of the first network cameras they made. You set up the IP using ARP protocol. Interesting. It has like 2MB of ram. To generate a fullsize picture (aprox. 350x250 pixels), it takes 0.5 seconds and to generate a big one (700px), it takes 8 seconds. No, it doesn't do video streaming, only static pictures. It does have a "server push" option that keeps sending statics and resambles video. The quality of the picture is not too bad; it's Axis, after all.
Is zoneminder able to do http requests to a specific url (like this: h t t p : / / <ip_address>/image.jpg)? Because this camera only creates a new picture when a client requests it. One can create a javascript to continuosly request a new picture and it would eventually look like a low-rate video, but can Zoneminder do that?
I spent a lot of time on this and I ended up using a 'trick'. I created a bash script on my server that uses wget to download a new image in an infinite loop. Then I copy that picture to a different file (in the same loop). After that, I set up Zoneminder's source type as "image" and point it to the local file which is constantly updated by my script. It works OK for now. It's way better than throw the camera away.

Thank you again for your reply. If you have any ideas on how I could make this better, please share.
Marian.