html5-img
1 / 18

Spatial Light Modulator (SLM)

Spatial Light Modulator (SLM). What is SLM?. An device that imposes some form of spatially-varying modulation on a beam of light. It can modulates the intensity or phase of the beam or both the intensity and the phase simultaneously. Hamamatsu X10468 Series.

odell
Télécharger la présentation

Spatial Light Modulator (SLM)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Spatial Light Modulator (SLM)

  2. What is SLM? • An device that imposes some form of spatially-varying modulation on a beam of light. • It can modulates the intensity or phase of the beam or both the intensity and the phase simultaneously.

  3. Hamamatsu X10468 Series • Liquid crystal on silicon (LCOS) chip based Phase-Only Modulator • FEATURES・  Pure, linear and precise phase control・  High light utilization efficiency・  High diffraction efficiency・  Compact・  Ease of use(DVI compatible)・  Reflective type • APPLICATIONS・  Laser material processing・  Optical manipulation・  Wavefront correction・  Pulse shaping・  Optical testing LCOS chip Hamamatsu, X10468 series manual, 2009

  4. Specifications

  5. How it works Hologram TEM00 LG01 Transmittance at SLM LG01 Hologram By modulating the phase of incident light, the intensity of output light can be changed.

  6. Phase Modulation Characteristic • The X10468 series can achieve phase modulation of more than 2π radians over the 400-1100 nm readout wavelength range. • The phase modulation curves for 95 % pixels lies within +/- 2σ .

  7. Installation • Check that the PC and the LCOS-SLM controller are turn off. • Turn on the PC. • Change the display properties. Connect the second display. (LCOS-SLM) • Change the properties of the second display as shown below. Display size: 800 x 600 (SVGA) Refresh rate: 60 Hz Colors: True color (32 Bit) • Turn on the LCOS-SLM controller. All LEDs will illuminate temporarily. • Check that the error lamp in the LCOS-SLM controllers is not illuminated or flashing continuously. If the error lamp is illuminated or flashing continuously, the PC settings may be wrong, or the cables may not be properly connected. • When the power is turned on, the LCOS-SLM warms up for about 10 seconds, during the POWER LED flashes. You can start using the LCOS-SLM after that. The OUTPUT LED flashes for five minutes to indicate that the device is warming up; please refrain from using it during this time. This procedure should be kept if the error lamp in the LCOS-SLM controllers is lit or flashing.

  8. Display setting • Set the resolution of 2nd monitor to 800x600. • The 2nd monitor will be recognized as LCOS-SLM.

  9. Display the hologram on SLM using C++

  10. Retrieving monitor info. • EnumDisplayDevices: retrieves information about one of the graphics modes for a display device • EnumDisplaySettings: obtain information about the display devices(monitors) in the current session. • Include “windows.h” to use these functions Reference: Microsoft MSDN

  11. EnumDisplayDevices

  12. EnumDisplaySettings

  13. Useful OpenCV GUI functions OpenCV is a computer vision library originally developed by Intel. It is free for commercial and research use under the open sourceBSD license. The library is cross-platform, and runs on Windows, Mac OS X, Linux, PSP, VCRT (Real-Time OS on Smart camera) and other embedded devices. It focuses mainly on real-time image processing. • cvNamedWindow • cvDestroyWindow • cvMoveWindow • cvShowImage • cvLoadImage • cvWaitKey • cvReleaseImage To use these functions, install OpenCV. Copy “cxcore100.dll” and “highgui100.dll” located at C:\Program Files\OpenCV\bin in C:\WINDOWS\system32. And include “highgui.h” andlink “cxcore.lib and “highgui.lib” in the program Reference: Intel® Open Source Computer Vision Library

  14. cvNamedWindow, cvDestroyWindow

  15. cvMoveWindow, cvShowImage

  16. cvLoadImage

  17. cvWaitKey, cvReleaseImage

  18. Displayed on the SLM Sample code

More Related