Hi folk.
Recently due to work reasons, I need to manually compile the libgstomx.so library.
my device is TX2, Jetpack version is
cat /etc/nv_tegra_release
# R32 (release), REVISION: 4.4, GCID: 23942405, BOARD: t186ref, EABI: aarch64, DATE: Fri Oct 16 19:37:08 UTC 2020
I have checked the version of libgstomx.so after refreshing jetpack 4.4,, it shows the version is 1.2.3 .
then, I download source code from download center (https://developer.nvidia.com/embedded/L4T/r32_Release_v4.4/r32_Release_v4.4-GMC3/Sources/T186/public_sources.tbz2), and compile gstomx1_src to get libgstomx.so, but I found the version is 1.0.0.1.
Does anyone know why? where should I download the correct source code?