# Shared memory documentation `sharedmemory` is an IO plugin for Vahana VR. It allows Vahana VR to send a video output (without audio) to a memory area shared with other processes. Please see *Shared Memory Interface.pdf* for more details. ## Configuration The `sharedmemory` plugin can be used by Vahana VR through a .vah project file. Please see the _\*.vah file format specification_ for additional details. ### Example ``` "outputs" : [ { "type" : "shared_memory", "filename" : "shared_memory_1", "key" : "123456", "number_of_frames" : 8, "crop_bottom" : 0 } ] ``` ### Parameters
MemberTypeDefault value
typestringshared_memoryRequired. Defines a shared memory output.
filenamestring-Required. Name of the shared memory output.
keystring-Required. The key for this shared memory (platform specific).
number_of_framesint8Number of frames in the shared memory.
crop_bottomint0Number of cropped lines at the bottom of each images.