Hello, I'm working on a machine that resolves a rubik cube via an ESP32, motors and an arduino uno(there are a few more components that I don't think are relevant to the topic). So the camera identifies the colors and the arduino moves the motors accordingly.
My question is how to connect the recognition of the color to the arduino code, I'm using this video for reference https://youtu.be/Nm_EMey0dkU
For help with code, please read and follow the instructions in the "How to get the best out of this forum" post, linked at the head of every forum category.
Sorry for the inconvenience, it is via python(with two libraries Numpy and OpenCV), after getting the local ip address of the camera with arduino code.
They also utilize a source code for color detection and tracking with an ESP32 CAM Module.
My question is how to connect the information gained in python back to Arduino code so the arduino uno can transmit appropriate orders to the motors.