jetson 5.1.1
kernel 5.10.104
l4t-35.3.1
Test pipeline:
gst-launch-1.0 nvv4l2camerasrc device=/dev/video0 ! “video/x-raw(memory:NVMM),format =(string)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30/1” ! nvvidconv ! “video/x-raw(memory:NVMM),format=(string)I420” ! nvvideosink sync=false
Glass to glass latency = 217 ms
gst-launch-1.0 nvv4l2camerasrc device=/dev/video0 ! “video/x-raw(memory:NVMM),format =(string)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30/1” ! nvvidconv ! “video/x-raw(memory:NVMM),format=(string)I420” ! nv3dsink sync=false
Glass to glass latency = 217 ms
Is there any suggestion to optimize to 100ms or less.