Skip to content

Commit

Permalink
feat: enable camera6 to object recognition (#692)
Browse files Browse the repository at this point in the history
* fix camera input offset as same as v3.0.0, and add offset for camera6

Signed-off-by: Zhi Wang <[email protected]>

* in order to use camera6, set image number as 7.

Signed-off-by: Zhi Wang <[email protected]>

---------

Signed-off-by: Zhi Wang <[email protected]>
  • Loading branch information
zhiwango authored Jul 5, 2024
1 parent 4a1d744 commit 36b01d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**:
ros__parameters:
input_offset_ms: [61.67, 111.67, 45.0, 28.33, 78.33, 95.0]
input_offset_ms: [50.0, 66.67, 83.33, 0.0, 16.67, 33.33, 50.0]
timeout_ms: 70.0
match_threshold_ms: 50.0
image_buffer_size: 15
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<arg name="use_low_height_cropbox" value="true"/>
<arg name="use_roi_based_cluster" value="false"/>
<arg name="use_detection_by_tracker" value="true"/>
<arg name="image_number" value="7"/>

<!-- object recognition -->
<arg
Expand Down

0 comments on commit 36b01d7

Please sign in to comment.