-
Notifications
You must be signed in to change notification settings - Fork 2
LightCrafterDLP900 configuration
This tutorial is for version LightCrafterDLP900 version 5.3
With the PLM turned on and USB connected, it will be recognized in the LightCrafterDLP900. The configuration differs slightly for HDMI and DisplayPort connections.
With HDMI connection, the virtual monitor will appear as soon as the PLM has the HDMI cable connected.
At the Video Mode tab, make sure that the
-
(1) Source Select is set to Parallel RGB with 24 bits
-
(2) Input Port Data Swap: Port 1: ABC -> ABC, this will ensure that after our configuration of the bit order, the holograms will be unpacked in RGB little endian order.
-
(3) IT6535 receiver is set to HDMI
For the display port connection.... Port Swap port 1 and 2 Dual pixel At (3), the DisplayPort should be selected and Set. When doing so, the second monitor will appear.
Operating the PLM in Video Pattern Mode lets us choose the bit unpacking order. We send bit-packed frames to the screen, each frame containing up to 24 holograms, that the PLM reads from. In this tab we can set how the PLM will unpack it.
Using the Input Port Swap : ABC -> ABC, the unpacking order will be RGB little-endian, and this is the order in which we bitpack the holograms using the CreateHologram function. I believe that by default the PLM will be GRB big-endian, with the default Input Port Swap.