Draw shapes and text on your phone and Playzer will display it with a laser
Combined with a smartphone camera, Playzer can scan 3D objects
A Class IIIa laser is mounted with a MEMS mirror, capable of fast and highly precise control of laser beam scanning.
Rechargable Li-ION battery for up to 8 hours of use
A small and light weight package for portability and mounting almost anywhere
200MHz 32-bit processor with Bluetooth and USB for connecting with smartphones, Raspberry Pi, PCs, etc.
playzer.ConnectDevice( "00:80:E1:B2:C9:70" );
playzer.MEMSEnable( true );
playzer.LaserEnable( true );
...
// display text
playzer.CreateText( mSamples, "Hello World!", paramStruct );
playzer.SendDataStream( mSamples );
// imaging
playzer.LaserModulationEnable( true );
for (int row=0; row<100; row++) {
for (int col=0; col<100; col++) {
x = (col-50)/50; y = (row-50)/50;
playzer.GoToDevicePosition(x, y, 0, mSec)
// add to grayscale image
}
}
The Playzer is an ongoing effort to create the world's brightest, fastest and smallest pocket-sized, programmable laser projector.
Evaluation Kits are available now via Mirrorcle Technologies, Inc.
For more information, contact us at info@mirrorcletech.com