Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.77 KB

RELEASE.md

File metadata and controls

42 lines (33 loc) · 1.77 KB

ADAravis Releases

The latest untagged master branch can be obtained at https://github.com/areaDetector/ADAravis.

The versions of EPICS base, asyn, and other synApps modules used for each release can be obtained from the EXAMPLE_RELEASE_PATHS.local, EXAMPLE_RELEASE_LIBS.local, and EXAMPLE_RELEASE_PRODS.local files respectively, in the configure/ directory of the appropriate release of the top-level areaDetector repository.

Release Notes

R1-3 (September 3, 2020)


  • Add .bob files for Phoebus Display Manager
  • This is the last release that will use ARAVIS_0_7_2. The next release will require ARAVIS_0_8_0 which was recently released.

R1-2 (January 5, 2020)


  • Change arvFeature support for GenICam features from int (32-bit) to epicsInt64 (64-bit)

R1-1 (October 20, 2019)


  • Added support for register caching
    • This improves the performance by over a factor of 100 when setting a feature, because ADGenICam reads all of the features when any feature was changed.
    • The constructor and aravisConfig have a new enableCaching argument to enable or disable register caching. It should be set to 1 except perhaps for some unusual cameras that do not correctly handle register caching.
  • This release requires release ARAVIS_0_7_2 aravis package. ARAVIS_0_7_2 is described as an "unstable" release.
    Note that more recent releases (e.g ARAVIS_0_7_3) cannot be used because the API has changed from ARAVIS_0_7_2. Hopefully there will be a stable 0.8.x release in the near future.
    • This release of aravis adds support for register caching.
    • This release of aravis has changes to the aravis API for several functions.

R1-0 (August 12, 2019)


  • Initial release