Page 1 of 1

problems monitor/record lower fps

Posted: Fri Feb 29, 2008 11:56 am
by paoloplex
Hi,

I've got an axis ip-cam that I can set the maximum fps - say 10 fps.

Now monitoring the cam or recording it is perfectly fine.

But as soon as I want to monitor or record at a lower frame rate
- say at 2 fps I get a problem of skipped frames.

Given frames
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
I'd expect to see/record frames 0, then 5, then 10, then 15 ecc...

Instead I get 0 1 2 3 then there is a skip to 20 21 22 23 then
40 41 42 43 etc... So I see a bumpy motion instead of a linear
motion.

This happens with 1.22.3 AND 1.23.1.

I've tried to play around with various settings, such as misc->frame skip
and various buffer options without results.

What am I doing wrong?

Cheers
Paolo

Posted: Fri Feb 29, 2008 7:52 pm
by cordel
The max FPS setting work well for capture cards.
They dont work so well for IP Cams, you have to set the IP Cam to tell it what FPS to send.

Posted: Fri Feb 29, 2008 11:47 pm
by jameswilson
If your using mjpeg feeds you MUST not throttle at the server end only the cam end. If you want to use the server to throttle then you MUST use jpeg

OK Now works great eveything!!!

Posted: Sat Mar 01, 2008 9:21 am
by paoloplex
YES now it's working.
Thanks a lot everybody for the quicly reply!

You don't think that it is unlogicall? :-(

Let me know your impression, please, Paolo.

Posted: Sat Mar 01, 2008 11:33 pm
by cordel
ZM has no way to set or limit the stream the camera passes, some cams you can set this through the url string, others do not. So while it seems not so practical, yes it is logical.

Posted: Sun Mar 02, 2008 9:47 am
by robi
jameswilson wrote:If your using mjpeg feeds you MUST not throttle at the server end only the cam end. If you want to use the server to throttle then you MUST use jpeg
This is a really valuable piece of information thanks. I added it into the WiKi.