Apollo 11.0
自动驾驶开放平台
camera_detection_single_stage.proto
浏览该文件的文档.
1syntax = "proto2";
2
3package apollo.perception.camera;
4
6
8 optional string camera_name = 1 [default = "front_6mm"];
9 optional double timestamp_offset = 2 [default = 0.0];
10 optional perception.PluginParam plugin_param = 3;
11 optional bool enable_undistortion = 4 [default = false];
12 optional int32 gpu_id = 5;
13 optional DetectionChannel channel = 6;
14}
15
16message DetectionChannel {
17 optional string input_camera_channel_name = 1;
18 optional string output_obstacles_channel_name = 2;
19}
20
21message Debug {
22 optional string output_viz_message_channel_name = 1;
23}