I found out that this camera has two commands: One to take a snapshot and one to get streaming video either in H.264 or MJPEG mode.
I have zoneminder set up to take a snapshot every other second, because that's the maximum I seem to get reliably. I use this command:
/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=admin&pwd=xyz&
For streaming video, this command can be used:
/cgi-bin/CGIStream.cgi?cmd=GetMJStream&usr=admin&pwd=xyz
The camera I believe first has to be put into the MJPEG mode before this will work..
http://192.168.1.11:88/cgi-bin/CGIProxy ... t&format=1
format=0 being H.264, and 1 is MJPEG..
The trouble is, I CANNOT get zoneminder to accept either MJPEG or H.264 output from the camera!
I tried Source: Remote, Source: Ffmpeg, and various URL's, but it either showed black or blue screen when previewed.
The camera comes with a plugin that works on Windows browsers and it allows for:
720P/10 FPS/2 MB
or even:
960P/10 FPS/4MB
modes. Therefore, if I could switch to using streaming video, things will be a lot better in terms of FPS..
Any help would be appreciated..
-turgut