The text shown on the eyeglasses are appearing about 20-25 centimeters away from the eye I guess but is there any setting to change it in the code? If I want to move the text around in depth (further away or closer to the wearer) is it possible to do that? Thx
Yes, it is possible to adjust depth in the application code.
It is done using; utils.setScreenDepth(depth);
You can check SampleDisplaySetting, in SmartEyeglass SDK samples, to learn how it is used in more detail.