You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don’t have experience with IP cameras, but the pcv.vidIO.Camera class in this library is a convenience wrapper around a standard cv2.VideoCapture, just with some extra features. Accordingly, if your rtsp stream works with a standard cv2.VideoCapture instance I expect it should also work with the Camera class here, and if it doesn’t work with VideoCapture (e.g. due to an incorrect IP, or invalid credentials, or a firewall, or a cv2 backend that doesn’t support rtsp) then it also won’t work with Camera.
If it does work with VideoCapture but not Camera I’d appreciate if you can provide some more information. In particular, in which way is it not working (e.g. is it connecting but not returning frames and/or is there an error of some sort)?
Is it possible to get video from ip camera? Camera(0) works fine but Camera('rtsp://admin:[email protected]') doesnt work((
The text was updated successfully, but these errors were encountered: