Hi Ti Experts:
I have read the code of VISS module in SDK 8.0 and had a question.
In the function vhwa_m2mVissProcessReq, it waits for the semaphore instObj->hwaLock to complete(line 1101 in vhwa_m2mVissApi.c).
Does that mean, if I have multiple camera images to VISS process at the same time, I have to process them one after the other, not at the same time?