config.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "serial":"65F7171A-5585-46C7-A9D6-967ABA9EB223",
  3. "type":"car",
  4. "host_port":20001,
  5. "can_ip":"192.168.1.70",
  6. "can_port":20001,
  7. "ip":"58.34.98.13",
  8. "lidar_port":20025,
  9. "car_id":["0x185","0x285","0x385","0x485","0x189","0x289","0x389"],
  10. "emergency":["0x181","0x281","0x381","0x481","0x70B"],
  11. "name" :"Car Name",
  12. "camerainfo":
  13. [
  14. {
  15. "index":2,
  16. "label":"front",
  17. "uri":"rtsp://admin:Aa123456@192.168.1.64",
  18. "res":"hd1080"
  19. },
  20. {
  21. "index":3,
  22. "label":"left",
  23. "uri":"rtsp://admin:Aa123456@192.168.1.66",
  24. "res":"hd720"
  25. },
  26. {
  27. "index":4,
  28. "label":"right",
  29. "uri":"rtsp://admin:Aa123456@192.168.1.67",
  30. "res":"hd720"
  31. },
  32. {
  33. "index":5,
  34. "label":"back",
  35. "uri":"rtsp://admin:Aa123456@192.168.1.65",
  36. "res":"hd1080"
  37. }
  38. ]
  39. }