Instead of using Flask for streaming, consider using WebSockets. WebSockets allow for bidirectional
Instead of using Flask for streaming, consider using WebSockets. WebSockets allow for bidirectional communication between the client and server, enabling you to control the robot and stream its vision simultaneously over a single connection




