Form->inputs(array(
'ImageBufferCount' => array('after' => 'This option determines how many frames are held in the ring buffer at any one time'),
'WarmupCount' => array('after' => 'How many frames the analysis daemon should process but not examine when it starts. This allows it to generate an accurate reference image from a series of images before looking too carefully for any changes'),
'PreEventCount' => array('after' => 'How many frames from before the event to include in the event.'),
'PostEventCount' => array('after' => 'How many frames from after the event to include in the event.'),
'StreamReplayBuffer' => array('after' => ''),
'AlarmFrameCount' => array('after' => 'How many consecutive alarm frames must occur before an alarm event is generated'),
'legend' => false
));
?>