Hello,
Actually, i have using opencv to read and display video file from directory or RTSP stream.But i got lagging when display that video frame.
When i play it by gstreamer using command as " gst-launch-1.0 playbin uri="rtsp://admin:jenex#2018@192.168.1.108:554" video-sink=waylandsink", its working fine.
When i try to read video frame from USB cameraa attached with AM5728 board and display that video frame using opencv, its working fine.
So, i am confused here that what should be wrong to play video frame and got lagging.
I have also used multi-threading process. What should i do to play video without any lagging.
Thanks and Regards,
Kishan Patel.