{{ product.product_name }}EDGE VISION CONTROL
{{ product.environment|upper }} 正在连接 v{{ product.version }}
{% if product.environment == 'demo' %}
DEMO / SYNTHETIC · No camera, serial port, motor, gimbal, or laser output is active.
{% endif %}

统一视觉任务工作台

从画面采集到闭环控制,
在一个平台完成。

管理摄像头、算法、世界坐标、车辆导航与云台链路;保留可复现的参数快照和任务记录。

WORKSPACE

功能中心

每个功能均可独立启动,按需占用共享视频源。

{% set state = namespace(group='') %} {% for module in modules %} {% if module.group != state.group %} {% if not loop.first %}{% endif %}

{{ module.group }}

{% set state.group = module.group %} {% endif %} {{ module.title }}{{ module.description }} 待机 {% if loop.last %}
{% endif %} {% endfor %}