The latest untagged master branch can be obtained at https://github.com/areaDetector/ADProsilica.
Tagged source code and pre-built binary releases prior to R2-0 are included in the areaDetector releases available via links at http://cars.uchicago.edu/software/epics/areaDetector.html.
Tagged source code releases from R2-0 onward can be obtained at https://github.com/areaDetector/ADProsilica/releases.
Tagged prebuilt binaries from R2-0 onward can be obtained at http://cars.uchicago.edu/software/pub/ADProsilica.
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.
- Fixed bug in asynPrintIO call in frameCallback. It was printing data on previous frame, not current frame, and would crash if executed on first callback.
- Changes for compatibility with ADCore R2-2.
- Moved the repository to Github.
- Re-organized the directory structure to separate the driver library from the example IOC application.
- Fixes for connection management to handle multiple cameras per IOC. Thanks to Kate Feng.
- Added support for conversion from raw Bayer to RGB1, RGB2, and RGB3 in the driver.
In areaDetector releases prior to R2-0 this could be done in the NDPluginColorConvert plugin.
That capability has been removed from the plugin to make the plugin independent of the AVT PvApi library.
Release notes are part of the areaDetector Release Notes.