Hi,
I use nvjpeg to decode jpeg in tx2 jetpack 4.2.1.
please help confirm the interface decodeToFD is thread safe or not.
Hi,
I use nvjpeg to decode jpeg in tx2 jetpack 4.2.1.
please help confirm the interface decodeToFD is thread safe or not.
Hi,
It is process safe. Running multiple processes with single decoding thread in each process is verified. Running multiple decoding threads in single process is not a verified case and might have issues potentially.