R1-2 (5-March-2020)
-
Computer Vision functions implemented
- Video Record - allows for video recording with areaDetector
- Convert Format - Converts color format and Data type of input image.
-
Additional Feature changes
- Added filepath PV
- Added filepath exists PV
- Added opencv_video and opencv_videoio as library dependancies
- Added support for multithreading for certain functions
- New medm, edm, and adl screens (Courtesy of Mark Rivers)
- New rst documentation pages (Courtesy of Mark Rivers
-
Bug Fixes
- Edited mat2NDArray function to remove potential memory leak
- Comment + documentation updates
- Fixed bug where input pArray data would be placed into the Mat - which would result in data overwrite.
- Removed call that added unnecessary DataType attribute
- Changed
doCallbacksGenericPointer
toendProcessCallbacks
- Cleanup of
mat2NDArray
function