https://github.com/ichlubna/quilttonative
This app transforms the input quilt into the native format directly displayable on the Looking Glass 3D display.
https://github.com/ichlubna/quilttonative
3d-display light-field looking-glass lookingglass
Last synced: 3 months ago
JSON representation
This app transforms the input quilt into the native format directly displayable on the Looking Glass 3D display.
- Host: GitHub
- URL: https://github.com/ichlubna/quilttonative
- Owner: ichlubna
- License: mit
- Created: 2024-10-17T12:24:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T11:51:30.000Z (12 months ago)
- Last Synced: 2025-03-27T22:40:23.589Z (8 months ago)
- Topics: 3d-display, light-field, looking-glass, lookingglass
- Language: C++
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Converter of the quilt image into the native Looking Glass format
This program can be used to convert the input quilt image into the native Looking Glass format. The result can be displayed directly on the Looking Glass in a fullscreen mode. The display calibration parameters are necessary to be defined. They can be obtained by using [this tool](https://github.com/ichlubna/getLKGCalibration) or in the json file in the Looking Glass Portrait mounted memory. Use `--help` for the description of the parameters. The program uses OpenCL for GPU acceleration. Make sure to have the `kernel.cl` code in the same directory as the binary.
Example:
```
./QuiltToNative -i quilt.jpg -o outputDir -cols 8 -rows 6 -width 1536 -height 2048 -pitch 246.867 -tilt -0.185828 -center 0.350117 -viewPortion 1 -subp 0.000217014 -focus 0
```