Built an app to turn your android phone into a Live stream IP Camera in Java.

Published 4 hours ago
Source: reddit.com

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.
submitted by /u/UniqueField7001
[link] [comments]

Categories

androiddev