Software Version
DRIVE OS Linux 5.2.6 and DriveWorks 4.0
Hardware Platform
DRIVE AGX Xavier
Hi! I would like to use NvSciSync with SIPL camera for EOF. For the INvSIPLCamera
I can call FillNvSciSyncAttrList
, then create the sync objects and register them with RegisterNvSciSyncObj
. Then I should call SetNvSciSyncObjForEOF
, but it was deprecated in DriveOS 5.2 and removed in 5.2.6.
How can I set the sync object the camera should use as EOF sycn object for the next frame? When I receive the INvSIPLNvMBuffer
I can get the fence with GetEOFNvSciSyncFence
, but where can I specify the sync object?