Skip to content

v0.5.2+rpt20250903

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 11:16
libcamera: clock_recovery: Use nanoseconds in addSample()

FrameWallClock was recently changed to nanoseconds, and all users of
ClockRecovery use SensorTimestamp directly, which is also in
nanoseconds. Thus addSample() should also use nanoseconds. Fix this.

Signed-off-by: Paul Elder <[email protected]>
Reviewed-by: Barnabás Pőcze <[email protected]>
Reviewed-by: Naushir Patuck <[email protected]>
Tested-by: Naushir Patuck <[email protected]>