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
Streaming JPEG response from FastAPI StreamingResponse
Database & APIs
I have researched the FF documentation and stackoverflow but didn't find much info to this particular questions
Yes
2