Traffic-Rules-Violation-Detection-System
Traffic-Rules-Violation-Detection-System copied to clipboard
How I can add new camera?
Hi @sakibreza , your project is great. I met some problems when using it. I want to add my camera but I do not know what to do. And in your code, I couldn't file where you add your link camera. Could you help me? Thank you
Did you manage to run the program ? Bcos i couldnt. It was error on the db. Do you mind to share you env package list? Pip list all
@Sukhoimaster I managed to run the system using WSL2 Ubuntu.
Hi @phatberstromgg, thanks for your interest in my project. If you want to use any camera or video files as the input of this system. You can just change the argument of the video capture method call here - https://github.com/sakibreza/Traffic-Rules-Violation-Detection-System/blob/54eea705daa9b4505996c25ea308b4d1141e1a3e/MainWindow.py#L198
For example, if you want to use your default webcam, you can just use - self.vs = cv2.VideoCapture(0)
Hope that helps. Please let me know if you have any other questions.
Hello, can you give me tips on how to run the project? I followed the above steps and I still have a problem
Kindly share the problem you are facing and we can discuss it @KissAKTAK .
Hello, can you give me tips on how to run the project? I followed the above steps and I still have a problem
have u successfully run the project?