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

WIP: Try to automatically reconnect when connection is lost #27

Open EmilioPeJu opened 6 months ago

EmilioPeJu commented 6 months ago

There is a parameter to disable this behaviour if needed.

For sake of simplicity, the camera parameter resynchronization is left to the user, in my specific application, I rely on the UserSetSave feature.

EmilioPeJu commented 5 months ago

Thanks for reviewing, this PR needs to be changed to do a different approach using the standard asyn auto-connect mechanism, I've marked it as WIP until it's implemented