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

Add functionality to get the video stream from the tangible tracking camera. #8

Open
patrickdown opened this issue May 24, 2023 · 2 comments · May be fixed by #73
Open

Add functionality to get the video stream from the tangible tracking camera. #8

patrickdown opened this issue May 24, 2023 · 2 comments · May be fixed by #73
Labels
enhancement New feature or request

Comments

@patrickdown
Copy link
Collaborator

The Tilt Five glasses have a tangible tracking camera. The intent of this camera is to allow mixing of physical media, like cards or figures, with the digital game. The frame capture from this camera is exposed via the NDK. This functionality should be exposed to Godot.

Special consideration should be given to feeding this video stream to libraries like OpenCV for image processing.

@patrickdown patrickdown added the enhancement New feature or request label May 24, 2023
@patrickdown
Copy link
Collaborator Author

Relevant docs

@patrickdown
Copy link
Collaborator Author

Might consider a separate addon library that feeds the camera to OpenCV in the background for image recognition and feeds the results as tracking events to Godot.

@patrickdown patrickdown linked a pull request Jul 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant