We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f59be7 commit 13b9e0aCopy full SHA for 13b9e0a
pyimu/README.md
@@ -4,7 +4,7 @@ IMU Renderer
4
A small python application that receives IMU rotational information through the Cast API and renders the Clarius L7HD scanner.
5
6
Requirements for executing under Linux:
7
-- Install Pillow (latest PIL library) and PySide2 using pip
8
-- Copy pycast.so and libcast.so to same folder as pyimu.py (libraries found in the separate cast repository)
+- Install Pillow (latest PIL library) and PySide6 using pip
+- Copy the pyimu.py to the extracted libs folder (where pyclariuscast.so and libcast.so are placed)
9
- Ensure scanner.obj and scanner.mtl files are in the same folder as pyimu.py
10
-- Execute: LD_LIBRARY_PATH=. python3 pyimu.py
+- Execute: python3 pyimu.py
0 commit comments