Can anyone help with my Camera Android app?

I'd like to make an app where you can get everything instantly via http, like in a surveillance chamber, but I just don't know how, and tutorials on Android are simply the worst.
Chatgbt is also completely failing in this area.

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
3 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
FaTech
1 year ago

The solution is super simple. Here are two words: Don’t go.

That’s it. So over HTTP, you can fill the server every few times. It won’t work. You don’t get a liquid connection. What you need is TCP, or even better UDP or other protocols based on such as WebSocket or WebRTC. If you have it, you can send the data. To do this, you need to convert the camera recording as stream and then send it over and present the stream on the other side. That’s in focus. To give a detailed answer, there would be too much text. But that’s it. For questions please ask.

FaTech
1 year ago
Reply to  MorrisBr2

I sent a FA once