@giraffe508 Thank you for immediate response
i am using updated kernel and drivers and changed length,queue and buffer size in gstreamer also
my pipeline
gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,width=1280,height=720,format=UYVY ! videoconvert ! vpuenc_h264 bitrate=1024 gop-size=10 quant=30 ! rtph264pay ! udpsink host=192.168.10.11 port=9001
is there anything i need to change in my pipeline?
I am having any error or issue but i want to find out why packets are missing if you check time.png image you can see the time column it is fluctuates 0.0033,0.0066 but why is that happening?