-
Notifications
You must be signed in to change notification settings - Fork 276
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
is it possible to use a RSTP camera instead of the piCam #14
Comments
Jeah that would be a great example to add to it. Have a old dome camera laying around that gives to much false positives. |
i have been trying to port this code but i am not sure how to modify from picam to rstp. |
I tried to port this code into the camera.py code unsuccesfully: `class ipCamera(object):
|
i had to remove some stuff of the code but got it. Thanks |
@masterchop Please share your code. I have a IP camera and plan to use the rtsp stream aswell Thanks |
Oh wow that was 2 years ago, I'll have to dig on my stuff to see If i can find it. |
haha thanks |
This what i end up using: `import cv2 class WebcamVideoStream :
#added to send the emails.
|
Thank You. Will test it |
I wonder if we could use network camera to process the computer vision from the Pi
The text was updated successfully, but these errors were encountered: