slmsuite.hardware.cameraslms.CameraSLM

class CameraSLM(cam, slm)[source]

Bases: object

Base class for an SLM with camera feedback.

cam

Instance of Camera which interfaces with a camera. This camera is used to provide closed-loop feedback to an SLM for calibration and holography.

Type

object

slm

Instance of SLM which interfaces with a phase display.

Type

object

Methods

__init__(cam, slm)[source]
Parameters
  • cam – See cam.

  • slm – See slm.

  • mag – See mag.