ndi_interface_config.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "mode_list": [
  3. {
  4. "name": "test_mode"
  5. }
  6. ],
  7. "object_list": [
  8. {
  9. "type": "ndi_interface",
  10. "name": "ndi",
  11. "enabled_modes": "all",
  12. "construct_config": {},
  13. "init_configs": [
  14. {
  15. "address_type": "ethernet",
  16. "ip": "169.254.132.51",
  17. "tcp_port": 8765,
  18. "com_port": "COM3",
  19. "tool_list": [
  20. {
  21. "rom_path": "D:\\Program\\Robot\\Tools\\roms\\Probe_Small_4Ball.rom",
  22. "outputs": {
  23. "transform": "tracker_probe_transform",
  24. "marker_uncertainty": "tracker_probe_transform_uncertainty"
  25. }
  26. },
  27. {
  28. "rom_path": "D:\\Program\\Robot\\Tools\\roms\\Head_3Ball_2.rom",
  29. "outputs": {
  30. "transform": "tracker_model_ref_transform",
  31. "marker_uncertainty": "tracker_model_ref_transform_uncertainty"
  32. }
  33. }
  34. ]
  35. }
  36. ],
  37. "start_configs": [
  38. {
  39. "allow_unreliable": true,
  40. "prefer_stream_tracking": true
  41. }
  42. ]
  43. }
  44. ],
  45. "connection_list": [
  46. ]
  47. }