-
Notifications
You must be signed in to change notification settings - Fork 174
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
Add speed monitor #64
Conversation
c6b8c0c
to
c1f35d7
Compare
Can you supply instructions for implementing container or supply a script to do it. Currently, I am not familiar with vscode container implementation and usage. I would like to add wiki to explain usage and implementation details |
Yes, sure... I'll write this and update here. |
I'm sorry about my delay. I couldn't write anything. In the meantime while I don't write, I would like to introduce devcontainer to you. So I recorded this quick video: After these steps, you will have all required dependencies (python, opencv), and it is just start coding. the only two prior dependency needed are: Docker and VS Code |
Hi @pageauc, sorry about my delay. I tried to update the wiki but looks like I cant: I thought I would be able to fork, update the wiki and then create a pull request, but this is not available on GitHub. So I will right here and you can copy/edit if you want to. 😃 |
Suggested topic about devcontaier.
|
Add feature: speed monitor/sign.
It also included a container to make easier to install the dependencies. The container will work on Linux (under Windows or Mac it won't be able to connect to USB devices - still possible to run using RTSP) and does not support GUI yet.