Replies: 1 comment
-
Hello @Nabil845. Most editors (VSCode too) won't provide autocomplete for OpenCV because OpenCV is a C++ library with Python bindings. Editors can only provide autocomplete/Intellisense for code written in Python. Hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Thanks to your tutorial video, I have install opencv module via the comand 'pip caer'.
It's working but ... the autocomplete is not working. Do you know how I can fix that ?
Beta Was this translation helpful? Give feedback.
All reactions