I am trying to deploy a realtime image recognition system in python flask api then call it in a winform desktop application, what's the best way to send the video feed throug a json format.
Asked
Active
Viewed 468 times
1 Answers
1
You can send via base64 format inside json. But best way is designing flask api to expect multipart form data.Even json data + multipart is possible.

Md. Mehedi Hasan
- 196
- 2
- 14
-
https://stackoverflow.com/questions/56766072/post-method-to-upload-file-with-json-object-in-python-flask-app – Md. Mehedi Hasan Apr 21 '21 at 04:27