Tool/software:
Hi TI experts,
We have original parking slot detection algorithm with CPU computation.
I understand that we need to create a custom OpenVX node to port that algorithm to the j721 board, but this is a bit complicated.
Originally we created 4 threads equal to the number of cameras, each thread accesses the memory of the camera image and detects the parking slots. The easiest way for us is to access the 4 camera image memories (as host memory).
You might recommend OpenVX, but we are asking this question because we don't have much time to spend on development.
I have applied the patch I got in this thread.
TDA4VM: Improving the processing speed of custom avp4 demo - Processors forum - Processors - TI E2E support forums
Is it possible to access the image memory directly from the dequeued VISS output graph parameters?
Regards,
Daigo