Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

36 рядки
1.5 KiB

  1. {
  2. "SmartShipCore": {
  3. "enable_tracktarget-comment": "是否支持 AIS 导引目标显示 AR",
  4. "enable_tracktarget": false,
  5. "playback_stay_warning-comment": "回放显示警示的时间, true: 一直显示, false: 到了事件产生时间才显示",
  6. "playback_stay_warning": false,
  7. "warning_after_detect-comment": "发生在拍照时间结束之后的事件,需要提前到检测时间之前(warning_after_detect)才能显示",
  8. "warning_after_detect": 5000
  9. },
  10. "ARShipRectConfig":
  11. {
  12. "add_ship_rect_timestamp": 2000,
  13. "ar_enable_ship_rect": false
  14. },
  15. "SmartshipVideo":
  16. {
  17. "ar_font_family" : "Microsoft YaHei",
  18. "ar_font_color_ais" : "#22B14C",
  19. "ar_font_color_noais" : "#ff0000",
  20. "ar_font_color_moreais" : "#FF7F27",
  21. "ar_font_pixelsize" : 24,
  22. "ar_font_pixelsize_title-comment" : "卡口标题字体, 代码中会根据画面大小调整此字体比例",
  23. "ar_font_pixelsize_title" : 24,
  24. "ar_fill_color" : "#000000",
  25. "ar_fill_alpha_comment" : "设置透明度",
  26. "ar_fill_alpha" : 60,
  27. "ar_border_color" : "#00FFFF",
  28. "ar_border_width" : 4,
  29. "ar_round_diameter" : 6,
  30. "ar_splitline_color" : "#BFBFBF",
  31. "ar_splitline_border" : 3,
  32. "ar_view_xy_comment" : "所在画面中相对位置,如(3,3),则为画面尺寸(x/4*3,y/4*3)",
  33. "ar_view_xy": "3,3"
  34. }
  35. }