Property documentation of Basic camera

Properties

  • "name"
  • "sensor-width"
  • "sensor-height"
  • "sensor-bitdepth"
  • "sensor-horizontal-binning"
  • "sensor-horizontal-binnings"
  • "sensor-vertical-binning"
  • "sensor-vertical-binnings"
  • "sensor-max-frame-rate"
  • "trigger-mode"
  • "exposure-time"
  • "roi-x0"
  • "roi-y0"
  • "roi-width"
  • "roi-height"
  • "roi-width-multiplier"
  • "roi-height-multiplier"
  • "has-streaming"
  • "has-camram-recording"
  • "transfer-asynchronously"
  • "is-recording"
  • "is-readout"

Details

name
"name" : gchararray : Read-only

Name of the camera

sensor-width
"sensor-width" : guint : Read-only

Width of the sensor in pixels

sensor-height
"sensor-height" : guint : Read-only

Height of the sensor in pixels

sensor-bitdepth
"sensor-bitdepth" : guint : Read-only

Number of bits per pixel

sensor-horizontal-binning
"sensor-horizontal-binning" : guint : Read / Write

Number of sensor ADCs that are combined to one pixel in horizontal direction

sensor-horizontal-binnings
"sensor-horizontal-binnings" : GValueArray : Read-only

Array of possible binnings in horizontal direction

sensor-vertical-binning
"sensor-vertical-binning" : guint : Read / Write

Number of sensor ADCs that are combined to one pixel in vertical direction

sensor-vertical-binnings
"sensor-vertical-binnings" : GValueArray : Read-only

Array of possible binnings in vertical direction

sensor-max-frame-rate
"sensor-max-frame-rate" : gfloat : Read-only

Maximum frame rate at full frame resolution

trigger-mode
"trigger-mode" : UcaCameraTrigger : Read / Write

Trigger mode

exposure-time
"exposure-time" : gdouble : Read / Write

Exposure time in seconds

roi-x0
"roi-x0" : guint : Read / Write

Horizontal coordinate

roi-y0
"roi-y0" : guint : Read / Write

Vertical coordinate

roi-width
"roi-width" : guint : Read / Write

Width of the region of interest

roi-height
"roi-height" : guint : Read / Write

Height of the region of interest

roi-width-multiplier
"roi-width-multiplier" : guint : Read-only

Minimum possible step size of horizontal ROI

roi-height-multiplier
"roi-height-multiplier" : guint : Read-only

Minimum possible step size of vertical ROI

has-streaming
"has-streaming" : gboolean : Read-only

Is the camera able to stream the data

has-camram-recording
"has-camram-recording" : gboolean : Read-only

Is the camera able to record the data in-camera

transfer-asynchronously
"transfer-asynchronously" : gboolean : Read / Write

Specify whether data should be transfered asynchronously using a specified callback

is-recording
"is-recording" : gboolean : Read-only

Is the camera currently recording

is-readout
"is-readout" : gboolean : Read-only

Is camera in readout mode