Hello Everyone! I am working on a raspberry pi project where I have an

Hello Everyone! I am working on a raspberry pi project where I have an image recognition program in python.

I intend to send the image from the raspberry pi to the laserweb server through python to carry out lasercutting.

Does anyone have any ideas on how to send image from raspberry pi to the laserweb server using python?

The UI converts images to gcode. The server streams gcode to the firmware; it doesn’t process images.

So I should use python to stream gcode to the port, instead of image?

That should work