使用手册 - Medulla:相机使用方法 Camera Data Access Guide:修订间差异
跳到导航
跳到搜索
(1) |
无编辑摘要 |
||
| 第8行: | 第8行: | ||
#* In <code>startup.iocmd</code>, add commands to load <code>USBCamera.dll</code> from the plugins folder. | #* In <code>startup.iocmd</code>, add commands to load <code>USBCamera.dll</code> from the plugins folder. | ||
#* 在<code>startup.iocmd</code>中,添加命令从插件文件夹加载<code>USBCamera.dll</code>。 | #* 在<code>startup.iocmd</code>中,添加命令从插件文件夹加载<code>USBCamera.dll</code>。 | ||
# Identifying the USB Device / 识别USB设备 | # Identifying the USB Device / 识别USB设备 | ||
#* Load <code>USBCamera.dll</code> to see the name of the USB device, for example, <code>USB_Camera_9850</code>. | #* Load <code>USBCamera.dll</code> to see the name of the USB device, for example, <code>USB_Camera_9850</code>. | ||
2023年11月16日 (四) 13:25的版本
- ntroduction / 引言
- This demo shows how to access camera data in MDCS using Medulla.
- 此演示展示了如何使用Medulla在MDCS中访问摄像头数据。
- Using Medulla / 使用Medulla
- Medulla is used to capture, record, and replay various data types.
- Medulla用于捕获、记录和回放各种数据类型。
- Loading the USB Camera / 加载USB摄像头
- In
startup.iocmd, add commands to loadUSBCamera.dllfrom the plugins folder. - 在
startup.iocmd中,添加命令从插件文件夹加载USBCamera.dll。
- In
- Identifying the USB Device / 识别USB设备
- Load
USBCamera.dllto see the name of the USB device, for example,USB_Camera_9850. - 加载
USBCamera.dll以查看USB设备的名称,例如USB_Camera_9850。
- Load
- Viewing the Camera Stream / 查看摄像头流
- Click "view" to see the camera stream in Medulla.
- 点击"查看"以在Medulla中查看摄像头流。
- Setting up ClumsyConsole / 设置ClumsyConsole
- Run
ClumsyConsole.exe, click "车辆配置", "选择驱动", and selectSteerWheel_c.dll. - 运行
ClumsyConsole.exe,点击"车辆配置","选择驱动",并选择SteerWheel_c.dll。
- Run
- Adding Camera to Vehicle Layout / 将摄像头添加到车辆布局
- Click "查看/编辑车体布局", "添加", "下视摄像头". Then, click in the panel to add a camera component.
- 点击"查看/编辑车体布局","添加","下视摄像头"。然后,在面板中点击以添加摄像头组件。
- Configuring the Camera Component / 配置摄像头组件
- In the properties panel, double-click the name field, and enter "usbcam", matching the name in
startup.iocmd. - 在属性面板中,双击名称字段,并输入"usbcam",与
startup.iocmd中的名称相匹配。
- In the properties panel, double-click the name field, and enter "usbcam", matching the name in