I am analysing Webcam images of an connect4 game to send information to a NAO Robot, because i want to make him play the game.
Here comes the Problem:
My OpenCV codes only runs on OpenCV Versions that only support Python3.x but the NAO Robots SDK for Python only works with Python 2.7. So with one Version of Python my Computervision Works and with the other Version i can connect with the Robot -.-
Maybe some of you know a solution or at least a good workaroung.
Thank you in advance