I have recently started working with the AAEON BOXER-8645AI. It runs Jetson AGX Orin.
I’m using GStreamer to capture videos, but I find the need to set the timestamps of the video frames according to the system clock. After some research, I found out about the clockselect element, that should allow me to achieve that. This is the command I currently run:
I found out I can probably solve it by installing (sudo apt install) gstreamer1.0-plugins-bad, that is the package containing the clockselect element. My doubt is: is this safe to do in an NVIDIA Jetson machine, or can it bring any compatibility issues? Is there a better, safer way to achieve the same?
I am using a compatible camera: NileCAM25, from E-con Systems. The command that I wrote works well if only I remove the clockselect element. But then I don’t get the functionality I need. The timestamps will be relative
Yeah, it’s not. It only installed 9 out of the 12 elements shown here: debugutilsbad
I think I found the problem. The GStreamer version in my machine is 1.16.3, and clockselect was introduced in 1.18. Is it safe to upgrade GStreamer to a more recent version? The Ubuntu version in the machine is 20.04.5. It’s Tegra release 35.3.1