Package libavg :: Module avg :: Class Camera

Class Camera




A node that displays the image of a camera. The properties are the same as the camera properties in .avgtrackerrc and are explained under https://www.libavg.de/wiki/index.php/Tracker_Setup.

Instance Methods

Inherited from VideoBase: getFPS, pause, play, stop

Inherited from RasterNode: getBitmap, getOrigVertexCoords, getWarpedVertexCoords, setWarpedVertexCoords

Inherited from Node: __init__, getParent, getRelPos, releaseEventCapture, setEventCapture, setEventHandler

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties
  brightness
  device
  drivername
  exposure
  framenum
  framerate
  gain
  gamma
  saturation
  sharpness
  shutter
  whitebalance

Inherited from RasterNode: angle, blendmode, maxtileheight, maxtilewidth, pivotx, pivoty

Inherited from Node: active, height, id, opacity, sensitive, width, x, y

Inherited from object: __class__

Property Details

brightness

Get Method:
unreachable(...)
Set Method:
unreachable(...)

device

Get Method:
unreachable(...)

drivername

Get Method:
unreachable(...)

exposure

Get Method:
unreachable(...)
Set Method:
unreachable(...)

framenum

Get Method:
unreachable(...)

framerate

Get Method:
unreachable(...)

gain

Get Method:
unreachable(...)
Set Method:
unreachable(...)

gamma

Get Method:
unreachable(...)
Set Method:
unreachable(...)

saturation

Get Method:
unreachable(...)
Set Method:
unreachable(...)

sharpness

Get Method:
unreachable(...)
Set Method:
unreachable(...)

shutter

Get Method:
unreachable(...)
Set Method:
unreachable(...)

whitebalance

Get Method:
unreachable(...)
Set Method:
unreachable(...)