setMode ( self, *modes )
Sets Camera modes the nice way, instead of direct access
of the mode member.
This function takes a variable number of string arguments of the types
listed in self.Modes.
Example:
c = Camera.New()
c.setMode('showMist', 'showLimits')
Exceptions
|
|
TypeError, "mode must be one of %s" % self.Modes.keys()
|
|