Streaming Camera Feed to IP

I’m aware of lots of MIT App Inventor tutorials on displaying feeds from IP cameras. But I’m wondering if it’s possible to do the reverse? I’m trying to use MIT App Inventor to make an app that can stream its camera feed to an IP.

I’ve done some digging but haven’t found anything yet. Could someone please advise? Thank you so much!

as far as I know unfortunately currently there is no camera extension available, which is able to provide what you need, see also the extensions directory here App Inventor Extensions | Pura Vida Apps

but you could write your own extension and create the functionality yourself...

more information about how to create an extension see the App Inventor Extensions document

however that will be more advanced and will require some Java skills...

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

This is a late post but i found a workaround
I installed an android app called IP webcam and started the server
Then installed the custom webview extension
Then i have set blocks like


to achieve the same