Streaming JPEG response from FastAPI StreamingResponse

Database & APIs

I have a FastAPI backend with a StreamingResponse endpoint that returns JPG images from a USB3 camera at about 30 frames per second. I can successfully test the API call in FF with a 200 response but I am not sure how to map the response in FF to a datatype and then use it within a widget. Any help would be appreciated

What have you tried so far?

I have researched the FF documentation and stackoverflow but didn't find much info to this particular questions

Did you check FlutterFlow's Documentation for this topic?
Yes
2