You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am new to Texas Instument AM69A, I have simple python code for VideoCapture from RTSP camera and perform computer vision task, however as I tried to understand the system, it seems like AM69A can use tiovx to accelerate computer vision task using PyTIOVX binding.
I am not very sure how can I use PyTIOVX in my sample python code to accelerate the computer vision task? Is there any guide or tutorial ? Any response will be appreciated.
The text was updated successfully, but these errors were encountered:
PyTIOVX does not actually offer python binding for runtime acceleration ... it is a PC tool that facilitates the creation of new custom OpenVX nodes, taking some user inputs on number and names of input/output parameters, and generating boilerplate C code as OpenVX plugin logic for the new node. After this, user simply needs to add the algorithm or driver logic in the appropriate callbacks. Documentation is here: https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-j784s4/latest/exports/docs/tiovx/docs/user_guide/PYTIOVX.html
Hello, I am new to Texas Instument AM69A, I have simple python code for VideoCapture from RTSP camera and perform computer vision task, however as I tried to understand the system, it seems like AM69A can use tiovx to accelerate computer vision task using PyTIOVX binding.
I am not very sure how can I use PyTIOVX in my sample python code to accelerate the computer vision task? Is there any guide or tutorial ? Any response will be appreciated.
The text was updated successfully, but these errors were encountered: