We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
第22行,config.get("/camera/verical_flip", False) 应该是: config.get("/camera/vertical_flip", False) 少打了一个t。
The text was updated successfully, but these errors were encountered:
fix: fix typo of Camera plugin. (#219)
09e896d
的确是某一波重构的时候引入的问题。主干已修复。
Sorry, something went wrong.
wzpan
No branches or pull requests
第22行,config.get("/camera/verical_flip", False)
应该是:
config.get("/camera/vertical_flip", False)
少打了一个t。
The text was updated successfully, but these errors were encountered: