Part Number: TDA4VM
Other Parts Discussed in Thread: J721EXCPXEVM,
Tool/software:
I am currently working on the Edge AI demo involving a Jacinto 7 TI board, using the provided code and configurations from Texas Instruments (TI). When I stop the video processing loop, I receive a GStreamer error indicating a "negotiation problem," which suggests a compatibility issue within the pipeline elements. Additionally, my Python script is failing due to an ImportError and SyntaxError. Specifically, the script cannot import the create_title_frame function from post_process.py, despite it being defined in the file, and it also throws an "unexpected EOF while parsing" error, indicating incomplete code. I have verified the configuration files and dependencies, but the issues persist. This is all occurring with the demo code and configurations provided by TI, which I have not modified. I would appreciate any guidance or suggestions on how to resolve these problems to successfully run my Edge AI demo application on the Jacinto 7 board.