void SingleTap()
    {
        Debug.Log("Single Tap");
        if (IsShowingUI)
        {
            return;
        }

        client.ChangePhotoCaptureState();
    }