cap.get(cv2.CAP_PROP_FPS) gives 0.0 for Sricam IP camera URL of the format rtsp://<ip_address>:<port>/onvif1. But it works fine and gives 25.0 for DVR RTSP URL. rtsp://<user>:<agreeya>/<ip_address>:<port>/channel=<id>
1 | initial version |
cap.get(cv2.CAP_PROP_FPS) gives 0.0 for Sricam IP camera URL of the format rtsp://<ip_address>:<port>/onvif1. But it works fine and gives 25.0 for DVR RTSP URL. rtsp://<user>:<agreeya>/<ip_address>:<port>/channel=<id>