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

Wrapper for k4abt_tracker_configuration_t #90

Merged
merged 6 commits into from
Oct 9, 2024

Conversation

jonas-hurst
Copy link
Contributor

A proper python wrapper for k4abt_tracker_configuration_t.
Closes #89

@jonas-hurst
Copy link
Contributor Author

The way it is implemented is analogous to k4a.configuration.

@TrevMasterFlex
Copy link

Just up-voting this since I had to do the following monkey-patch for my own specific use-case:

def get_tracker_configuration(self, model_type):
tracker_config = pykinect_azure.k4abt_tracker_default_configuration
tracker_config.sensor_orientation = pykinect_azure.K4ABT_SENSOR_ORIENTATION_COUNTERCLOCKWISE90
tracker_config.processing_mode = pykinect_azure.K4ABT_TRACKER_PROCESSING_MODE_GPU_CUDA
return tracker_config

pykinect_azure.Tracker.get_tracker_configuration = get_tracker_configuration

p.s. appreciate the library - and learning a lot from it

@jonas-hurst
Copy link
Contributor Author

closes #113

@jonas-hurst
Copy link
Contributor Author

@ibaiGorordo Kindly review and merge this PR, as this seems to solve many people's issues

@ibaiGorordo ibaiGorordo merged commit 9dc0a39 into ibaiGorordo:master Oct 9, 2024
@ibaiGorordo
Copy link
Owner

@jonas-hurst sorry for the delay, and thanks for the changes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No wrapper for tracker configuration
3 participants