Video library

Typelibrary
DictionaryLCS
LibraryLiveCode Script
Synonymsvideo library,video libraries
RelatedGlossary: video capture, LiveCode custom library
Description

The LiveCode custom library that supports video capture from a camera or other video input device.

Tagsmultimedia
TypeNameSummarySyntax
commandrevCloseVideoGrabber

Closes the video grabber window and frees any memory used.

revCloseVideoGrabber

- - -revInitializeVideoGrabber

Opens the video grabber window.

revInitializeVideoGrabber <parentStack>, <videoMethod>, <grabberRect>

- - -revPreviewVideo

Displays the video input in the video grabber without recording it.

revPreviewVideo

- - -revRecordVideo

Records video from a video camera to a file.

revRecordVideo <filePath>

- - -revSetVideoGrabberRect

Changes the size and location of the video grabberwindow.

revSetVideoGrabberRect <left>, <top>, <right>, <bottom>

- - -revSetVideoGrabSettings

Restores video settings saved by the revVideoGrabSettings function.

revSetVideoGrabSettings <variableName>

- - -revStopPreviewingVideo

Stops showing input from a video camera in the videograbber window.

revStopPreviewingVideo

- - -revStopRecordingVideo

Stops a video capture that was started with the revRecordVideo command.

revStopRecordingVideo

- - -revVideoFrameImage

Puts the current frame in the video grabber into a variable.

revVideoFrameImage <frameWidth>, <frameHeight>, <dataVariable>

- - -revVideoGrabDialog

Displays a dialog box for configuring Video for Windows video capture.

revVideoGrabDialog [<settingsType>]

- - -revVideoGrabIdle

Gives processing time to QuickTime during video previewing and recording.

revVideoGrabIdle

- - -revVideoGrabSettings

Puts the current video capture settings, stored as binarydata, into a variable.

revVideoGrabSettings <dataVariable>