#!/bin/sh

if [ $# -eq 0 ]; then
	/usr/bin/ICTApplication/ICTCliGateLite --call Video:dump
else 
       	echo "                                                                               "
       	echo "  COMMAND    : dumpVideo                                                       "
       	echo "  OBJECT     : Display Video status and statistics                             "
       	echo "  PARAMETERS : none                                                            "
       	echo "                                                                               "
fi

