怎么使用l ivox-sdk 设置Lidar(avia)为静态IP #235
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
我使用的是sample的demo程序,我已经把sdk 在我的程序中进行了集成,可以进行点云录制,只是我现在想使用sdk中的api进行设备ip的固定,我查阅 livox-sdk.h文件中看到这个 SetStaticDynamicIP() 可以进行设置静态ip,我在我的代码中在设备连接后
printf("改ip=========================\n");
const char *ip_string = "192.168.1.130";
const char *mask_string = "255.255.255.0"; // 子网掩码字符串
@Livox-SDK