Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Mar 25, 2024
1 parent 7b108d2 commit 8deccd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8deccd9

Please sign in to comment.