Esempio n. 1
0
    public void CameraPlayStart(int index)
    {
        Lock    = false;
        waitSec = 1f / videoCapture.SourceFps * 0.85f;

        videoCapture.CameraPlayStart(index);
    }