Hi @jakaskerl ,
I'm successfully running my OAK camera Python scripts and I'm able to deploy my custom trained Yolo model on the camera.
However, now I want to access the frames that I get from the OAK camera (within the python script) in C++ or C# without shifting the entire script to C++ using the DepthAI core library. The reason for having this functionality is that it would allow me to directly feed those frames into another Machine Vision based IDE tool (which only supports C# but can get a workaround if can access frames in C++) that we use for our client side environment and user interface.
Currently as a simple solution we save the frames (in the python scripts) on disk and then read them back in that Machine Vision IDE tool. It does work but it adds a lot of overhead to the entire process. The reason for getting access to these frames from the python script in C++ or C# is to reduce the above-mentioned overhead and get direct access to the frames within the Machine Vision IDE tool.
Your support and any help in this regards would be highly appreciated as I am stuck on this part since a long time.
Thanks & Regards
Yishu