Intersection Traffic Lights

Traffic Lights - Vehicle Intersections

The following attributes are captured for traffic lights at intersections

  • Position

  • Azimuth

  • width

  • height

  • Vertical or horizontal orientation (coming)

  • Number of light bulbs (coming)

{
  "id": "SLS12345",
  "objectClass": "traffic-light",
  "attributes": {
    "applicableVehicles": "all",
    "type": "traffic-intersection"
  },
  "position": {
    "lon": -108.123,
    "lat": 34.234,
    "azimuth": 90,
    "height": 0.5,
    "width": 0.3
  },
  "observed": {
    "confidence": 0.9,
    "firstSeen": "2023-05-05T00:00:00.000Z",
    "lastSeen": "2023-05-05T00:00:00.000Z",
    "frameId": 1922121212933
  }
}

Last updated