Aximmetry Eye tracking device error

 

Hi,

Using Studio DE, I get the following socketerror when trying to connect to the tracking device:

CameraTracking: AximmetryEye: 52001: An attempt was made to access a socket in a way forbidden by its access permissions

Aximmetry Composer is fully authorize for input and output in the firewall.

I'm using my iPhone directly connected to the workstation via USB (Studio DE 2023 3.2, Windows 10 pro).

Best regards,

Eric

   Eric Soulard

 
Profile Image
Eric Soulard
  -  

Solved this way:

net stop winnat
netsh int ipv4 set dynamic tcp start=49152 num=16384
netsh int ipv6 set dynamic tcp start=49152 num=16384

netsh int ipv4 set dynamic udp start=49152 num=16384
netsh int ipv6 set dynamic udp start=49152 num=16384

net start winnat

Hope it helps