From 8deccd96332f680f875cc08598b8af5b1a3cd79a Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Mon, 25 Mar 2024 16:57:55 -0500 Subject: [PATCH] Fix typo --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 2b8254d3f..cfdc8820c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -24,7 +24,7 @@ files respectively, in the configure/ directory of the appropriate release of th ### asynNDArrayDriver and NDPluginBase.template * Added support for pre-allocating NDArrays. This is useful for preventing dropped frames on high-speed cameras because of the finite - time required for the operating system to allocate memory. + time required for the operating system to allocate memory. If a camera is acquiring at high speed and NDArrays are allocated on demand to fill plugin buffers during acquisition then the driver can drop frames during an initial acquisition. By pre-allocating frames into the NDArrayPool free list this problem can be avoided.