Anything you want added or changed in future versions of ZoneMinder? Post here and there's a chance it will get in! Search to make sure it hasn't already been requested.
I'd basically like to easily write a script to retrieve a jpeg without having to go through the hassel of exposing it on a local port and parsing HTTP and such.
So, I suggest a executable script. It could support jpeg and mjpeg. Image would be returned on stdout. Very easy. Probably a few minutes work. In fact I'm going to take a look at it right now.
I'm VERY interested in this! Right now I'm outputting the stream to a fifo which I'm then reading in via a very crude script using the same webserver ZM is running on...