Saving RTSP #12173
IishuJainn
started this conversation in
General
Saving RTSP
#12173
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the detect.py file for detection on a RTSP but when i am saving the video using cv2.video_writer the video saved seems very slow. The cam is 60fps, so I require a processor that that take maximum 16.6ms per frame (1000/60) and my processor is taking about 8ms and due to which I think it is processing same frame two times and saving the frame two times which is making the video slow i think.
Beta Was this translation helpful? Give feedback.
All reactions