面对获得协调视觉工作室的问题 [英] Facing problem in getting the co ordinates visual studio

查看:58
本文介绍了面对获得协调视觉工作室的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好先生

i面对问题时,在控制台应用程序中检查凝视的坐标,它用于给出坐标...但在Windows应用程序中它是没有给出坐标值我在入门值上得到错误请帮我解决这个问题.....



我尝试过:



hello sir
i am facing the problem in getting the co-ordinates of the gaze when it is being checked in console application it use to give the coordinates...but in the windows application it is not giving the co ordinate values i am getting error in the entry value please help me in this regarding thanks.....

What I have tried:

private void pictureBox1_Click(object sender, EventArgs e)
        {
            using (var eyeXHost = new EyeXHost())
            {
                // Create a data stream: lightly filtered gaze point data.
                // Other choices of data streams include EyePositionDataStream and FixationDataStream.
                using (var lightlyFilteredGazeDataStream = eyeXHost.CreateGazePointDataStream(GazePointDataMode.LightlyFiltered)) 
                {
                    // Start the EyeX host.
                    eyeXHost.Start();
                    //label1.Text= ("Gaze point at ({0:0.0}, {1:0.0}) @{2:0}", e.X, e.Y, e.Timestamp);
                    //label1.Text = "Hi";
                    
                // Write the data to the console.
                     lightlyFilteredGazeDataStream.Next += (s,entry) => Console.WriteLine("Gaze point at ({0:0.0}, {1:0.0}) @{2:0}", entry.X, entry.Y, entry.Timestamp);

                    // Let it run until a key is pressed.
                    MessageBox.Show("Gaze data recording, press any key to exit...");
                     
                }
            }
        }

推荐答案

你最好不要问这些开发人员自己的论坛中的产品特定SDK问题: Tobii眼动仪的Tobii EyeX SDK开发论坛 [ ^ ]
You would be better off asking these product specific SDK questions in the developer's own Forums: Forums for Tobii EyeX SDK development for Tobii eye trackers[^]


这篇关于面对获得协调视觉工作室的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆