RoboCup-SSL / ssl-vision

Shared Vision System For The RoboCup Small Size League
GNU General Public License v3.0
88 stars 109 forks source link

Add new 't_capture_camera' to detection frame #206

Closed g3force closed 1 year ago

g3force commented 1 year ago

The time from the camera can be useful, but it comes from a different clock. Setting t_capture to the camera time causes issues when the processing time is calculated with t_sent - t_capture. Thus, the camera timestamp is now added separately to the detection frame.