- Edited
Thank you all. Looks like the -flags low_delay made the largest difference from my previous command line. It's not quite as instantaneous as mjpeg but much lower latency at 30hz (200-300ms). So mostly in the client application (FFPLAY) playing the stream, not the stream generator (OAK POE). ie:
ffplay -flags low_delay -fflags nobuffer -strict experimental udp://0.0.0.0:9922
Much appreciated.