Home | Trees | Indices | Help |
|
---|
|
object --+ | CameraController
Interface class for controlling camera settings on the Baxter robot.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
MODES =
|
|||
CONTROL_AUTO = -1
|
|
|||
resolution Camera resolution as a tuple. |
|||
fps Camera frames per second |
|||
exposure Camera exposure. |
|||
gain Camera gain. |
|||
white_balance_red White balance red. |
|||
white_balance_green White balance green. |
|||
white_balance_blue White balance blue. |
|||
window Camera windowing, returns a tuple, (x, y) |
|||
flip Camera flip. |
|||
mirror Camera mirror. |
|||
half_resolution Return True if binning/half resolution is enabled on the camera. |
|||
Inherited from |
|
Constructor.
|
|
MODES
|
|
resolutionCamera resolution as a tuple. (width, height). Valid resolutions are listed as tuples in CameraController.MODES
|
fpsCamera frames per second
|
exposureCamera exposure. If autoexposure is on, returns CameraController.CONTROL_AUTO
|
gainCamera gain. If autogain is on, returns CameraController.CONTROL_AUTO
|
white_balance_redWhite balance red. If autocontrol is on, returns CameraController.CONTROL_AUTO
|
white_balance_greenWhite balance green. If autocontrol is on, returns CameraController.CONTROL_AUTO
|
white_balance_blueWhite balance blue. If autocontrol is on, returns CameraController.CONTROL_AUTO
|
windowCamera windowing, returns a tuple, (x, y)
|
flipCamera flip. Returns True if flip is enabled on the camera.
|
mirrorCamera mirror. Returns True if mirror is enabled on the camera.
|
half_resolutionReturn True if binning/half resolution is enabled on the camera.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 27 12:34:35 2015 | http://epydoc.sourceforge.net |