From a2e1441aa030c11f048253c95da8119bb1cb25d2 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Thu, 20 Jul 2023 15:26:45 -0500 Subject: [PATCH] Updated notes for R2-3 --- RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE.md b/RELEASE.md index 18220eb..cbef408 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -20,6 +20,7 @@ Release Notes * Add autosave command create_manual_set(ADAutoSaveMenu.req, ...) to iocBoot/iocAravis/st.cmd.base. This can be used to save and load the camera and plugin PV when the camera reconnects. It can also be used to save and load different configurations for different setups. +* Relinquish control of camera before doing a reset. Thanks to Evan Daykin for this. * Fix problem with ADAcquire setting parameter library before calling base class. * Fix to allow MONO_14 format to work. * Fix memory leak in arvFeature::readEnumChoices()