This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/AM5728: AM5728 without HDMI port how to configure G streamer video codec things through serial port?

Part Number: AM5728


Tool/software: TI C/C++ Compiler

Hai sir,

Before I am worked on AM5728 evaluation module through HDMI output port i have connected hdmi monitor through command prompt i have given commands?

HIKVISION camera:1920x1080(25fps)

a. sudo ifconfig eth1 10.10.11.85 netmask 255.255.254.0 up

b.export RTSP_PATH=rtsp://admin:password@10.10.11.84:554

c.Less delay(80ms) & less frmaes missing command: Gst-launch-1.0 -v rtsp location="$RTSP_PATH" latency=0 ! rtpjitterbuffer ! rtph264depay ! h264parse ! ducatih264dec ! vpe ! videoconvert ! kmssink

d.More delay(200ms) & More frmaes missing command: Gst-launch-1.0 -v rtsp location="$RTSP_PATH" latency=0 ! 'application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264' ! rtpjitterbuffer ! rtph264depay ! h264parse ! ducatih264dec ! vpe ! 'video/x-raw, width=1920, height=1080, framerate=25/1, videoconvert ! kmssin

Through HDMI output it will works but serial port not working?

 

Actually through serial port i have given commands but not working any thing gstreamer error occuring but in HDMI port side it's working fine, please give me some suggestions.

Thanking you,

Regards,

Ramachandra.