admin管理员组

文章数量:1122832

I tried to get a rtsp stream from my cctv camera to Raspberry Pi using GStreamer. The feed I got is very grainy(IDK the term) Image Sample

I used this to get the stream

gst-launch-1.0 rtspsrc location=rtsp://ip/ protocols=tcp  latency=15 ! rtpjitterbuffer do-lost=true ! rtph265depay ! h265parse ! avdec_h265 ! videoconvert ! video/x-raw,width=640,height=360,framerate=20/1 ! autovideosink

I opened the same link in vlc and got a clear video

本文标签: raspberry piGetting Grainy Image in GStreamerStack Overflow