python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to solve "[rtsp @ 000002788daf24c0] method DESCRIBE failed: 454 Session Not Found" error in windows 10?
I am using YOLOv4 and YOLOv5 for object detection from IP Camera. When I used Hikvision camera, the program was successfully executed and I could get the expected result.
When I try to use a new camer...
Virtuall.Kingg
Votes: 0
Answers: 1
what is the correct input for gstreamer to get rtsp stream into opencv on windows 10
I am trying to get a realtime video input into opencv. My video input is coming from a ip camera on my localnetwork, that sends a rtsp video feed. What I want to make is a body tracker that uses the i...
BramSanden
Votes: 0
Answers: 1
Obtaining frames from IP Camera with low latency
I am currently using this command to get frames from my RTSP stream and reading frames from stdout:
ffmpeg -nostdin -rtsp_transport tcp -i <rtsp_stream> -pix_fmt bgr24 -an -vcodec rawvideo -f ra...
Russ1337
Votes: 0
Answers: 2