Latency in video streaming from backend to frontend (and vice versa)
I am building a mobile app in flutter X firebase, with the backend in Django. The issue is, my Computer vision algorithm is on the front end, and it sends live key points to the backend where the classifier classifies, and sends the result back to the frontend. This is causing a huge delay of 200ms+. How can I fix this?