Skip to content

Commit f134a8a

Browse files
committed
camtrack: tracker_image: correct setting of tracked image position
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
1 parent 01f5846 commit f134a8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MAVProxy/modules/mavproxy_camtrack/tracker_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def process_event(self, obj):
136136
TrackerPos(
137137
obj.top_left_x * width,
138138
obj.bot_right_x * width,
139-
obj.top_left_x * height,
139+
obj.top_left_y * height,
140140
obj.bot_right_y * height,
141141
)
142142
)

0 commit comments

Comments
 (0)