Please provide the following info (tick the boxes after creating this topic):
Software Version
DRIVE OS 6.0.8.1
DRIVE OS 6.0.6
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other
Target Operating System
Linux
QNX
other
Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-300)
DRIVE AGX Orin Developer Kit (940-63710-0010-200)
DRIVE AGX Orin Developer Kit (940-63710-0010-100)
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
other
SDK Manager Version
1.9.3.10904
other
Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other
Hello,
I am interested in using heterogeneous triggering using fsync groups, and I think I understand most of it, but there are some gaps in the documentation I would like to clarify. Namely:
-
According to this page, there are 3 multiplexors that take 3 different FSYNC signals and route them to the deserializers using MFP2 and MFP4, but this page talks about 4 different fsync generators, by default grouped into 2 FSYNC groups (generators 0, 2, and 3 on fsync-group0 and generator 1 on fsync-group1). Can NVIDIA clarify which FSYNC outputs correspond to which generator? For instance, does FSYNC1, 2 and 3 correspond to Generator 0, 2, and 3, and Generator 1 is just not connected?
-
Using the nvsipl_camera sample, there is a -D flag which appears to take two different types of argument, either a 16-element list of 2 and 4 or a 3-element list of 1-3 (though I believe 0 may also be available). The documentation doesn’t specify which is which or if both are needed or if it’s one at a time - I suspect if you supply the 16-element list, you are assigning each camera channel on a per-deserializer basis whether it’s forwarding MFP2 or 4 as fsync to that particular camera, and if you provide the 3-element list you are assigning the multiplexor index to multiplexors 1, 2, and 3, but it seems odd to me to that these are defined together - can you use the same flag twice and use a different argument list if you want to specify the MFP and the multiplexor index? Can only one be defined at once? Am I misinterpreting it entirely?
Thanks