Test pattern Generator on Xavier nx

Hi,
I would like to know how to enable the test pattern generator in jetson xavier nx ?
Can anyone suggest the steps to include the driver and test it?
Thanks
Ashik P.

Hi,

Please elaborate what ā€œtest pattern generatorā€ you want to use hereā€¦
At least tell us what interface you want to use.

TPG of the CSI unit.

hello ashik.p,

may I know which JetPack release youā€™re working with?
the latest JetPack release (i.e. JetPack-4.4 GA) should have nvhost-tpg to enable that.
hereā€™re steps for your reference.

1) sudo insmod /lib/modules/`uname -r`/kernel/drivers/media/platform/tegra/tpg/nvhost-vi-tpg.ko
2) export DISPLAY=:0
3) argus_camera -d <num> --kpi 
# is video node in /dev/video#, video6 is normally a TPG node.
1 Like