MemoryCacheBuffer¶
- MacroModule¶
author
package
definition
Purpose¶
The module MemoryCacheBuffer is able to store an arbitrary number of images. One after the other can be accessed via its index.
Windows¶
Default Panel¶
Input Fields¶
inImage¶
- name: inImage, type: Image¶
Output Fields¶
outImage¶
- name: outImage, type: Image¶
Parameter Fields¶
Visible Fields¶
Size¶
- name: size, type: Integer, persistent: no¶
Shows the number of stored images.
Index¶
- name: index, type: Integer, default: -1, maximum: -1¶
Sets the index used to switch between the stored images.
Add¶
- name: add, type: Trigger¶
When pressed, the currently attached image is added to the storage.
Clear¶
- name: clear, type: Trigger¶
When pressed, all stored images are cleared.