- clone this repo including submodules
git clone --recurse-submodules https://github.com/FlorianMehnert/3dmirror.git
- see instructions for common issues
- in Windows make sure AZURE_KINECT_SDK environment variable is set to the azure kinect sdk directory
- for 1.4.1 C:\Program Files\Azure Kinect SDK v1.4.1\sdk
- add
%AZURE_KINECT_SDK%\windows-desktop\x86\release\bin
to PATH- should this not work for your pc: add
%AZURE_KINECT_SDK%\windows-desktop\amd64\release\bin
instead to PATH (make sure this is not set multiple times)
- should this not work for your pc: add
- camera not accessible for kinect viewer: allow desktop apps to access camera (Start > Settings > Privacy & security > Camera)
LibUSB transfer status of 00000001 unexpected
- check the power supply of the kinect or just reconnect the power
- download visual studio 2022
- drag "project" folder to
define_project_dir.bat
- drag the "build" folder to
define_system_variables.bat
and select j for visual studio 2022 - open the batch file
define_platform.bat
and set to 64 - bind the .pj extension to the
generate_makefiles.bat
- find the point_renderer.cxx in the cgv framework under libs/cgv_gl/point_renderer.cxx and comment the two lines:
if (!has_point_sizes)
ref_prog().set_attribute(ctx, "point_size", prs.point_size);
- Ansii color support for Win10:
- when using the glsl highlighting addon for VisualStudio2022 you might want to avoid comments like
//***** begin interface of fragment.glfs ****
and convert the to// ***** begin interface of fragment.glfs ****
(put a space after the comment //)