Page 1 of 1
Add support to "ftp upload" cameras
Posted: Wed Jun 15, 2005 8:48 pm
by Maximiliano Curia
Hi,
My camera doesn't support image grabbing, but it would let me upload still images to an ftp server. What I would really like is to point the ZoneMinder to the upload directory of the ftp server to process the images. Since the images are local files to the ZoneMinder this should be an "easy" thing to do.
Posted: Wed Jun 15, 2005 10:06 pm
by zoneminder
This is currently not possible but I've added it to the requested feature list. You're right that it shouldn't be too hard to do.
Phil
In particular
Posted: Sun Jun 19, 2005 6:54 pm
by Baylink
This would extend support to the Intellinet net cams, specifically the older 550550, which doesn't seem to be supportable any other way at the moment. I believe the 550710 does permit the retrieval of a JPEG, which the -550 doesn't.
Quickfix
Posted: Wed Jul 06, 2005 7:35 am
by Speegs
Hello,
A quick fix would be to setup FTP Server on our ZM machine, tell your camera to load the image as xxxx.jpg via FTP every so often and make sure the FTP account points to a web accessible directory.
Then set ZM for localhost port 80 /directory/xxx.jpg
I havn't tried this setup, but it might be a workaround that is not too hard to pull off until the code is written.
Regards,
Speegs
Re: In particular
Posted: Fri Jul 22, 2005 2:27 pm
by Andy
Baylink wrote:This would extend support to the Intellinet net cams, specifically the older 550550, which doesn't seem to be supportable any other way at the moment. I believe the 550710 does permit the retrieval of a JPEG, which the -550 doesn't.
That is exactly right.
Only the current model 550710 (MNC) supports direct access to the JPG. The previous version unfortunately does not, so the only way is like suggested to have the camera upload still images to an FTP Server and grab the image with ZM from there.