private string GetCameraUniqueID(object sender)
        {
            CogAcqFifoGigE cogAcqFifoGigE = sender as CogAcqFifoGigE;

            return(cogAcqFifoGigE.FrameGrabber.UniqueID);
        }
        private string GetCameraName(object sender)
        {
            CogAcqFifoGigE cogAcqFifoGigE = sender as CogAcqFifoGigE;

            return(cogAcqFifoGigE.FrameGrabber.Name);
        }
        private string GetCameraSerialNo(object sender)
        {
            CogAcqFifoGigE cogAcqFifoGigE = sender as CogAcqFifoGigE;

            return(cogAcqFifoGigE.FrameGrabber.SerialNumber);
        }