Code:
dai::Pipeline pipeline;
auto deviceInfo = dai::DeviceInfo("192.168.50.222");
dai::Device device(pipeline, deviceInfo);
Output:
09:15:59: Starting C:\Users\ASTRI IMV\Documents\david2\Codes\Depth_Test\build\release\Depth_Test.exe ...
Stack trace (most recent call last):
#9 Object "", at 00007FF948AA7374, in BaseThreadInitThunkAttempt to access invalid address.
#8 Object "", at 00007FF6AD461C9A, in ??
Attempt to access invalid address.
#7 Object "", at 00007FF6AD462A67, in ??
Attempt to access invalid address.
#6 Object "", at 00007FF6AD461047, in ??
Attempt to access invalid address.
#5 Object "", at 00007FF6AD461121, in ??
#4 Object "", at 00007FF8FE8A4ABC, in dai::Device::Device
#3 Object "", at 00007FF8FE8C3A91, in dai::DeviceBase::DeviceBase
#2 Object "", at 00007FF8FE8D9A47, in dai::DeviceBase::init2
#1 Object "", at 00007FF937F86720, in CxxThrowException
#0 Object "", at 00007FF94678B699, in RaiseException
09:16:01: C:/Users/ASTRI IMV/Documents/david2/Codes/Depth_Test/build/release/Depth_Test.exe exited with code -529697949
If I use command prompt to check ipconfig:
Windows IP Configuration
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::2618:4c5f:9341:ffa2%21
IPv4 Address. . . . . . . . . . . : 192.168.50.77
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.50.1
Wireless LAN adapter Wi-Fi:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Local Area Connection* 3:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Local Area Connection* 12:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Ethernet adapter Bluetooth Network Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix .:
I have already turned off Win10 firewall, and checked DHCP server is available.