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

How I can add new camera? #3

Open
phatberstromgg opened this issue Dec 20, 2019 · 6 comments
Open

How I can add new camera? #3

phatberstromgg opened this issue Dec 20, 2019 · 6 comments

Comments

@phatberstromgg
Copy link

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

@Sukhoimaster
Copy link

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

@erick-mars
Copy link

@Sukhoimaster I managed to run the system using WSL2 Ubuntu.

@sakibreza
Copy link
Owner

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 -

self.vs = cv2.VideoCapture(self.feed)

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.

@KissAKTAK
Copy link

Hello, can you give me tips on how to run the project?
I followed the above steps and I still have a problem

@hamzamgit
Copy link
Contributor

hamzamgit commented May 2, 2024

Kindly share the problem you are facing and we can discuss it @KissAKTAK .

@aks057
Copy link

aks057 commented May 25, 2024

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?

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

No branches or pull requests

7 participants