Main Website: jhkjames1110.github.io
Final Thoughts:
Goal: Apply BlenDR to FarfetchFusion
Plan:
Check for calibrating multiple Azure Kinect captures & Point Cloud Construction
Apply WebRTC on BlenDR
Good things to Note: (Setup Kinect SDK for Python)
https://github.com/ibaiGorordo/pyKinectAzure/blob/master/README.md
1. Copy the k4a and DE binaries into the folder src/python/k4a/src/k4a/_libs.
The file name for the k4a library MUST be libk4a.so.
>**Note:** Python will look for "libk4a.so" in Linux to load the k4a library,
>which will then load the depth engine dll.
>An example of the files to put in \\_libs/ for Linux are:
>- libk4a.so (link) -> libk4a.so.1.4
>- libk4a.so.1.4 (link) -> libk4a.1.4.1
>- libk4a.so.1.4.1
>- depthengine.so.2.0
2. In a terminal, source the script src/python/k4a/build_wheel.csh.
This will create the .whl file in a build/ folder.
`cd <repo_root>/src/python/k4a`
`source build_wheel.csh`