areaDetector / ADAravis

areaDetector driver for GenICam cameras using the Aravis library on Linux.
https://areadetector.github.io/master/ADAravis/ADAravis.html
6 stars 8 forks source link

Provide control over the source of the timestamp #25

Closed EmilioPeJu closed 5 months ago

EmilioPeJu commented 9 months ago

This allows selecting between getting the timestamp from the camera or from the system running the IOC.

The system timestamp is obtained from the aravis buffer which was saved on the reception of the first packet of the image, this is more precise than timestamping after receiving the full frame.

The reason why this change is needed is because we have certain cameras in which PTP doesn't work and using the system timestamp in the aravis buffer would be good enough for our application.

EmilioPeJu commented 8 months ago

Tom suggested renaming the record so that it matches ADVimba's, I've amended the commit

EmilioPeJu commented 5 months ago

Given that my use-case turned out to work fine using the epics timestamp, I'm closing the PR