add changeable data to video streaming

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

add changeable data to video streaming

351 Views
ramaofi
Contributor I

Hi all,

I made this for two rtsp cameras video streaming composition.

gst-launch-1.0 imxcompositor_g2d name=comp \
sink_0::xpos=0 sink_0::ypos=0 sink_0::width=700 sink_0::height=500 \
sink_1::xpos=800 sink_1::ypos=0 sink_1::width=700 sink_1::height=500 ! \
video/x-raw,format=RGB16 ! waylandsink \
rtspsrc location=rtsp://172.22.0.195:554/h264 latency=150 ! decodebin ! imxvideoconvert_g2d ! video/x-raw,width=640,height=480 ! comp.sink_0 \
rtspsrc location=rtsp://172.22.0.195:554/h264 latency=150 ! decodebin ! imxvideoconvert_g2d ! video/x-raw,width=640,height=480 ! comp.sink_1

now I need to view some data  to the video or at a specific corner of this screen;

ramaofi_1-1640159614771.jpeg

 

I need to know how to do it especially if it was a changeable value " like the status of the battery or time"

 

Best Regards,

Rama Aloufee

 

 

0 Kudos
Reply
0 Replies