How can I make video streaming and robot control work smoothly together in my Flask project?
i am doing project using Flask where I’m streaming video to a website and also have a buttons iicons to control a robot (left and right up and down ..). Both the video streaming and the button works on their own, but I’m struggling to get them to run smoothly together. I need the video stream to stay continuous and responsive while still being able to control the robot without any hiccups , any body have ideas how to do that ?



