
Re: Frame Skip disable during alerts?
Humm.. Well maybe I've been wasting my time. I think I found the function and it seems like it already ignores the frame skip during an alert. Can someone confirm that I am reading the code correctly?
File:
zm_monitor.cpp
Function:
bool Monitor::Analyse()
Snippet:
It looks like if the state is Alert then it will simply record every frame. However, if the state is 'Tape' (I assume this would be a non-event recording situation), then it checks to see if it should skip the frame using a frame counter.
If someone could confirm my new understanding, I think this could help others seeking to understand how the frame skip value works.
Thanks!