Click or drag to resize
SoVRMLMovieTextureSetVideoCaptureFormat Method

<font color="#0000FF">[Windows only]</font> In case of video capture from a video input device (see url), this method allows you to configure the video capture settings (the video size format and the video capture rate expressed in frames per second).

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetVideoCaptureFormat(
	int width,
	int height,
	int framePerSec
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
framePerSec
Type: SystemInt32
Remarks

If no format is specified, the size and frame rate will be the last used by the capture device. Because video size formats are device specific, the requested size may not be available and a default size will be used instead.

See Also