Skip to content

v0.5.2+rpt20250903

Choose a tag to compare

@github-actions github-actions released this 03 Sep 11:16
· 497 commits to main since this release
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 <paul.elder@ideasonboard.com>
Reviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
Tested-by: Naushir Patuck <naush@raspberrypi.com>