private void StartRecord()
        {
            //включаем таймер
            timer.Start();

            //запускаем сбор данных
            DC.StartDataCollection(imageIndices[index]);
        }