Skip to content

Commit

Permalink
Update for R1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Aug 12, 2019
1 parent 07954e9 commit 4bf732d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ driver for
[Aravis](https://github.com/AravisProject/aravis) library.

Additional information:
* [Documentation](https://cars.uchicago.edu/software/epics/ADAravis.html).
* [Release notes and links to source and binary releases](RELEASE.md).
* [Documentation](https://areadetector.github.io/master/ADAravis/ADAravis.html).
* [Release notes](RELEASE.md).
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Release Notes
=============


### R1-0 (XXX-November 2018)
### R1-0 (August 12, 2019)
----
* Initial release

12 changes: 12 additions & 0 deletions docs/ADAravis/ADAravis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,15 @@ The following is the second feature screen generated by the Python program descr
.. figure:: ADAravis_features2.png
:align: center

Known issues
------------

- There is a serious performance problem when reading camera features using the aravis library.
This problem is documented in an `issue in ADGenICam on Github <https://github.com/areaDetector/ADGenICam/issues/1>`_
The time to read all camera features on an FLIR Oryx camera using their Spinnaker SDK is 0.056 s, while it takes 11.8 s with aravis.
The problem is that aravis is not caching register values as it should.
An `issue has been created for this in the aravis repository on Github <https://github.com/AravisProject/aravis/issues/253>`_.
This is a serious problem because the ADGenICam base class reads the
value of all features when the value of any feature is changed.
This means that it takes 11.8 seconds each time any feature is changed on the Oryx, for example, which is not acceptable.
Hopefully this problem with aravis will be fixed soon.

0 comments on commit 4bf732d

Please sign in to comment.