Viz Artist User Guide
Version 3.14 | Published October 30, 2020 ©
Control 3D Stereoscopic Clip Playback
To playback 3D Stereo Clips, Viz Engine must be started with the -3D parameter. This sets Viz Engine in a mode where a side by side clip is split and played out on channel A and B on the Matrox board.
Note: This is for clips only.
The playback on each output channel can be controlled with several shared memory variables. Each channel has its own set of variables indicated by the A and B in the names. The meaning of each of them is the same for both output channels.
-
HScale / VScale: Scales the output image relative to the image anchor (see XAnchor and YAnchor) in the respective direction.
-
HSort / VSoft: Applies softness to the scaled region of the source image only, and is defined as the percentage of pixels to be softened from the border to the center.
-
XTrans / YTrans: Translates the output image in the respective direction.
-
XAnchor / YAnchor: Defines the position of the anchor on the input image. The axis center equals the center of the input image.
-
Sharpness: Sets the amount of additional sharpness to apply to the output image.
To control the behavior of clip playback, the following shared memory variables exist:
vizrt.com.StereoClip.changed
vizrt.com.StereoClip.A.HScale
vizrt.com.StereoClip.A.VScale
vizrt.com.StereoClip.A.HSoft
vizrt.com.StereoClip.A.VSoft
vizrt.com.StereoClip.A.XTrans
vizrt.com.StereoClip.A.YTrans
vizrt.com.StereoClip.A.XAnchor
vizrt.com.StereoClip.A.YAnchor
vizrt.com.StereoClip.A.Sharp
vizrt.com.StereoClip.B.HScale
vizrt.com.StereoClip.B.VScale
vizrt.com.StereoClip.B.HSoft
vizrt.com.StereoClip.B.VSoft
vizrt.com.StereoClip.B.XTrans
vizrt.com.StereoClip.B.YTrans
vizrt.com.StereoClip.B.XAnchor
vizrt.com.StereoClip.B.YAnchor
vizrt.com.StereoClip.B.Sharp
See Also
-
For more information about setting stereo modes, see the Camera page in the Configuring Viz section of the Viz Engine Administrator Guide.
-
Calculate the Days of a Week and Month script example