Relative Content

Tag Archive for pythonopencvobject-detectionshared-memory

sending a camera captured image in python to a external script for process and display the processed data in application GUI ( tkinter or pyqt5 )

I have a Python application where I capture live camera frames and display them on the left side of my window. Additionally, I have multiple scripts that can process these frames(like object detection models ), and I want to send each captured frame to these scripts for processing. After processing, I need to receive the processed frame data and display it on the right side of my window.