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

Help wanted using RTSP stream instead of Pi cam #1

Open
ThoR4X opened this issue Apr 4, 2023 · 1 comment
Open

Help wanted using RTSP stream instead of Pi cam #1

ThoR4X opened this issue Apr 4, 2023 · 1 comment

Comments

@ThoR4X
Copy link

ThoR4X commented Apr 4, 2023

Hello Jacob,

many thanks for your work!

My TP-Link Tapo C320WS provides an "AI detection", including people detection and also provides ONVIF services BUT does not send notifications regarding people detection because this seems to be a cloud feature and is not proccessed by the cam itself, I guess. But it does provide a local RTSP stream, wich I do already use for my doorbell. Hence, I was looking for a solution enabling people detection, without any cloud vendor and do it myself locally.

tl;dr:
Is it possible to use a local RTSP stream instead of the local Pi cam as device / source for detection?

Best regards,
Patrick

@lamoboos223
Copy link

lamoboos223 commented Aug 24, 2024

You can change the image feed from pi camera to anything you desire, try modify this to your requirements: self.cap = cv2.VideoCapture(0)

@ThoR4X

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

2 participants