Django Mediapipe application: how to manage delays in realtime video processing?
I’m developing a Django application which opens the client camera via JS using navigator.MediaDevices.getUserMedia()
, send a blob to the server through websocket and then the server should process the images through mediapose library.