What is the time unit used by NvBufferSyncObjWait?

https://docs.nvidia.com/jetson/l4t-multimedia/group__ee__nvbuffering__group.html#gad66e63d2a63069730684e7e3ae4dc825

unsigned int timeout : sync point wait timeout value.

Thanks.

Hi,
The unit is millisecond. Setting to NVBUFFER_SYNCPOINT_WAIT_INFINITE gives infinite wait.

1 Like