Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyTIOVX binding with Python Code. #11

Open
billson16 opened this issue Jul 24, 2024 · 1 comment
Open

PyTIOVX binding with Python Code. #11

billson16 opened this issue Jul 24, 2024 · 1 comment

Comments

@billson16
Copy link

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.

@jessegv
Copy link
Contributor

jessegv commented Sep 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants