Skip to content

R1-2

Latest
Compare
Choose a tag to compare
@jwlodek jwlodek released this 06 Mar 20:10
· 8 commits to master since this release

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