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

Airsim camera images #9

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Airsim camera images #9

wants to merge 2 commits into from

Conversation

bjkomer
Copy link

@bjkomer bjkomer commented Nov 24, 2022

I've added a few functions I've found helpful in projects I've worked on. The main one is wrapping image capture and processing into the same call. I've built it based on the cameras and image types I've used, but we could also make it more flexible.
One function does currently have a dependency on OpenCV, which I don't think we want to be a requirement for this repo in general, so right now it will only throw an error if you try to use that function without it installed. Another option is to just write our own version of the resize function as long as the speed is about the same.

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

Successfully merging this pull request may close these issues.

1 participant