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

AI Vision Support #46

Open
Tropix126 opened this issue Apr 17, 2024 · 0 comments
Open

AI Vision Support #46

Tropix126 opened this issue Apr 17, 2024 · 0 comments
Labels
enhancement New feature or request smart-devices Relates to a smartport device.

Comments

@Tropix126
Copy link
Member

What's the motivation for this feature?

vex-sdk currently supports the AI Vision SDK functions. We should probably look into supporting that.

Describe the solution you'd like

Use vex-sdk's syscalls to implement an AiVisionSensor struct that abstracts over the smart device. This API might need to end up being a little different than the current VisionSensor API (which is far more scuffed internally).

Describe the drawbacks, if any

  • Barely anyone has access to this hardware at this point in time, making it difficult to test. Some features of it may also change in the future.
  • We might want to share some functionality between the old vision sensor and this struct, depending on how similar the APIs are (I don't recall them being that similar, though). We should probably figure out how to best do this (should these sensors be in a single vision module?).
@Tropix126 Tropix126 added enhancement New feature or request smart-devices Relates to a smartport device. labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request smart-devices Relates to a smartport device.
Projects
None yet
Development

No branches or pull requests

1 participant