Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add the CMake file for offline_processor #890

Closed
legacydev opened this issue Nov 6, 2019 · 4 comments
Closed

Please add the CMake file for offline_processor #890

legacydev opened this issue Nov 6, 2019 · 4 comments
Labels
Body Tracking Issue related to the Body Tracking SDK Enhancement New feature or request Help Wanted This issue is looking for someone to work on it

Comments

@legacydev
Copy link

The source does not include the CMake file for the offline_processor. Can this be added?

@legacydev legacydev added Body Tracking Issue related to the Body Tracking SDK Bug Something isn't working Triage Needed The Issue still needs to be reviewed by Azure Kinect team members. labels Nov 6, 2019
@wes-b wes-b added Help Wanted This issue is looking for someone to work on it and removed Triage Needed The Issue still needs to be reviewed by Azure Kinect team members. labels Nov 6, 2019
@wes-b
Copy link
Contributor

wes-b commented Nov 6, 2019

Our goal with #864 was to get enough of a CMake system in place to enable the community to help build out the samples.

We would be happy to answer questions if issues are encountered.

@legacydev
Copy link
Author

I've added a comment to #864 as I am unable to build it. Currently haven't had a chance to go through moving this particular project to CMake, yet.

@qm13 qm13 self-assigned this Dec 7, 2019
@qm13 qm13 added Enhancement New feature or request and removed Bug Something isn't working labels Jan 6, 2020
@KankshaZ
Copy link

KankshaZ commented Jan 29, 2020

The following steps helped me build offline_processor:

  1. Added json.hpp to sample_helper_includes folder
  2. Appended the line add_subdirectory(offline_processor) to CMakeLists.txt in body-tracking-samples
  3. Added CMakeLists.txt to offline_processer which contains
add_executable(offline_processor main.cpp)
target_include_directories(offline_processor PRIVATE ../sample_helper_includes)
target_link_libraries(offline_processor PRIVATE 
    k4a
    k4abt
    k4arecord
    window_controller_3d::window_controller_3d
    glfw::glfw
    )

Should I make a pull request and add these files?

@qm13 qm13 removed their assignment Jul 11, 2020
@qm13
Copy link
Collaborator

qm13 commented May 17, 2022

Fixed

@qm13 qm13 closed this as completed May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Body Tracking Issue related to the Body Tracking SDK Enhancement New feature or request Help Wanted This issue is looking for someone to work on it
Projects
None yet
Development

No branches or pull requests

4 participants