This class is a wrapper around the system's camera switcher object. There can only be one switcher in a given scene. Any attempts at creating a new instance will return the existing one.
See sample: CameraSwitcher.py.
Public Member Functions |
|
FBCameraSwitcher () | |
Constructor. |
|
Public Attributes |
|
FBCamera | CurrentCamera |
Read Write Property: Camera currently
being used by the switcher. Set to NULL to turn on evalute switch,
otherwise manual switch. |
|
int | CurrentCameraIndex |
Read Write Property: Camera index
currently being used by the switcher. Set to -1 to turn on evaluate
switch. |
FBCameraSwitcher | ( | ) |
Constructor.
Read Write Property: Camera currently being used by the switcher. Set to NULL to turn on evalute switch, otherwise manual switch.
Read Write Property: Camera index currently being used by the switcher. Set to -1 to turn on evaluate switch.