Basic video input class, supporting webcam and DV device.
Public Member Functions |
|
__init__ (object pObject=None) | |
Constructor. |
|
bool | LiveSetCompressor (int pCompressorIndex) |
Set the current compressor to be used when
recording. |
|
int | LiveGetCompressor () |
Get the current compressor index. |
|
int | LiveGetCompressorCount () |
Get the compressor count. |
|
str | LiveGetCompressorName (int pCompressorIndex) |
Get the compressor name at a particular
index. |
|
LiveSetResolutionFR (int pIndex) | |
Set the current resolution and frame rate
for the device. |
|
int | LiveGetResolutionFR () |
Get the current resolution and frame rate
index. |
|
int | LiveGetResolutionFRCount () |
Get the number of resolution and frame rate
available for the device. |
|
str | LiveGetResolutionFRName (int pIndex) |
Get the resolution and frame rate string
description at the specified index. |
|
FBVideoLiveType | LiveGetType () |
Get the type of the video input device.
|
|
Public Attributes |
|
FBPropertyBase | Online |
Read Write Property: If true, the
device is online and will display the current video feed. |
|
FBPropertyBase | Recording |
Read Write Property: If true, the
device will record during a recording session. |
|
FBPropertyBase | RecordAudio |
Read Write Property: If true, the
device will also record audio during a recording session. |
|
FBPropertyString | FilePath |
Read Write Property: Location of the
generated movie file after a recording session. |
__init__ | ( | object | pObject = None |
) |
Constructor.
pObject | Internal parent object. |
Reimplemented from FBComponent.
Set the current compressor to be used when recording.
pCompressorIndex | Index of the compressor. |
int LiveGetCompressor | ( | ) |
Get the current compressor index.
int LiveGetCompressorCount | ( | ) |
Get the compressor name at a particular index.
LiveSetResolutionFR | ( | int | pIndex | ) |
Set the current resolution and frame rate for the device.
pIndex | Index of the resolution and frame rate. |
int LiveGetResolutionFR | ( | ) |
Get the current resolution and frame rate index.
int LiveGetResolutionFRCount | ( | ) |
Get the number of resolution and frame rate available for the device.
Get the resolution and frame rate string description at the specified index.
pIndex | Index of the resolution and frame rate. |
FBVideoLiveType LiveGetType | ( | ) |
Get the type of the video input device.
FBPropertyBase Online |
Read Write Property: If true, the device is online and will display the current video feed.
FBPropertyBase Recording |
Read Write Property: If true, the device will record during a recording session.
FBPropertyBase RecordAudio |
Read Write Property: If true, the device will also record audio during a recording session.
Read Write Property: Location of the generated movie file after a recording session.