Vizard 8 » Reference » Multimedia » VideoCamera extension » Matrox video capture
8.1

Matrox video capture

This implementation provides support for Matrox video capture cards. You must have the Matrox Imaging Library (MIL) installed in order to use this implementation.

Note: VideoVision must be installed in order to use the Matrox video camera implementation.

Example

This example connects to a camera on a Matrox Morphis Quad card:

#Create Video Camera extension
video = viz.add('VideoCamera.dle')

#Connect to camera on Morphs Quad card
cam = video.addMorphisQuad()

Interface

The Matrox camera implementation provides the following video camera extension commands:

Method

Description

video.addMeteor(gray=False)

Connect to a camera on a Matrox Meteor card. If gray is True, the camera will capture in gray scale color, otherwise it will use the default color mode.

video.addMorphisDual(gray=False)

Connect to a camera on a Matrox Morphis Dual card. If gray is True, the camera will capture in gray scale color, otherwise it will use the default color mode.

video.addMorphisQuad(gray=False)

Connect to a camera on a Matrox Morphis Quad card. If gray is True, the camera will capture in gray scale color, otherwise it will use the default color mode.