SOURCE
ssicamera.dll

SUMMARY
CameraWriter CameraWriter
CameraScreen CameraScreen
CameraReader CameraReader
Camera Camera

DETAILS
CameraWriter
  CameraWriter  CONSUMER
 
           Writes a video (and an optional audio) stream to an avi file
 
             +  path   CHAR   1024   ''   LOCK   file path (empty for stdout) 
             +  overwrite   BOOL   1   'false'   LOCK   overwrite file if it already exists (otherwise a unique path will be created) 
             +  keepEmpty   BOOL   1   'true'   LOCK   store stream even if it is empty 
             +  compression   CHAR   1024   ''   LOCK   name of compression filter ('None' for none, if empty dialog is shown) 
             +  flip   BOOL   1   'true'   LOCK   flip video image 
             +  mirror   BOOL   1   'false'   LOCK   mirror video image 
             +  mode   INT   1   '0'   LOCK   interleaving mode (0=NONE, 1=CAPTURE, 2=FULL, 3=BUFFERED) 
 
CameraScreen
  CameraScreen  SENSOR
 
           Captures the screen or parts of the screen and provides the grabbed frames as a video stream.
 
             +  fps   DOUBLE   1   '25.00000'   LOCK   frames per second 
             +  full   BOOL   1   'false'   LOCK   full screen toggle (if true region is ignored) 
             +  region   CHAR   1024   '0,0,0,0'   LOCK   region (left, top, width, height) 
             +  mouse   BOOL   1   'false'   LOCK   capture mouse cursor 
             +  mouse_size   UINT   1   '4'   LOCK   size of mouse cursor in pixel 
             +  resize   BOOL   1   'false'   LOCK   resize image to widthxheight (requires ssiimage[d].dll!) 
             +  resize_width   UINT   1   '0'   LOCK   resize width in pixels 
             +  resize_height   UINT   1   '0'   LOCK   resize height in pixels 
             +  resize_method   INT   1   '1'   LOCK   resize interpolation method (0=NN,1=LINEAR,2=CUBIC,3=AREA) 
             +  flip   BOOL   1   'true'   LOCK   flip video image 
 
           Available channels:
 
             +  video   Delivers a stream of uncompressed images in the Device Independent Bitmap (DIB) file format of the desired sub type. 
 
CameraReader
  CameraReader  SENSOR
 
           Grabs video frames from an avi file and provides it as a video stream.
 
             +  apply   BOOL   1   'true'   LOCK   Apply changes from graphical dialog? 
             +  device   CHAR   1024   ''   LOCK   Name of camera device (if empty a selection dialog will be shown). 
             +  codec   CHAR   1024   'None'   LOCK   Name of compression filter ('None' for none). 
             +  width   INT   1   '0'   LOCK   Width in pixel. 
             +  height   INT   1   '0'   LOCK   Height in pixel. 
             +  fps   DOUBLE   1   '0.00000'   LOCK   Frame rate per seconds. 
             +  subtype   CHAR   1024   ''   LOCK   Name of mediasubtype (if empty a selection dialog will be shown). 
             +  channel   INT   1   '0'   LOCK   Number of channels. 
             +  depth   INT   1   '0'   LOCK   Depth in bits per channel. 
             +  closestFps   BOOL   1   'false'   LOCK   Use closest frame rate? 
             +  flip   BOOL   1   'false'   LOCK   Flip camera image 
             +  mirror   BOOL   1   'false'   LOCK   mirror video image 
             +  path   CHAR   1024   ''   LOCK   file path 
             +  forcefps   DOUBLE   1   '0.00000'   LOCK   frames per second 
             +  run   BOOL   1   'false'   LOCK   best effort delivery 
 
           Available channels:
 
             +  video   Delivers a stream of uncompressed images in the Device Independent Bitmap (DIB) file format of the desired sub type. 
 
Camera
  Camera  SENSOR
 
           Establishes a connection to a video capture devices such as web-cams, DV cameras or TV tuner cards.
 
             +  apply   BOOL   1   'true'   LOCK   Apply changes from graphical dialog? 
             +  device   CHAR   1024   ''   LOCK   Name of camera device (if empty a selection dialog will be shown). 
             +  codec   CHAR   1024   'None'   LOCK   Name of compression filter ('None' for none). 
             +  width   INT   1   '0'   LOCK   Width in pixel. 
             +  height   INT   1   '0'   LOCK   Height in pixel. 
             +  fps   DOUBLE   1   '0.00000'   LOCK   Frame rate per seconds. 
             +  subtype   CHAR   1024   ''   LOCK   Name of mediasubtype (if empty a selection dialog will be shown). 
             +  channel   INT   1   '0'   LOCK   Number of channels. 
             +  depth   INT   1   '0'   LOCK   Depth in bits per channel. 
             +  closestFps   BOOL   1   'false'   LOCK   Use closest frame rate? 
             +  flip   BOOL   1   'false'   LOCK   Flip camera image 
             +  mirror   BOOL   1   'false'   LOCK   mirror video image 
 
           Available channels:
 
             +  video   Delivers a stream of uncompressed images in the Device Independent Bitmap (DIB) file format of the desired sub type. 
 


Built with Social Signal Interpretation (SSI) [v1.0.5]
(c) University of Augsburg
http://openssi.net