Cameras and lights
 
 
 

These are accessed through FBCamera and FBLight. The properties and functions of these classes directly reflect the user interface.

To see how to create a camera with a marker as an interest, see FBCamera.py.

When you create a camera in the MotionBuilder GUI, it is automatically set to active. However, when created with the SDK using FBCamera, the boolean active property of FBCamera is set to false. So you should normally set this property to true after creating a new camera.