Android IP camera application in Java, streaming MJPEG over HTTP.Minimal UI.
- Serves multipart/x-mixed-replace JPEG frames obtained from FrameProvider.getFrame()
- Notifies ClientListener on connect/disconnect
- Tracks active clients and closes them on shutdown so stop is immediate
- https://github.com/nightlog321/-Android-Java-IP-Camera
- Further work: Utilize other sensors like microphone, proximity,etc. Run a embedded ml model for facial recognition and integrate to hardware motors for actions like door open.
- Give it a shot. Let me know what you think.
[link] [comments]