-
Notifications
You must be signed in to change notification settings - Fork 73
AprilTag Support #151
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
base: main
Are you sure you want to change the base?
AprilTag Support #151
Conversation
|
|
||
| namespace QuestNav.Native.AprilTag | ||
| { | ||
| public abstract class AprilTagFamily |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this implement IDisposable? I mean just adding :IDisposable and an abstract Dispose() method, assuming all AprilTagFamily implementations should be disposable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea haha! I'll do that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the new passthrough resolution/ frame rate?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still need to seperate these out. I was just using that file as a proof of concept. It will probably be configurable via the web UI but for now I just commented it out.
No description provided.