-
Thanks for your Open source spirit, We could use the PupilEXT to collect the pupil diameter of the subject. But there are still some questions need to communicate with you.
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
We also use a 14mm diameter circle to test and get 280.(sorry a error) |
Beta Was this translation helpful? Give feedback.
-
We also use a 14mm diameter circle to test and get |
Beta Was this translation helpful? Give feedback.
-
In stereo mode, you have two cameras and the pupil diameter from image0 (camera0) and image1 (camera1) is provided in pixel quantity, respectively. Then the physical pupil diameter (in mm) is calculated using stereo matching. For further details on the stereo camera measurement, please read our paper: https://www.frontiersin.org/articles/10.3389/fnins.2021.676220/full Here is an example of how the CSV log file looks when recording a circular reference object in stereo mode: https://github.com/openPupil/Open-PupilEXT/blob/main/Misc/Matlab_Pupil_Data_Evaluation/00_Data/Pupil_Log_Data/BZ_Pupillendaten_Pure_ROI03_Referenz_X.csv As you can see, two diameter values are provided in pixel in the CSV file ( column: However, I suspect that the values you reported in your thread are not from the CSV log file but from the data table in the GUI. In the GUI's data table, you need to read the If the value of the diameter changes with different distances to the cameras, it has to do with the fact that the value is given in pixels and the number naturally changes when the distance to the camera is changed, but the Can you please provide a complete screenshot of the PupilEXT GUI while you track your reference object in stereo mode. Make sure that the data table is open in PupilEXT when you capture the screenshot. Maybe you read the wrong row in the data table, or something went wrong during your stereo calibration. |
Beta Was this translation helpful? Give feedback.
-
Yes, I mix |
Beta Was this translation helpful? Give feedback.
In stereo mode, you have two cameras and the pupil diameter from image0 (camera0) and image1 (camera1) is provided in pixel quantity, respectively. Then the physical pupil diameter (in mm) is calculated using stereo matching. For further details on the stereo camera measurement, please read our paper: https://www.frontiersin.org/articles/10.3389/fnins.2021.676220/full
Here is an example of how the CSV log file looks when recording a circular reference object in stereo mode: https://github.com/openPupil/Open-PupilEXT/blob/main/Misc/Matlab_Pupil_Data_Evaluation/00_Data/Pupil_Log_Data/BZ_Pupillendaten_Pure_ROI03_Referenz_X.csv
As you can see, two diameter values are provided in pixel in the …