Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android Automotive 中是否存在一种从 OBD2 或 SRS 读取传感器的方法。或者在任何其他用于汽车的安卓操作系统中。我在 CarSensorManager 中搜索过,但没有找到任何东西。
目前不是来自 AOSP 实施。要读取传感器数据,您通常需要从车辆网络(CAN 总线)访问/读取数据,这意味着您需要有人先将该数据传输到 Android Stack 并使其在 Android IVI 域中可见。Normarly Vehicle HAL 应该会这样做……但它在很大程度上取决于 OEM 是否提供该信号。