DLP setup#

Walkthrough#

Focus#

Show a Siemen’s star for focus adjustment with Focus. The number of slices in the star can be changed with the slices argument.

import vamtoolbox as vam

vam.dlp.setup.Focus(slices=20,N_screen=(1920,1080))
../../_images/siemens_star.png

Axis alignment#

Show 3 lines for axis alignment with AxisAlignment. The line thickness, line separation, and line u-axis center offset can be changed with the arguments.

vam.dlp.setup.AxisAlignment(half_line_thickness=1,half_line_separation=200)

Tip

Use the up/down arrow keys to change line thickness, left/right arrow keys to change line separation, and comma/period keys to change the line center offset while the displaying on the DLP device.

_images/examples/DLPsetup/axis_alignment.png

Example file#

examples/DLPsetup.py#
import vamtoolbox as vam

vam.dlp.setup.Focus(slices=20,N_screen=(1920,1080))

vam.dlp.setup.AxisAlignment(half_line_thickness=1,half_line_separation=200)